diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index 84819d640898107508c5934a08c6f6b24db6b89e..2ce82c7b1711a3f7210e6e04a710934ec9cf99a1 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -2426,8 +2426,8 @@ static void transmit_callinfo_variable(struct skinny_device *d, int instance, in } else { thestrings[2] = ""; } - thestrings[3] = ""; - thestrings[4] = ""; + thestrings[3] = "203"; + thestrings[4] = "204"; thestrings[5] = ""; thestrings[6] = ""; thestrings[7] = ""; @@ -2809,10 +2809,6 @@ static void transmit_dialednumber(struct skinny_device *d, const char *text, int { struct skinny_req *req; - if (d->protocolversion > 16) { - return; - } - if (!(req = req_alloc(sizeof(struct dialed_number_message), DIALED_NUMBER_MESSAGE))) return;