Hi
I have a cisco 7960 Phone that connects to my Asterisk server without a
problem.
But when I call the echotest it just hangs up, echotests from other VoIP
providers works just fine.
I have tried a softphone and it works just fine.
The error I get when the 7960 calls is this:
-- Executing Playback("SIP/2000-180c", "demo-echotest")
in new stack
-- Playing 'demo-echotest' (language 'en')
== Spawn extension (from-sip, 600, 1) exited non-zero on
'SIP/2000-180c'
It simply hangs up, what can I have missed?
/John
> -----Original Message----- > From: John Angelmo [mailto:john@veidit.net] > Sent: Thursday, July 22, 2004 11:10 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Faild Echotest> But when I call the echotest it just hangs up, echotests from > other VoIPAre you answering the line first? I have it working like this: exten => 700,1,Answer exten => 700,2,Echotest exten => 700,3,Hangup Hope this helped, Robert Jackson