[asterisk-bugs] [Asterisk 0013767]: [patch] On Mac OS X PowerPC, Asterisk 1.6.0.1 cannot create outbound channels

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jan 21 18:43:31 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13767 
====================================================================== 
Reported By:                jcovert
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   13767
Category:                   Core/Portability
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.6.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2008-10-22 21:48 CDT
Last Modified:              2009-01-21 18:43 CST
====================================================================== 
Summary:                    [patch] On Mac OS X PowerPC, Asterisk 1.6.0.1 cannot
create outbound channels
Description: 
Although incoming SIP and IAX2 channels work, all attempts to use the Dial
command to create SIP, IAX2, or Local channels fail as follows:

    -- Executing [953 at localsjphone:1] Dial("SIP/localsjphone-0183ca00",
"IAX2/mainpbx/953,120") in new stack
[Oct 22 21:23:40] WARNING[17558]: channel.c:3437 ast_request: Unable to
lock channel list
[Oct 22 21:23:40] WARNING[17558]: app_dial.c:1450 dial_exec_full: Unable
to create channel of type 'IAX2' (cause 0 - Unknown)
  == Everyone is busy/congested at this time (1:0/0/1)

or

    -- Executing [8998x26*192.168.2.7 at localeightsip:9]
Dial("SIP/localsjphone-01836c00", "SIP/x26 at 192.168.2.7,120") in new stack
[Oct 22 21:30:48] WARNING[17558]: channel.c:3437 ast_request: Unable to
lock channel list
[Oct 22 21:30:48] WARNING[17558]: app_dial.c:1450 dial_exec_full: Unable
to create channel of type 'SIP' (cause 0 - Unknown)
  == Everyone is busy/congested at this time (1:0/0/1)

even local:

    -- Executing [12640001 at localsjphone:1]
Dial("SIP/localsjphone-01825800", "local/12640001 at inbound-cnet-264,20") in
new stack
[Oct 22 21:57:19] WARNING[17558]: channel.c:3437 ast_request: Unable to
lock channel list
[Oct 22 21:57:19] WARNING[17558]: app_dial.c:1450 dial_exec_full: Unable
to create channel of type 'local' (cause 0 - Unknown)
  == Everyone is busy/congested at this time (1:0/0/1)


====================================================================== 

---------------------------------------------------------------------- 
 (0098395) svnbot (reporter) - 2009-01-21 18:43
 http://bugs.digium.com/view.php?id=13767#c98395 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 169943

U   branches/1.4/include/asterisk/linkedlists.h

------------------------------------------------------------------------
r169943 | tilghman | 2009-01-21 18:43:30 -0600 (Wed, 21 Jan 2009) | 9
lines

AST_RWLOCK_INIT_VALUE is always defined.  What we really wanted to ask is
whether autoconf detected a static initializer value.  This fixes rwlocks
on all such platforms (mainly, Mac OS X).
(closes issue http://bugs.digium.com/view.php?id=13767)
 Reported by: jcovert
 Patches: 
       20090121__bug13767.diff.txt uploaded by Corydon76 (license 14)
 Tested by: jcovert, Corydon76

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=169943 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-21 18:43 svnbot         Checkin                                      
2009-01-21 18:43 svnbot         Note Added: 0098395                          
======================================================================




More information about the asterisk-bugs mailing list