[Asterisk-cvs] asterisk/apps app_sms.c,1.10.2.1,1.10.2.2
russell at lists.digium.com
russell at lists.digium.com
Sun Oct 24 17:22:52 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv21668/apps
Modified Files:
Tag: v1-0
app_sms.c
Log Message:
Sending SMS with no hangup supervision will hang the channel (bug #2708)
Index: app_sms.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sms.c,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -d -r1.10.2.1 -r1.10.2.2
--- app_sms.c 8 Oct 2004 02:59:35 -0000 1.10.2.1
+++ app_sms.c 24 Oct 2004 21:26:29 -0000 1.10.2.2
@@ -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