[asterisk-users] Play Beep instead of MOH
Atis Lezdins
atis at iq-labs.net
Mon Dec 10 05:42:51 CST 2007
Anciso, Roy wrote:
> Is there a way to tell asterisk to beep every few seconds rather than
> play MOH.
I suppose you mean the beeps you hear when dialing any phone number -
the ringing indication? I'm not sure that this would work with queues,
however it works great with Dial(). I'm also not sure about it, but
Answer()'ing channel might get in your way - this is what i'm using:
context default {
100 => {
Progress();
Ringing();
Dial(SIP/100|30);
}
}
Regards,
Atis
More information about the asterisk-users
mailing list