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
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users