[Asterisk-cvs] asterisk/apps app_sms.c,1.12,1.13
markster at lists.digium.com
markster at lists.digium.com
Sat Oct 23 16:30:57 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv2698/apps
Modified Files:
app_sms.c
Log Message:
Fix SMS thingy for Bezeq (bug #2708)
Index: app_sms.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sms.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- app_sms.c 7 Oct 2004 19:00:00 -0000 1.12
+++ app_sms.c 23 Oct 2004 20:34:40 -0000 1.13
@@ -773,6 +773,7 @@
{ /* no message */
h->omsg[0] = 0x94; /* SMS_REL */
h->omsg[1] = 0;
+ h->hangup = 1;
sms_messagetx (h);
}
}
More information about the svn-commits
mailing list