I am using SipServlets for an academic open-source project here is page (in Polish): http://code.google.com/p/mobicents-voip/ You can look at source code if You want.
Goal is simple make system to enable VoIP calls. As end nodes we use Linphone/windows. Sip servlets is running on the jboss. Actualy Project was build basing on click2call example. When I run this example (from source code) it worked. Then I rewrite this function to my application. Start it. Here is the problem: I connect to enpoints (linphone sipphone) and my application get REGISTER message but when I call from one to another my servlet doesn't get any massage. I updated dar file on server, implement methods such as doInvite doSuccessResponse doResponse. I checked jboss logs for errors (non was risen), and have no more idea what to do next. All my servlet methods log some info when are invoked and doRegister is invoked each time I register sipphone, but only this one. here is my mobicents-dar.properties file content:
and here sip.xml: <sip-app> <app-name>pl.edu.agh.mobicents.VoIPSystem</app-name> <display-name>Mobicents VoIP System</display-name> <description>Mobicents VoIP System</description>
> I am using SipServlets for an academic open-source project here is page
> (in Polish): http://code.google.com/p/mobicents-voip/ You can look at
> source code if You want.
> Goal is simple make system to enable VoIP calls. As end nodes we use
> Linphone/windows. Sip servlets is running on the jboss. Actualy Project was
> build basing on click2call example. When I run this example (from source
> code) it worked. Then I rewrite this function to my application. Start it.
> Here is the problem:
> I connect to enpoints (linphone sipphone) and my application get REGISTER
> message but when I call from one to another my servlet doesn't get any
> massage. I updated dar file on server, implement methods such as doInvite
> doSuccessResponse doResponse. I checked jboss logs for errors (non was
> risen), and have no more idea what to do next. All my servlet methods log
> some info when are invoked and doRegister is invoked each time I register
> sipphone, but only this one. here is my mobicents-dar.properties file
> content:
> and here sip.xml:
> <sip-app>
> <app-name>pl.edu.agh.mobicents.VoIPSystem</app-name>
> <display-name>Mobicents VoIP System</display-name>
> <description>Mobicents VoIP System</description>
yes this worked, in linphone I used only SIP Proxy address but when I put this same address in Route(optional) field my application started to work again.
Thank you very much
W dniu niedziela, 27 maja 2012 22:06:17 UTC+2 użytkownik gvag napisał:
> Try to set the outbound proxy of Linphone to the sip servlet proxy
> On Sun, May 27, 2012 at 6:02 PM, Wojciech Biolik <wojtek.bio...@gmail.com>wrote:
>> I am using SipServlets for an academic open-source project here is page >> (in Polish): http://code.google.com/p/mobicents-voip/ You can look at >> source code if You want.
>> Goal is simple make system to enable VoIP calls. As end nodes we use >> Linphone/windows. Sip servlets is running on the jboss. Actualy Project was >> build basing on click2call example. When I run this example (from source >> code) it worked. Then I rewrite this function to my application. Start it.
>> Here is the problem:
>> I connect to enpoints (linphone sipphone) and my application get REGISTER >> message but when I call from one to another my servlet doesn't get any >> massage. I updated dar file on server, implement methods such as doInvite >> doSuccessResponse doResponse. I checked jboss logs for errors (non was >> risen), and have no more idea what to do next. All my servlet methods log >> some info when are invoked and doRegister is invoked each time I register >> sipphone, but only this one. here is my mobicents-dar.properties file >> content:
>> and here sip.xml:
>> <sip-app>
>> <app-name>pl.edu.agh.mobicents.VoIPSystem</app-name>
>> <display-name>Mobicents VoIP System</display-name>
>> <description>Mobicents VoIP System</description>