On Thu, Mar 10, 2011 at 9:12 PM, Paul Curtis <[email protected]> wrote: > We are currently testing out the sipXconfig (4.4.0- 2011-03-08EST08:51:05 > swift) version on Centos 5.5. We are trying to use the > EmailFormats.properties file. When we apply the file from our known working > on 4.2.1 on the 4.4.0, The voicemail IVR picks up, nothing is heard by the > caller and the voicemail IVR does not allow a message to be saved, call just > disconnects. No email messages are sent. Is there a different format for > 4.4? > I have set the file owner to either be root or sipxchange, same result. > This is what I get in the sipxivr.log every time I use the > EmailFormats.properties file in 4.4 > "2011-03-09T18:19:03.622000Z":1:sipXivr:ERR:<removedservername>:Thread-8:00000000:sipxivr:"SipXivr::run" > java.util.MissingResourceException: Can't find resource for bundle > java.util.PropertyResourceBundle, key did_not_leave_msg > at java.util.ResourceBundle.getObject(ResourceBundle.java:402) > at java.util.ResourceBundle.getString(ResourceBundle.java:362) > at org.sipfoundry.voicemail.EmailFormatter.fmt(EmailFormatter.java:140) > at org.sipfoundry.voicemail.EmailFormatter.fmt(EmailFormatter.java:136) > at org.sipfoundry.voicemail.Deposit.clearChannelUUID(Deposit.java:96) > at org.sipfoundry.voicemail.Deposit.depositVoicemail(Deposit.java:590) > at org.sipfoundry.voicemail.VoiceMail.voicemail(VoiceMail.java:223) > at org.sipfoundry.voicemail.VoiceMail.run(VoiceMail.java:180) > at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:161) > at java.lang.Thread.run(Thread.java:636) > Here are the relevant parts of the EmailFormats.properties files that were > changed from the default Wiki listing. > SenderName = UWS Voicemail Service > SenderMailto = [email protected] > HtmlTitle = Voicemail Notification > > > Any Ideas or did the format change? >
Following entries were added: You_received_a = You received a leaving_msg = is leaving a voice message. just_left_msg = just left a voice message. did_not_leave_msg = disconnected without leaving a voice message. Here is the 4.4 file: https://github.com/dhubler/sipxecs/blob/release-4.4/sipXivr/src/main/java/org/sipfoundry/voicemail/EmailFormats.properties Wiki page is not updated for 4.4 George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
