Hi Martin, Thanks for the answer!
2009/9/7 Martin <[email protected]> > that's probably for ADSI phones ... chan_local confuses the VoiceMailMain > app > and you hear it ... I'm experiencing this with different SIP phones and softphones. > Why do you need to call it via chan_local ? Can't > you do Macro or just > call VoiceMailMain directly ? > That's a good question. The reason is that we were experiencing problems with some DECT phones using the g729 codec and accessing the voicemail. The phones stopped playing media when they stopped receiving RTP packets for a few seconds, and usually this would happen between the locutions of the VoiceMailMain application. So the solution we thought of was to use the Page application in order to play some background audio at the same time as the Voicemail. Something like this: exten => _X.,1,Page(Local/${ext...@voicemail-page &Local/backgro...@voicemail-page,dq) [voicemail-page] exten => _X.,1,VoiceMailMain(${[email protected] <[email protected]>) exten => background,1,MusicOnHold() This has worked pretty well except for this weird beep at the beginning of the call. While figuring out what might be the problem I observed this happened if I tried to call VoiceMailMain via chan local. What do you think? Best regards, Santi
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
