]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix SMS thingy for Bezeq (bug #2708)
authorMark Spencer <markster@digium.com>
Sat, 23 Oct 2004 20:34:40 +0000 (20:34 +0000)
committerMark Spencer <markster@digium.com>
Sat, 23 Oct 2004 20:34:40 +0000 (20:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4067 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_sms.c

index 286cb21722322949713e58ab82a7c998289baf97..de723278d1604648201fa66f15f980c6f65c99be 100755 (executable)
@@ -773,6 +773,7 @@ sms_nextoutgoing (sms_t * h)
     {                          /* no message */
       h->omsg[0] = 0x94;       /* SMS_REL */
       h->omsg[1] = 0;
+      h->hangup = 1;
       sms_messagetx (h);
     }
 }