[asterisk-bugs] [Asterisk 0013867]: [patch] Reject an incoming call to peer due to call limit with "603 Declined". It`s not correct.

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 20 09:08:33 CST 2008


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13867 
====================================================================== 
Reported By:                still_nsk
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   13867
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           Older 1.4 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-11-10 05:40 CST
Last Modified:              2008-11-20 09:08 CST
====================================================================== 
Summary:                    [patch] Reject an incoming call to peer  due to call
limit with "603 Declined". It`s not correct.
Description: 
Correct - 486 "486 Busy here"
Because when convert(RFC3398) SIP Response to ISUP Q.391(SS7), calling
party cause value - 21 call rejected.

Example:

[Nov  7 15:29:54] ERROR[9791]: chan_sip.c:3335 update_call_counter: Call
to peer '11201' rejected due to usage limit of 1
    -- Couldn't call 11201
Scheduling destruction of SIP dialog
'2a58f6a26d6e095069c761a776990f36 at 192.168.222.19' in 6400 ms (Method:
INVITE)
  == Everyone is busy/congested at this time (0:0/0/0)
    -- Executing [25899 at from-pstn:2] Hangup("SIP/192.168.160.10-08175dc8",
"") in new stack
  == Spawn extension (from-pstn, 25899, 2) exited non-zero on
'SIP/192.168.160.10-08175dc8'
Scheduling destruction of SIP dialog
'1150b8685a251a9e70cf8562126f42cd at 192.168.160.10' in 32000 ms (Method:
INVITE)

<--- Reliably Transmitting (NAT) to 192.168.160.10:5060 --->
SIP/2.0 603 Declined
Via: SIP/2.0/UDP
192.168.1.10:5060;branch=z9hG4bK44373204;received=192.168.1.10;rport=5060
From:<sip:25411 at 192.168.1.10>;tag=as575a51da
To: <sip:25899 at 192.168.1.240>;tag=as22e9478b
Call-ID: 1150b8685a251a9e70cf8562126f42cd at 192.168.160.10
CSeq: 102 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: <sip:25899 at 192.168.1.240>
Content-Length: 0                                                         
                                                                           
 
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-20 09:08 blitzrage      Status                   ready for testing =>
assigned
2008-11-20 09:08 blitzrage      Assigned To               => putnopvut       
======================================================================




More information about the asterisk-bugs mailing list