[asterisk-bugs] [Asterisk 0017132]: Dial 'm' option produces a lot of warnings on DAHDI channel
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Apr 3 17:44:33 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17132
======================================================================
Reported By: leff
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17132
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.30
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-04-02 12:17 CDT
Last Modified: 2010-04-03 17:44 CDT
======================================================================
Summary: Dial 'm' option produces a lot of warnings on DAHDI
channel
Description:
Dial command with 'm' option produces the huge amount of messages on DAHDI
channel while playing music, like this:
WARNING[13939]: chan_sip.c:3890 sip_write: Asked to transmit frame type
8, while native formats is 0x4 (ulaw)(4) read/write = 0x4 (ulaw)(4)/0x4
(ulaw)(4)
======================================================================
----------------------------------------------------------------------
(0120121) alecdavis (manager) - 2010-04-03 17:44
https://issues.asterisk.org/view.php?id=17132#c120121
----------------------------------------------------------------------
I've been unable to reproduce this issue, using a fresh download of the
1.4.30 tag release, using the following dialplan, from a EuroISDN E1 source
to a TE122<pre>
[macro-operator]
exten => s,1,Dial(SIP/cisco4,120,mt)
[ivr2-bdt-main]
exten => s,1,Verbose(0,'${CALLERID(num)}' IVR Main called
'${CALLERID(dnid)}')
exten => s,n,Progress()
exten => s,n,Wait(2)
exten => s,n,Goto(ivr2-bdt-day,s,1)
[ivr2-bdt-day]
exten => s,1,Verbose(0,'${CALLERID(num)}' IVR MAIN-DAY)
exten => s,n,Set(TIMEOUT(absolute)=18000)
exten => s,n,Set(TIMEOUT(digit)=5)
exten => s,n,Set(TIMEOUT(response)=5)
exten => s,n,Background(silence/1)
exten => s,n,Background(bdt/mainbdt-day)
exten => s,n,WaitExten(4)
exten => t,1,Macro(operator)</pre>
Could you describe your setup and upload the following taking care to
remove sensitive data
/etc/dahdi/system.conf
/etc/asterisk/chan_dahdi.conf
/etc/asterisk/sip.conf
Issue History
Date Modified Username Field Change
======================================================================
2010-04-03 17:44 alecdavis Note Added: 0120121
======================================================================
More information about the asterisk-bugs
mailing list