[asterisk-bugs] [Asterisk 0013034]: [patch] 183 response although progressinband=never
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 29 11:05:32 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 11:05 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
======================================================================
----------------------------------------------------------------------
(0102356) festr (reporter) - 2009-03-29 11:05
http://bugs.digium.com/view.php?id=13034#c102356
----------------------------------------------------------------------
hi, I've the same problem as reporter (the latest SVN version)
i've configured sip.conf progressinband=never
I'm receiving to asterisk
- SIP/SDP Request: INVITE sip:xx at yy, with session description
asterisk responds with 183 with SDP although there is
progressinabnd=never
This call (INVITE) is routed to Zap/g1 PRI euroISDN
on pri debug:
Message type: CALL PROCEEDING (2)
(after 2 seconds)
Message type: ALERTING (1)
after received ALERTING, asterisk sends 180 RING
but asterisk is not generating alert inside RTP SDP although it sends RTP
(but silence) so the far end is not generating alert (although 180 RING is
sended by us) because of early 183
I'm not sure that i've explain it clear. If any question, logs or so, tell
me.
(I've made small hacks inside channel_sip.c to not send 183 with SDP in
any situation) and it works for me in this installation. But it should be
fixed somehow. and the question - asterisk does not can generate its own
alert when ALERT is received on the PRI?
Issue History
Date Modified Username Field Change
======================================================================
2009-03-29 11:05 festr Note Added: 0102356
======================================================================
More information about the asterisk-bugs
mailing list