[asterisk-bugs] [Asterisk 0016959]: SIP-Provider without "SIP/2.0 180 Ringing" makes trouble with call file

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Mar 4 17:12:01 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16959 
====================================================================== 
Reported By:                fa_bian
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16959
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.2 
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-03-04 06:15 CST
Last Modified:              2010-03-04 17:12 CST
====================================================================== 
Summary:                    SIP-Provider without "SIP/2.0 180 Ringing" makes
trouble with call file
Description: 
I make a auto dial via call file.

If I use a SIP-Provider who sends a "SIP/2.0 180 Ringing" all is fine!

If I use a SIP-Provider who DOESN'T send a "SIP/2.0 180 Ringing" Asterisk
DOESN'T proceed in context.
====================================================================== 

---------------------------------------------------------------------- 
 (0118983) fa_bian (reporter) - 2010-03-04 17:12
 https://issues.asterisk.org/view.php?id=16959#c118983 
---------------------------------------------------------------------- 
; ### sip.conf ###

[general]
	tcpbindaddr=0.0.0.0
	udpbindaddr=0.0.0.0
	tcpenable=no
	srvlookup=yes
	defaultexpiry=300
	maxexpirey=900
	allowoverlap=no
	dtmfmode=auto
	language=de
	qualify=no
	directmedia=no
	directrtpsetup=no
	disallow=all
	allow=alaw
	allow=ulaw
	context=ext_all_in

	register => 112233:******@sip.provider1.tld
	register => 445566:******@sip.provider2.tld

[provider1_out]				; WITH "180 Ringing"
	type=peer
	host=sip.provider1.tld
	defaultuser=112233
	fromuser=112233
	remotesecret=******
	secret=******
[provider2_out]				; WITHOUT "180 Ringing"
	type=peer
	host=sip.provider2.tld
	defaultuser=445566
	fromuser=445566
	remotesecret=******
	secret=******

[1234]
	type=friend
	host=dynamic
	nat=never
	qualify=yes
	accountcode=1234
	callerid="1234" <1234>
	secret=********
	context=ext_1234_out 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-04 17:12 fa_bian        Note Added: 0118983                          
======================================================================




More information about the asterisk-bugs mailing list