Greetings,

I have a customer who is attempting to run voicemail on a distributed
server running 
4.2.1-018930 2010-06-04T15:26:43 build31.

All appears to work well except that the user cannot change the PIN from
the (Polycom) phone -- see sipxivr errors below.

On sipxecs version 4.0.4, I was able to make this work through an nfs
mount and the following configuration modifications:

etc/sipxpbx/status-config:   SIP_STATUS_HTTP_VALID_IPS :
ip.address.of.vmserver
 
/etc/sipxpbx/voicemail.xml:
<mwiurl>https://ip.address.of.vmserver:8101/cgi/StatusEvent.cgi&lt;/mwiurl>

I made the corresponding changes in this version:

status-config:  SIP_STATUS_HTTP_VALID_IPS : ip.address.of.vmserver
sipxivr.properties:
ivr.mwiUrl=https://fqdn.of.vmserver:8101/cgi/StatusEvent.cgi

Any hints on how to make this work on this version?

Thanks,

jim

----------------------------------------------

"2010-09-01T09:05:52.800000Z":170571:sipXivr:INFO:sip3.ceicmh.org:Thread-258:00000000:sipxivr:"Retrieve::voicemai
lOptions:changePin Mailbox mitchell"
...
...
"2010-09-01T09:06:13.840000Z":170583:sipXivr:INFO:sip3.ceicmh.org:Thread-258:00000000:sipxivr:"Menu::menu
 Collect
ed digits=(_REDACTED_)"

--------------------------------------------------------------------------------------------------------------------------

"2010-09-01T09:06:13.841000Z":170584:sipXivr:ERR:sip3.ceicmh.org:Thread-258:00000000:sipxivr:"Retrieve::voicemail
Options new pin trouble"
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:529)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
        at
com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:141)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
        at
sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
        at
sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
        at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsUR
LConnection.java:172)
        at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801)
        at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnecti
on.java:158)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1049)
        at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
        at
java.net.HttpURLConnection.getResponseMessage(HttpURLConnection.java:439)
        at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseMessage(HttpsURLConnectionImpl.java:362)
        at
org.sipfoundry.sipxivr.RestfulRequest.request(RestfulRequest.java:122)
        at
org.sipfoundry.sipxivr.RestfulRequest.send(RestfulRequest.java:138)
        at
org.sipfoundry.sipxivr.RestfulRequest.put(RestfulRequest.java:161)
        at
org.sipfoundry.voicemail.Retrieve.voicemailOptions(Retrieve.java:1135)
        at
org.sipfoundry.voicemail.Retrieve.main_menu(Retrieve.java:370)
        at
org.sipfoundry.voicemail.Retrieve.retrieveVoiceMail(Retrieve.java:85)
        at
org.sipfoundry.voicemail.VoiceMail.voicemail(VoiceMail.java:219)
        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)



_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to