hi,
calling from Asterisk to PBX via Eicon Diva 4BRI gives
me the following error.
-- Executing NoOp("SIP/2004-41dc", " call for
998004") in new stack
-- Executing Dial("SIP/2004-41dc",
"CAPI/99:8004|20|r") in new stack
== Everyone is busy/congested at this time
-- Executing Congestion("SIP/2004-41dc", "") in new
stack
== Spawn extension (default, 998004, 3) exited
non-zero on 'SIP/2004-41dc'
What is the meaning of the exited non-zero line?
thx for your feedback
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
> == Spawn extension (default, 998004, 3) exited >non-zero on 'SIP/2004-41dc'>What is the meaning of the exited non-zero line?afaik, after something executes, zero is returned: "Everything went OK" or -1 "Something bad happened", you can branch conditionally in the dialplan based on that. Unfortunately, there doesn't seem to be any kind of granularity there so you can't branch based on what went wrong, just that something went wrong. hth.