On Monday 11 June 2007, Thomas Stein wrote:
> Hello.
>
> Is it possible to change the defined moh sound file within an extension?
>
> I have:
>
> exten => 18,1,Answer
> exten => 18,n,Wait(3)
> exten => 18,n,SetMusicOnHold(durchwahl)
> exten => 18,n,Dial(SIP/118,15,m)
> exten => 18,n,Hangup

It's possible to change moh behaviour after the dial command. 

exten => 18,1,Answer
exten => 18,n,Wait(3)
exten => 18,n,SetMusicOnHold(durchwahl)
exten => 18,n,Dial(SIP/118,15,m)
exten => 18,n,SetMusicOnHold(default)

This works for me.

regards
t.
-- 
knowledgeTools®  ... managing complexity.
--------------------------------------------------
knowledgeTools International GmbH 
Wallstraße 15 / 15 a 
10179 Berlin 

Fon: +49 30 726 169 20
Fax: +49 30 726 169 249 

[EMAIL PROTECTED] 
www.knowledgetools.de 

Sitz  Berlin, AG Berlin-Charlottenburg, HRB 86378 
Geschäftsführer: Oliver Seyboldt, Reinhard Kunz
--------------------------------------------------

This eMail communication (and any attachment/s) may contain confidential or 
privileged information and is intended only for the individual(s) or entity 
named above and to others who have been specifically authorized to receive 
it. If you are not the intended recipient, please do not read, copy, use or 
disclose the contents of this communication to others. Please notify the 
sender that you have received this e-mail in error by reply e-mail, and 
delete the e-mail subsequently. Thank you.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to