Is there anyway for a sip station to play MoH out of the speaker? I know I can do it by calling the station and putting it on hold. For example: On a samsung pbx with MoH, if you goto one of the workstaions and press a button The moh plays out of the speaker. Is there any way to do this with asterisk? Kevin, Honeycomb Internet Services
"show application MusicOnHold" Also "show applications" for more information on all the Asterisk applications. On Mon, 2003-10-20 at 11:13, Kevin wrote:> Is there anyway for a sip station to play MoH out of the speaker? > I know I can do it by calling the station and putting it on hold. > > For example: > On a samsung pbx with MoH, if you goto one of the workstaions and press > a button > The moh plays out of the speaker. > > Is there any way to do this with asterisk? > > Kevin, > Honeycomb Internet Services > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Sample configs, scripts, more : http://www.fnords.org/~eric/asterisk/ BTEL Consulting 504-899-1387 or 850-484-4545 or 877-677-9643
<quote who="Kevin">> Is there anyway for a sip station to play MoH out of the speaker? > I know I can do it by calling the station and putting it on hold. > > For example: > On a samsung pbx with MoH, if you goto one of the workstaions and press > a button > The moh plays out of the speaker. > > Is there any way to do this with asterisk?Add an extension for MoH... exten => 8800,1,Answer exten => 8800,2,MusicOnHold(default) Then dial that extension to get music. If it is a two line phone, you can receive calls via the other line or use callwaiting. -- END OF LINE
----- Original Message ----- From: "Kevin" <kevin@honeycomb.net> To: <asterisk-users@lists.digium.com> Sent: Tuesday, October 21, 2003 2:13 AM Subject: [Asterisk-Users] MOH different question> Is there anyway for a sip station to play MoH out of the speaker? > I know I can do it by calling the station and putting it on hold.Eg: exten => 7890,1,Answer exten => 7890,2,MusicOnHold Once you have dialed, press the speaker button and voila! As for background music/bgm (which I assume you are referring to), then it isn't possible as far as I'm aware. This is one feature I miss from the old PBX. -Shaun
Kevin wrote:> Is there anyway for a sip station to play MoH out of the speaker? > I know I can do it by calling the station and putting it on hold.You can make an extension that will play MoH: exten => 5551212,1,MusicOnHold Make your button dial that extention. Voila! Jerimiah Tularosa Communications