For a little backstory: Due to my own dumb self my sipX server hard drive
filled up the other day. I've since cleaned that up but ever since then I've
been unaware that users are not able to leave voicemails; they record just fine
but never make it to the end users.
Essentially what it happening is that a temp recording is created in the
deleted folder for the user which the voicemail is being left which is then
supposed to be moved to the inbox, but it never gets moved. Here is the java
error I'm seeing in sipxivr.log:
"2011-01-24T16:08:46.897000Z":762:sipXivr:ERR:it.ippbx.co.brazos.tx.us:Thread-59:00000000:sipxivr:"SipXivr::run"
java.lang.NumberFormatException: For input string: ""
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:431)
at java.lang.Long.parseLong(Long.java:468)
at org.sipfoundry.voicemail.VmMessage.nextMessageId(VmMessage.java:585)
at org.sipfoundry.voicemail.VmMessage.newMessage(VmMessage.java:210)
at org.sipfoundry.voicemail.Message.storeInInbox(Message.java:124)
at org.sipfoundry.voicemail.Deposit.depositVoicemail(Deposit.java:590)
at org.sipfoundry.voicemail.VoiceMail.voicemail(VoiceMail.java:206)
at org.sipfoundry.voicemail.VoiceMail.run(VoiceMail.java:163)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:152)
at java.lang.Thread.run(Thread.java:619)
Any help or suggestions would be appreciated. I would like to avoid restarting
the server if at all possible.
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/