(closes issue #14881)
Reported by: stegro
Patches:
smsq.patch uploaded by stegro (license 752)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188206
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
fprintf (f, "Application: SMS\n");
fprintf (f, "Data: %.*s", qfl, queue);
if (dir[1] == 't')
- fprintf (f, "|s");
+ fprintf (f, ",s");
fprintf (f, "\nMaxRetries: %d\n", retries);
fprintf (f, "RetryTime: %d\n", delay);
fprintf (f, "WaitTime: %d\n", wait);