[asterisk-bugs] [Asterisk 0019234]: SIP stack stops working if a Dial command if forwarded by a SIP physical phone

Asterisk Bug Tracker noreply at bugs.digium.com
Tue May 24 08:51:11 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19234 
====================================================================== 
Reported By:                tiziano
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   19234
Category:                   Applications/app_dial
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.8.3.3 
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-05-05 07:49 CDT
Last Modified:              2011-05-24 08:51 CDT
====================================================================== 
Summary:                    SIP stack stops working if a Dial command if
forwarded by a SIP physical phone
Description: 
If you enable the call forward feature on a registered SIP phone  - I've
tried with two different SNOM models a a Cisco/Linksys SPA9xx - when a call
reach the phone you'll see (on asterisk CLI):

 Got SIP response 302 "Moved Temporarily" back from (PHONE IP:PORT)
 Now forwarding SIP/(CHANNEL) to 'Local/....@(CONTEXT)' (thanks to
SIP/(FORWARDING PHONE CHANNEL)
 Not accepting call completion offers from call-forward recipient
Local/... at ....

then all SIP activity ceased, both incoming and outgoing calls, while
asterisk remains up and running
====================================================================== 

---------------------------------------------------------------------- 
 (0135335) wdoekes (reporter) - 2011-05-24 08:51
 https://issues.asterisk.org/view.php?id=19234#c135335 
---------------------------------------------------------------------- 
This is expected: optimization is usually speed optimizatin, not space
optimization. Therefore more code is used to achieve the same thing, but
faster.

Maybe you're thinking of common DEBUG modes where extra debugging code is
included? Or perhaps you're thinking of the process of stripping symbols
(which isn't done).

$ du -sh main/masterisk main/asterisk.dont_optimize
22M	main/asterisk
19M	main/asterisk.dont_optimize 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-24 08:51 wdoekes        Note Added: 0135335                          
======================================================================




More information about the asterisk-bugs mailing list