Displaying 1 result from an estimated 1 matches for "081a7160".
Did you mean:
081a116
2007 Feb 27
2
No sound with Playback() or Background()
...thing.
My echo test extension looks like this:
exten => 600,1,Answer
exten => 600,2,Playback(demo-echotest)
exten => 600,3,Echo
exten => 600,4,Playback(demo-echodone)
exten => 600,5,Hangup
Console shows something like that when I call:
-- Executing Answer("SIP/206-081a7160", "") in new stack
-- Executing Playback("SIP/206-081a7160", "demo-echotest") in new stack
-- Playing 'demo-echotest' (language 'en')
So it looks like Asterisk is playing the file, but I can't hear anything.
The files demo-echotest.gsm and de...