vcomp
2006-Jun-08 13:10 UTC
[Asterisk-Users] Anyone have success using LIMIT_PLAYAUDIO_CALLER or LIMIT_PLAYAUDIO_CALLER variables
Greetings, I have tried numerous ways to set the LIMIT_PLAYAUDIO_CALLER and LIMIT_PLAYAUDIO_CALLEE variables with no success. The default parameters never change. Has anyone had success changing the defaults? If so, how did you do it? Thanks, vcomp -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060608/4cc87477/attachment.htm
whois wes
2006-Jun-09 06:59 UTC
[Asterisk-Users] Anyone have success using LIMIT_PLAYAUDIO_CALLER or LIMIT_PLAYAUDIO_CALLER variables
This is what we use to play a beep every 30 seconds on our calls (it's
for monitoring purposes)
I know that SetVar is deprecated but i'm too lazy to change it. This
works great for us on 1.2.4
exten => s,n,SetVar(LIMIT_WARNING_FILE=beep_quiet)
exten => s,n,SetVar(LIMIT_PLAYAUDIO_CALLEE=yes)
exten => s,n,Dial(${ARG1},${ARG3},L(99999999:99999999:30000))
Wes
On 6/8/06, vcomp <voicecomputing@gmail.com> wrote:> Greetings,
>
> I have tried numerous ways to set the LIMIT_PLAYAUDIO_CALLER and
> LIMIT_PLAYAUDIO_CALLEE variables with no success. The default parameters
> never change.
>
> Has anyone had success changing the defaults? If so, how did you do it?
>
> Thanks,
>
> vcomp
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>