Atis Lezdins wrote:
> 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
>   
No. I THINK what he wants is a simulation of the awful Nortel system 
"tone on hold" used when no other source is available, and the customer 
doesn't think silence is better.

John Novack


-- 
Dog is my co-pilot


_______________________________________________
--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

Reply via email to