Am 01.10.2012 20:43, schrieb motty.cruz: > I can't find a clear procedure to lower musicOnHold volume! > Any suggestions? exten => 1234,n,Set(VOLUME(TX)=-3) exten => 1234,n,MusicOnHold(default) in your extensions.conf should do the trick. (play around with the -3 value)