<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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
