itguy12
New Member
- Joined
- Jan 22, 2009
- Messages
- 17
- Reaction score
- 0
I have several Asterisk servers in different locations. One location is running PIAF 1.3 and hosts all of our voicemail. I have been looking for a solution that would pass the necessary information to the other servers so each device gets accurate MWI notification on his/her device.
A simple method using externnotify and SSH was found here: http://asterisk.mdaniel.net/?p=14.
My trouble is that once i add the line
externnotify=/usr/local/bin/notify_vmail_extern.sh
to my voicemail.conf under the [general] section and reload app_voicemail.so, nothing happens. Calls to the Voicemail application proceed as normal, but the Asterisk CLI shows nothing about even attempting to run that script.
Does externnotify support need to be complied into Asterisk seperately? TIA for your help!
--Justin
A simple method using externnotify and SSH was found here: http://asterisk.mdaniel.net/?p=14.
My trouble is that once i add the line
externnotify=/usr/local/bin/notify_vmail_extern.sh
to my voicemail.conf under the [general] section and reload app_voicemail.so, nothing happens. Calls to the Voicemail application proceed as normal, but the Asterisk CLI shows nothing about even attempting to run that script.
Does externnotify support need to be complied into Asterisk seperately? TIA for your help!
--Justin