Juan David Diaz
2009-Dec-21  22:39 UTC
[asterisk-users] Asterisk 1.2.14 - Play an audio or signal
Good Day List Users, Is there any way to play an audiofile or at least a beep into an established call, I want to do this event each 3 minutes in the call, for now I have a shell to get the call time and evaluate the 3 minutes.....do you know any way to play that sound? I tried app_inject, it works really nice in asterisk 1.4.X releases; but my PBX runs 1.2.14 and It can?t be upgraded (policy reasons). Regards and Thanks every one. -- Juan. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091221/aef326cf/attachment.htm
Alec Davis
2009-Dec-22  06:19 UTC
[asterisk-users] Asterisk 1.2.14 - Play an audio or signal
straight from our 1.6.1 dialplan, don't know about 1.2.14.
 
exten => s,n,Set(LIMIT_WARNING_FILE=beep)
exten => s,n,Set(LIMIT_TIMEOUT_FILE=call-terminated)
 
;terminate after 1 hour, start beep warnings at 10 minutes, every 5 minutes
exten =>
s,n,Dial(${AVAILCHAN_NOSESSION}/${ARG2}#,,rL(3600000:3000000:300000))
  _____  
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Juan David
Diaz
Sent: Tuesday, 22 December 2009 11:40 a.m.
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Asterisk 1.2.14 - Play an audio or signal
Good Day List Users, 
Is there any way to play an audiofile or at least a beep into an established
call, I want to do this event each 3 minutes in the call, for now I have a
shell to get the call time and evaluate the 3 minutes.....do you know any
way to play that sound? 
I tried app_inject, it works really nice in asterisk 1.4.X releases; but my
PBX runs 1.2.14 and It can?t be upgraded (policy reasons).
Regards and Thanks every one.
-- 
Juan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20091222/3c44528d/attachment-0001.htm