Discussion:
Voicemail web service: preferences/activemessages missing on 4.4.
Steve Beaudry
2012-11-02 21:17:42 UTC
Permalink
https://sipXserver:8085/mailbox/xxx/preferences/activemessages results in the message 'context not understood'.

Looking at the current java file from here ( http://sipxecs.sipfoundry.org/rep/sipXecs/main/sipXivr/src/main/java/org/sipfoundry/voicemail/MailboxServlet.java ), it appears that this context has indeed been removed from the possibly accepted values, although it is still mentioned in the documentation at the head of the file, and on the wiki here: http://wiki.sipfoundry.org/display/sipXecs/Voicemail+Web+Service

So, was it removed on purpose, or??

I'm not a java developer whatsoever, so I have no idea how much of the source I'd have to download to be able to compile it myself. I'm sure I can figure it out, but thought I'd mention it... known issue?

Stephen Beaudry, Manager
Server, Network and Telecom Infrastructures | Royal Roads University
T 250.391.2600 ext. 4149
2005 Sooke Road, Victoria, BC Canada V9B 5Y2 | royalroads.ca<http://royalroads.ca/>

LIFE.CHANGING
Mircea Carasel
2012-11-05 21:09:40 UTC
Permalink
On Fri, Nov 2, 2012 at 11:17 PM, Steve Beaudry
Post by Steve Beaudry
https://sipXserver:8085/mailbox/xxx/preferences/activemessages results
in the message ‘context not understood’.****
** **
Looking at the current java file from here (
http://sipxecs.sipfoundry.org/rep/sipXecs/main/sipXivr/src/main/java/org/sipfoundry/voicemail/MailboxServlet.java), it appears that this context has indeed been removed from the possibly
accepted values, although it is still mentioned in the documentation at the
http://wiki.sipfoundry.org/display/sipXecs/Voicemail+Web+Service ****
** **
So, was it removed on purpose, or??****
** **
I’m not a java developer whatsoever, so I have no idea how much of the
source I’d have to download to be able to compile it myself. I’m sure I
can figure it out, but thought I’d mention it… known issue?****
**
I think this is about preferences/activegreeting - for setting active
greeting in ivr... I am not sure why that comment but this rest API sits in
config and it has the relative path of:

/my/mailbox/{user}/preferences/activegreeting/{greeting}

In 4.4 sipXivr used to call that config rest API for retrieving the active
greeting (in 4.6 ivr does not need to call any rest API, because active
greeting is saved in mongo db)

Mircea

Loading...