[asterisk-bugs] [Asterisk 0016601]: app_sms hangs on a call sending an sms
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 14 06:53:02 CST 2010
The following issue requires your FEEDBACK.
======================================================================
https://issues.asterisk.org/view.php?id=16601
======================================================================
Reported By: madcowzz
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16601
Category: Applications/app_sms
Reproducibility: sometimes
Severity: block
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.0
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-01-14 05:06 CST
Last Modified: 2010-01-14 06:53 CST
======================================================================
Summary: app_sms hangs on a call sending an sms
Description:
I'm not sure it's a bug, I'm new to asterisk and I not found anything on
this.
Sending an sms to Telecom Italia smsc (4210) causes app_sms to send the
sms and then keeps the line busy waiting for something to happen.
I have modified apps_sms.c in the sms_process function commenting the 1734
line:
// h->idle = 0;
This makes app_sms to send the sms and then drop the line because the idle
reaches the 80000 value.
Repeat: I'm not sure this is a bug and is more likely to have something
wrong with me.
======================================================================
----------------------------------------------------------------------
(0116660) lmadsen (administrator) - 2010-01-14 06:53
https://issues.asterisk.org/view.php?id=16601#c116660
----------------------------------------------------------------------
This is actually likely a problem with disconnect supervision on your
analog lines. This may or may not be enabled on the lines. Make sure you're
using KS (kewlstart) signaling. This may also be something that needs to be
enabled by your telco on the line to allow disconnect supervision to
happen. I'd err on the side of this not being a bug.
Issue History
Date Modified Username Field Change
======================================================================
2010-01-14 06:53 lmadsen Note Added: 0116660
2010-01-14 06:53 lmadsen Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list