Don't know why it seemed to work during testing, but it really is needed
for protocol v17 (and probably above).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@381470
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
} else {
thestrings[2] = "";
}
- thestrings[3] = "";
- thestrings[4] = "";
+ thestrings[3] = "203";
+ thestrings[4] = "204";
thestrings[5] = "";
thestrings[6] = "";
thestrings[7] = "";
{
struct skinny_req *req;
- if (d->protocolversion > 16) {
- return;
- }
-
if (!(req = req_alloc(sizeof(struct dialed_number_message), DIALED_NUMBER_MESSAGE)))
return;