Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
SipServlets problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Wojciech Biolik  
View profile   Translate to Translated (View Original)
 More options May 27 2012, 11:02 am
From: Wojciech Biolik <wojtek.bio...@gmail.com>
Date: Sun, 27 May 2012 08:02:53 -0700 (PDT)
Local: Sun, May 27 2012 11:02 am
Subject: SipServlets problem

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:

INVITE: ("pl.edu.agh.mobicents.VoIPSystem", "DAR:To", "TERMINATING", "", "NO_ROUTE", "0"), ("pl.edu.agh.mobicents.VoIPSystem", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
MESSAGE: ("pl.edu.agh.mobicents.VoIPSystem", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
OPTIONS: ("pl.edu.agh.mobicents.VoIPSystem", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")
REGISTER: ("pl.edu.agh.mobicents.VoIPSystem", "DAR:From", "ORIGINATING", "", "NO_ROUTE", "0")

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>

        <servlet>
                <servlet-name>ProxySipServlet</servlet-name>
                <display-name>ProxySipServlet</display-name>
                <description>Simple Proxy SIPServlet</description>
                <servlet-class>
                        pl.edu.agh.mobicentsVoIP.servlets.ProxySipServlet
                </servlet-class>
                <load-on-startup>1</load-on-startup>
        </servlet>

        <listener>
                <listener-class>
                        pl.edu.agh.mobicentsVoIP.servlets.ProxySipServlet
                </listener-class>
        </listener>
</sip-app>

can anyone help me?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
George Vagenas  
View profile   Translate to Translated (View Original)
 More options May 27 2012, 4:06 pm
From: George Vagenas <gvage...@gmail.com>
Date: Sun, 27 May 2012 23:06:17 +0300
Local: Sun, May 27 2012 4:06 pm
Subject: Re: [mobicents-public] SipServlets problem

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:

--
George Vagenas

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wojciech Biolik  
View profile  
 More options May 28 2012, 4:13 pm
From: Wojciech Biolik <wojtek.bio...@gmail.com>
Date: Mon, 28 May 2012 13:13:44 -0700 (PDT)
Local: Mon, May 28 2012 4:13 pm
Subject: Re: [mobicents-public] SipServlets problem

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ł:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »