On Thu, Oct 25, 2012 at 2:28 PM, Chris Sham <[email protected]> wrote: > When calling into the IVR to check voicemail and/or change your greeting you > do not have to enter your extension if you are calling from the phone at > your extension. Is it possible to also disable the pin entry or a way to > pass the pin through so the caller does not have to enter one? >
IMO this shouldn't be done and user to be prompted for PIN each time. Without this someone could listen your voicemails from your phone desk when you're out for lunch for example. > > > If I wanted to make changes to the Voicemail IVR (more than just changing > the prompt files) what is the best approach? Should I update > /etc/sipxpbx/freeswitch/default_context.xml.vm (or > /etc/sipxpbx/freeswitch/conf/dialplan/sipX_context.xml) to point IVR to a > different application or is there a way to alter the flow of the current > Voicemail IVR? > Call flow is not really customizable in 4.4, though in 4.6 you could override the existing one and add yours from within a plugin (Spring based architecture, same as sipxconfig plugins, create a jar file and drop it in ivr plugin folder). If you want to point to another app, replace it in sipX_context.xml George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
