[asterisk-bugs] [Asterisk 0011368]: chan_mobile does not recognize dtmf together with Authenticate or DISA

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Apr 2 11:10:36 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11368 
====================================================================== 
Reported By:                bt047265
Assigned To:                mnicholson
====================================================================== 
Project:                    Asterisk
Issue ID:                   11368
Category:                   Addons/chan_mobile
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for testing
Asterisk Version:            SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 89454 
Request Review:              
====================================================================== 
Date Submitted:             2007-11-25 08:42 CST
Last Modified:              2009-04-02 11:10 CDT
====================================================================== 
Summary:                    chan_mobile does not recognize dtmf together with
Authenticate or DISA
Description: 
Hello,

chan_mobile is configured according to the documentation. Incoming and
outgoing calls are working via the new channel "Mobile". 

Mobile.conf:

[adapter]
id=stick1
address=00:08:F4:16:3A:E2
[SGH-F200]
;address=00:1D:25:73:0E:76
address=00:1B:59:14:77:38
port=4
context=incoming_mobile
adapter=stick1
dtmfskip=50

This dialplan was added to the extensions.conf:

[incoming_mobile]
exten => _!,1,Answer()
exten => _!,n,Wait(1)
exten => _!,n,Verbose(${EXTEN})
exten => _!,n,Verbose(${CALLERID})
exten => _!,n,Authenticate(1234)
exten => _!,n,Background(vm-enter-num-to-call)
exten => _!,n,DISA(no-password,phones,"sipgate" <7001>)

No DTMF tones are regocnized by the Authenticate function.  If the same
context is assigned to the SIP channel Authenticate and DISA is working.

Attached the output of /var/log/asterisk/full for:

- incoming mobile authenticate
- icoming mobile to SIP extension
- incoming SIP authenticate

If the incoming call from the mobile is directly routed to an SIP
extension, DTMF is sended to the SIP extension.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0012768 Multipile issues with chan_mobile
related to          0012567 Big latency (up to 3 sec) when call wai...
====================================================================== 

---------------------------------------------------------------------- 
 (0102629) alexz (reporter) - 2009-04-02 11:10
 http://bugs.digium.com/view.php?id=11368#c102629 
---------------------------------------------------------------------- 
Ok. Here is the layout:

1) Release Asterisk and release Addons - can't apply patch
2) Asterisk 1.6.1 rc3 and Addons 1.6.1 rc3 - apply patch, compilable, but
issue still here
3) Trunk Asterisk and trunk Addons - asterisk crashes on any
incoming/outgoing call
4) Asterisk 1.6.1 rc3 and trunk Addons - with some changes (not related to
chan_mobile) compilable, but Asterisk is in a dead loop on start with code
127
5) Asterisk 1.6.1 rc3 and Addons 1.6.1 rc3 with complete replacement of
chan_mobile.c taken from addons trunk - compilable, but mobile call hangs
up right from the beginning in both directions

Seems to me that I tried all possible combinations, so my question will be
the following:

Anybody who tested and proved it working - can you please be so kind to
provide me with exact revisions (trunk or stock) of Asterisk, Addons and
Dahdi that you used? I need to figure out exact combination.

I am using Ubuntu Server 9.04 with bluez 4.32 (it's been tested with stock
Asterisk 1.6.0.6, Addons 1.6.0, Dahdi 2.1.0.4, Tools 2.1.0.2) and
everything is perfect except DTMF detection in Authenticate and DISA.

Thanks in advance. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-02 11:10 alexz          Note Added: 0102629                          
======================================================================




More information about the asterisk-bugs mailing list