[Asterisk-Users] extension exited non-zero

Darrell Eldridge de8187 at yahoo.com
Fri Apr 11 09:03:58 MST 2003


I keep getting errors after every call hangs up:

*CLI>     -- Starting simple switch on 'Zap/2-1'
    -- Executing Macro("Zap/2-1", "roll2vm|Zap/9") in
new stack
    -- Executing Dial("Zap/2-1", "Zap/9|18") in new
stack
    -- Called 9
    -- Zap/9-1 is ringing
    -- Zap/9-1 is ringing
    -- Zap/9-1 is ringing
    -- Zap/9-1 answered Zap/2-1
    -- Attempting native bridge of Zap/2-1 and Zap/9-1
    -- Hungup 'Zap/9-1'
  == Spawn extension (macro-roll2vm, s, 1) exited
non-zero on 'Zap/2-1' in macro 'roll2vm'
  == Spawn extension (superaccess, s, 1) exited
non-zero on 'Zap/2-1'
    -- Hungup 'Zap/2-1'


I never paid much attention to it because everything
seems to work okay.  Is it something I need to be
concerned about?  I suspect maybe there's something in
my extensions.conf that's wrong.  Here's an excerpt:

[superaccess]
include => internal
include => outsidelocal ; includes emergency (911)
include => outsidefull
include => passcodesuper
include => parkedcalls
include => bell

[macro-roll2vm]
exten => s,1,Dial(${ARG1},18)
exten => s,2,Voicemail(u${MACRO_EXTEN})
exten => s,102,Voicemail(b${MACRO_EXTEN})
exten => s,103,Goto(3)
exten => s,3,Wait(10)
exten => s,4,Hangup

[internal]
exten => 7002,1,Macro(roll2vm,Zap/2)
exten => 7011,1,Macro(roll2vm,Zap/9)

Any ideas?

Thanks,

D.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com



More information about the asterisk-users mailing list