Hi,

I tried to use callweaver with this simple dialplan:

[incoming]

exten => 2800800,1,Answer()
exten => 2800800,2,Playback(hello-world)
exten => 2800800,3,Hangup()

After calling callweaver hangs up without playing sound and I see:

*CLI>
     -- Executing Answer("SIP/10.0.0.1-bc003180", "") in new stack
     -- Executing Playback("SIP/10.0.0.1-bc003180", "hello-world") in 
new stack
     -- Playing 'hello-world' (language 'en')
   == Spawn extension (incoming, 2800800, 2) exited non-zero on 
'SIP/10.0.0.1-bc003180'

With this dialplan:

[incoming]

exten => 2800800,1,Dial(IAX2/800)

all is the same: instead of connecting abonents callweaver hangs up:

*CLI>
     -- Executing Dial("SIP/10.0.0.1-bc0039a0", "IAX2/800") in new stack
     -- Called 800
     -- Call accepted by 10.0.0.2 (format ulaw)
     -- Format for call is ulaw
     -- IAX2/800-2 is ringing
     -- IAX2/800-2 answered SIP/10.0.0.1-bc0039a0
     -- Hungup 'IAX2/800-2'
   == Spawn extension (incoming, 2800800, 1) exited non-zero on 
'SIP/10.0.0.1-bc0039a0'

Why can it be? I use last svn version.

--
Thanks,
Eugene Prokopiev
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to