[Asterisk-video] dialing to mcuWeb
Gonzalo Merayo
merayo at gmail.com
Fri May 2 09:26:53 CDT 2008
Hi,
Thanks Sergio, I got the correct version of xmlrpc and got
everithing compiled. Now I'm trying to connect to a conference.
When I route the call to mcuWeb the log says:
[#|2008-05-02T07:18:40.059-0400|SEVERE|sun-comms-appserver1.0|javax.enterprise.system.container.sip|_ThreadID=47;_ThreadName=SipContainer-serversWorkerThread-5060-6;_RequestID=f5f56ae7-0fbd-4ddc-aec8-cad8090c3ba9;|Exception
allocating servlet
java.lang.NullPointerException
at org.murillo.mcuWeb.ConferenceMngr.getMappedConference(ConferenceMngr.java:174)
at org.murillo.mcuWeb.MCUSipServlet.doInvite(MCUSipServlet.java:77)
at javax.servlet.sip.SipServlet.doRequest(SipServlet.java:54)
at javax.servlet.sip.SipServlet.service(SipServlet.java:43)
That line is:
if(uri.equals(conf.getDID()))
most likely the null object is uri since conf is used just above.
I'm guessing Asterisk is not sending some parameter when connecting to
mcu, but I was unable to find which one.
My dial rule is:
exten => 8000,1,Dial(SIP/AS)
When I try something like
exten => 8000,1,Dial(SIP/AS/555)
mcu fails with incorrect paramete
Does anyone know what I'm doing wrong?
Thanks
Regards
Gonzalo
More information about the asterisk-video
mailing list