Sending SMS with no hangup supervision will hang the channel (bug #2708)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2004-10-24 21:26:29 +00:00
parent f0131ed0f2
commit d354512eca

View File

@@ -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);
}
}