[asterisk-bugs] [Asterisk 0013034]: [patch] 183 response although progressinband=never

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Mar 29 16:47:24 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13034 
====================================================================== 
Reported By:                klaus3000
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   13034
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.21 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2008-07-09 07:03 CDT
Last Modified:              2009-03-29 16:47 CDT
====================================================================== 
Summary:                    [patch] 183 response although progressinband=never
Description: 
Hi!

Scenario with Asterisk 1.4.21.1:

SIP Client ----> chan_sip:Dial(zap):chan_zap ---> ISDN

very simple dialplan:
[fromklaus]
exten => _1X.,1,NoOp(1... SIP: Outgoing Call: Asterisk->HiCom)
exten => _1X.,n,Dial(Zap/g1/${EXTEN:1})

Immediately after sending the SETUP message, Asterisk responds with 183
Session Progress. Thus, the SIP client is waiting for inband audio, but
there is no inband audio available. progressinband=never

sip.conf:

[klaus]
type=peer
username=klaus
host=dynamic
context=fromklaus
canreinvite=no
progressinband=never


actually I tried all progressinband settings without any difference
====================================================================== 

---------------------------------------------------------------------- 
 (0102362) festr (reporter) - 2009-03-29 16:47
 http://bugs.digium.com/view.php?id=13034#c102362 
---------------------------------------------------------------------- 
It does not contain PROGRESS IE 

CLI> pri debug span 1 

    -- Called g1/xxxx
< Protocol Discriminator: Q.931 (8)  len=5
< Call Ref: len= 2 (reference 2/0x2) (Terminator)
< Message type: CALL PROCEEDING (2)
q931.c:3683 q931_receive: call 32770 on channel 1 enters state 3 (Outgoing
call  Proceeding)
[Mar 29 17:58:28] DEBUG[16573]: chan_dahdi.c:9576 pri_dchannel: Queuing
frame from PRI_EVENT_PROCEEDING on channel 0/1 span 1
    -- Zap/1-1 is proceeding passing it to SIP/xxx-yyy

< Protocol Discriminator: Q.931 (8)  len=5
< Call Ref: len= 2 (reference 2/0x2) (Terminator)
< Message type: ALERTING (1)
q931.c:3596 q931_receive: call 32770 on channel 1 enters state 4 (Call
Delivered)
[Mar 29 17:58:34] DEBUG[16573]: chan_dahdi.c:1780 dahdi_enable_ec: Enabled
echo cancellation on channel 1
    -- Zap/1-1 is ringing 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-29 16:47 festr          Note Added: 0102362                          
======================================================================




More information about the asterisk-bugs mailing list