[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
Tue Jan 20 19:11:06 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:                     confirmed
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-20 19:11 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)


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

---------------------------------------------------------------------- 
 (0098294) Corydon76 (administrator) - 2009-01-20 19:11
 http://bugs.digium.com/view.php?id=13767#c98294 
---------------------------------------------------------------------- 
Umm, I can't reproduce:

dot40:~ root# asterisk -Rc
Asterisk SVN-branch-1.6.0-r169558, Copyright (C) 1999 - 2008 Digium, Inc.
and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for
details.
This is free software, with components licensed under the GNU General
Public
License version 2 and other licenses; you are welcome to redistribute it
under
certain conditions. Type 'core show license' for details.
=========================================================================
[ Booting...
[ Reading Master Configuration ]
[ Initializing Custom Configuration Options ]
Connected to Asterisk SVN-branch-1.6.0-r169558 currently running on dot40
(pid = 16946)
Verbosity is at least 11
    -- Accepting UNAUTHENTICATED call from 192.168.69.64:
       > requested format = ulaw,
       > requested prefs = (ulaw),
       > actual format = ulaw,
       > host prefs = (ulaw),
       > priority = mine
    -- Executing [8500 at default:1] VoiceMailMain("IAX2/gadolinium-2087",
"") in new stack
[Jan 20 19:06:05] WARNING[16946]: file.c:635 ast_openstream_full: File
vm-login does not exist in any format
[Jan 20 19:06:05] WARNING[16946]: file.c:931 ast_streamfile: Unable to
open vm-login (format 0x4 (ulaw)): No such file or directory
[Jan 20 19:06:05] WARNING[16946]: app_voicemail.c:7556 vm_authenticate:
Couldn't stream login file
    -- Executing [8500 at default:2] Goto("IAX2/gadolinium-2087", "s,6") in
new stack
    -- Goto (default,s,6)
    -- Executing [s at default:6] BackGround("IAX2/gadolinium-2087",
"demo-instruct") in new stack
[Jan 20 19:06:05] WARNING[16946]: file.c:635 ast_openstream_full: File
demo-instruct does not exist in any format
[Jan 20 19:06:05] WARNING[16946]: file.c:931 ast_streamfile: Unable to
open demo-instruct (format 0x4 (ulaw)): No such file or directory
[Jan 20 19:06:05] WARNING[16946]: pbx.c:7863 pbx_builtin_background:
ast_streamfile failed on IAX2/gadolinium-2087 for demo-instruct
    -- Executing [s at default:7] WaitExten("IAX2/gadolinium-2087", "") in
new stack
    -- Timeout on IAX2/gadolinium-2087, going to 't'
    -- Executing [t at default:1] Goto("IAX2/gadolinium-2087", "#,1") in new
stack
    -- Goto (default,#,1)
    -- Executing [#@default:1] Playback("IAX2/gadolinium-2087",
"demo-thanks") in new stack
[Jan 20 19:06:16] WARNING[16946]: file.c:635 ast_openstream_full: File
demo-thanks does not exist in any format
[Jan 20 19:06:16] WARNING[16946]: file.c:931 ast_streamfile: Unable to
open demo-thanks (format 0x4 (ulaw)): No such file or directory
[Jan 20 19:06:16] WARNING[16946]: app_playback.c:447 playback_exec:
ast_streamfile failed on IAX2/gadolinium-2087 for demo-thanks
    -- Executing [#@default:2] Hangup("IAX2/gadolinium-2087", "") in new
stack
  == Spawn extension (default, #, 2) exited non-zero on
'IAX2/gadolinium-2087'
    -- Hungup 'IAX2/gadolinium-2087'
core show version
Asterisk SVN-branch-1.6.0-r169558 built by tilghman @
dot40.jeffandtilghman.foo on a Power Macintosh running Darwin on 2008-12-16
20:21:14 UTC
dot40*CLI> 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-20 19:11 Corydon76      Note Added: 0098294                          
======================================================================




More information about the asterisk-bugs mailing list