Crystal Stream, Incorporated
2005-Sep-21  08:38 UTC
[Asterisk-Users] Addendum to Problem with Queues question
Here is the full "transaction"
    -- outgoing agentcall, to agent '1001', on
'Local/3044@local-4fee,1'
    -- Called Agent/1001
    -- Executing Macro("Local/3044@local-4fee,2",
"sipline|3044") in new stack
    -- Executing Dial("Local/3044@local-4fee,2",
"SIP/3044|20|t") in new stack
    -- Called 3044
    -- SIP/3044-ea92 is ringing
    -- Agent/1001 is ringing
    -- SIP/3044-ea92 answered Local/3044@local-4fee,2
    -- Local/3044@local-4fee,1 answered, waiting for
'#' to acknowledge
    -- Started music on hold, class 'default', on
Local/3044@local-4fee,2
    -- Unable to find extension '' in context
'crystal-sip'
    -- Playing 'pbx-invalid' (language 'en')
Sep 21 10:30:30 WARNING[52987]: file.c:550
ast_readaudio_callback: Failed to write frame
    -- Stopped music on hold on
Local/3044@local-4fee,2
Sep 21 10:30:30 WARNING[52987]: res_features.c:450
ast_bridge_call: Bridge failed on channels
Local/3044@local-4fee,2 and SIP/3044-ea92
  == Spawn extension (macro-sipline, s, 1) exited
non-zero
Why doesn't ast_bridge_call do it's thing 
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
Kevin Bockman
2005-Sep-21  09:16 UTC
[Asterisk-Users] Addendum to Problem with Queues question
Crystal Stream, Incorporated wrote:> Here is the full "transaction" > > -- outgoing agentcall, to agent '1001', on > 'Local/3044@local-4fee,1' > -- Called Agent/1001 > -- Executing Macro("Local/3044@local-4fee,2", > "sipline|3044") in new stack > -- Executing Dial("Local/3044@local-4fee,2", > "SIP/3044|20|t") in new stack > -- Called 3044 > > -- SIP/3044-ea92 is ringing > > -- Agent/1001 is ringing > > -- SIP/3044-ea92 answered Local/3044@local-4fee,2 > > -- Local/3044@local-4fee,1 answered, waiting for > '#' to acknowledge > > -- Started music on hold, class 'default', on > Local/3044@local-4fee,2 > > -- Unable to find extension '' in context > 'crystal-sip'This must be the problem. Not sure where that is coming from.> -- Playing 'pbx-invalid' (language 'en') > > Sep 21 10:30:30 WARNING[52987]: file.c:550 > ast_readaudio_callback: Failed to write frame > -- Stopped music on hold on > Local/3044@local-4fee,2 > > Sep 21 10:30:30 WARNING[52987]: res_features.c:450 > ast_bridge_call: Bridge failed on channels > Local/3044@local-4fee,2 and SIP/3044-ea92 > == Spawn extension (macro-sipline, s, 1) exited > non-zeroIt sounds like you may need to post the relevant extensions. Kevin