[Asterisk-Users] Faild Echotest
Rich Adamson
radamson at routers.com
Sat Jul 24 06:03:14 MST 2004
> >
> > I tried that but I still get:
> > -- Executing Answer("SIP/2000-00b8", "") in new stack
> > -- Executing Echo("SIP/2000-00b8", "") in new stack
> > == Spawn extension (from-sip, 700, 2) exited non-zero on 'SIP/2000-00b8'
> > dev*CLI>
> >
Just tried from a Cisco 7960 with sip and it works fine:
-- Executing Playback("SIP/3000-43eb", "demo-echotest") in new stack
-- Playing 'demo-echotest' (language 'en')
-- Executing Echo("SIP/3000-43eb", "") in new stack
== Spawn extension (from-sip, 3910, 2) exited non-zero on 'SIP/3000-43eb'
running CVS-HEAD-07/12/04 with the following in extensions.conf:
; Create an extension for evaulating echo latency.
exten => 3910,1,Playback(demo-echotest) ; Let them know what's going on
exten => 3910,2,Echo ; Do the echo test
exten => 3910,3,Playback(demo-echodone) ; Let them know it's over
Rich
More information about the asterisk-users
mailing list