[asterisk-users] MP3Player
Dominik Zalewski
dzalewski at open-craft.com
Thu Mar 15 02:43:56 MST 2007
Hi All,
I'm having problem with MP3Player app. I want the caller to hear mp3 when he
is waiting until I answer my phone.
-- from extentions.conf --
exten => 200,1,Answer()
exten => 200,2,MP3Player(/home/user200/mp3/hanna-hais.mp3)
exten => 200,3,Dial(SIP/200|20|tTrR)
exten => 200,4,Hangup()
-- end --
here is debug from CLI:
-- Executing Answer("SIP/200-08a64d98", "") in new stack
-- Executing
MP3Player("SIP/200-08a64d98", "/home/user200/mp3/hanna-hais.mp3") in new
stack
Mar 15 11:25:32 NOTICE[4991]: app_mp3.c:121 timed_read: Poll timed out/errored
out with 0
-- Executing Dial("SIP/200-08a64d98", "SIP/200|20|tTrR") in new stack
-- Called 200
-- SIP/200-08a6a2d8 is ringing
Asterisk 1.2.16 and mpg123 installed. Any ideas?
Thank you in advance,
Dominik
More information about the asterisk-users
mailing list