From: Mark Spencer Date: Sat, 23 Oct 2004 20:34:40 +0000 (+0000) Subject: Fix SMS thingy for Bezeq (bug #2708) X-Git-Tag: 1.2.0-beta1~1965 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d309ffbd0abd193f020830fa766c43da804750d7;p=thirdparty%2Fasterisk.git Fix SMS thingy for Bezeq (bug #2708) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4067 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_sms.c b/apps/app_sms.c index 286cb21722..de723278d1 100755 --- a/apps/app_sms.c +++ b/apps/app_sms.c @@ -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); } }