Hey All, I've started to try and distribute the functionality of my single * server amongst a few varying servers. The issue I have is that when splitting out the voicemail portion onto a dedicated server I am no longer able to inform the voicemail application (when call originated from a different box) if the call hitting the voicemail server was sent there because it was unanswered or if the phone was busy. I'm not sure if there is something within IAX that can pass this information on from one * server to another or if there is another solution ? Rgds, Adam ********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person
> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Low, Adam > Sent: Tuesday, December 02, 2003 7:58 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Dedicated * voicemail server > > Hey All, > > I've started to try and distribute the functionality of my single *server> amongst a few varying servers. The issue I have is that when splittingout> the voicemail portion onto a dedicated server I am no longer able to > inform the voicemail application (when call originated from adifferent> box) if the call hitting the voicemail server was sent there becauseit> was unanswered or if the phone was busy. I'm not sure if there is > something within IAX that can pass this information on from one *server> to another or if there is another solution ? > > Rgds, > Adam > > > ********* DISCLAIMER ********* > > This message and any attachment are confidential and may be privilegedor> otherwise protected from disclosure and may include proprietary > information. If you are not the intended recipient, please telephoneor> email the sender and delete this message and any attachment from your > system. If you are not the intended recipient you must not copy this > message or attachment or disclose the contents to any other person > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-usersYou could add an initial digit based on whether it was a busy or no answer forward, use the extra digit to determine the message played on the VM server and just strip it back off to get the mailbox number. Email me direct if that isn't clear enough.
> You could add an initial digit based on whether it was a busy or no > answer forward, use the extra digit to determine the message played on > the VM server and just strip it back off to get the mailbox number.> Email me direct if that isn't clear enough.This is actually what I have at the moment, the prepend was an issue because I've tried to make the platform non-national specific so every mailbox has its full telephone number including country code. Instead I am prepending but this makes things dirty and complicated. I was hoping for some magical SIP option or something but I guess I'll proceed with the current setup. ********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person