Re: [asterisk-users] Play Beep instead of MOH

2007-12-10 Thread Atis Lezdins
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


Re: [asterisk-users] Play Beep instead of MOH

2007-12-10 Thread John Novack


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


[asterisk-users] Play Beep instead of MOH

2007-12-06 Thread Anciso, Roy
Is there a way to tell asterisk to beep every few seconds rather than
play MOH. 

Thanks

 

Roy Anciso 

Director of Technology

Manistee Intermediate School District

1710 Merkey Road

Manistee, MI 49660

Ph: 231-723-4264

Fx: 231-723-1690

[EMAIL PROTECTED]

 

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

Re: [asterisk-users] Play Beep instead of MOH

2007-12-06 Thread Steve Davies
On 12/6/07, Anciso, Roy [EMAIL PROTECTED] wrote:

 Is there a way to tell asterisk to beep every few seconds rather than play
 MOH.


Record a MOH file with a beep in it?

Steve

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


Re: [asterisk-users] Play Beep instead of MOH

2007-12-06 Thread Doug Lytle
Anciso, Roy wrote:

 Is there a way to tell asterisk to beep every few seconds rather than 
 play MOH.



Not that I'm aware of, but you could record a beep as the music on hold.

Doug


-- 
 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.



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