[asterisk-bugs] [Asterisk 0018797]: RTP Early Media not Passed to Caller

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 11 15:03:23 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18797 
====================================================================== 
Reported By:                imp
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18797
Category:                   Core/RTP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           Older 1.6.2 - please test a newer version 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-02-11 10:44 CST
Last Modified:              2011-02-11 15:03 CST
====================================================================== 
Summary:                    RTP Early Media not Passed to Caller
Description: 
In Switzerland the price of value added numbers is announced via early
audio before the connection is established to allow the caller to hang up
without generating costs.

This early media is not passed if the call is routed via asterisk.

Traces show:

Asterisk sends invite with sdp to carrier SIP GW.

SIP GW starts sending RTP early media to RTP endpoint specified by
invite.

SIP GW signals '100 trying'
SIP GW signals '180 ringing'

No Audio is passed to the client connected to the asterisk.

Depending on the 'progressinband' and 'rematuremedia' settings, either the
client is told to 'ring' or inband 'ringing' is generated by asterisk, but
no media from the carrier forwarded.

SIP GW signals '200 OK' + sdp

Call is established and two way audio is working. The caller has missed
the early media announcement.

According my interpretation of RFC3960 asterisk should forward early audio
if it is receiving early audio.
====================================================================== 

---------------------------------------------------------------------- 
 (0131878) loloski (reporter) - 2011-02-11 15:03
 https://issues.asterisk.org/view.php?id=18797#c131878 
---------------------------------------------------------------------- 
on my test rig/setup both SVN 1.8 i can't replicate this, please see
attached snippet diaplan.

[from-peer]

exten => 11108123232,1,Progress
same => n,Ringing
same => n,Wait(2)
same => n,Playback(early-media,noanswer)
same => n,Dial(SIP/100,60,tT)
same => n,Voicemail(100 at default)

of course i can not attest if the other end is not asterisk :D

just my 0.002 $

Regards 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-11 15:03 loloski        Note Added: 0131878                          
======================================================================




More information about the asterisk-bugs mailing list