linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Having OutOfBoundsException on acceptthecall.


From: Saifuddin
Subject: Re: [Linphone-developers] Having OutOfBoundsException on acceptthecall.
Date: Fri, 30 Sep 2011 16:39:11 +0500

Hi David,

Thanks for you help..

I used to wireshark to see the request response there. I can see the BB linphone offer some codec in the request
but I didn't find any response with supported codecs by PC linphone here.

REGISTER sip:91.121.196.132 SIP/2.0
Call-Id: address@hidden
CSeq: 1 REGISTER
To: <sip:address@hidden>
Via: SIP/2.0/UDP 192.168.0.106:5060;rport;branch=z9hG4bKdb787f764a690b79e6e37a2811deeb89
Max-Forwards: 70
From: <sip:address@hidden>;tag=urWV1fOro
Expires: 600
Route: <sip:91.121.196.132;lr>
Contact: <sip:address@hidden:5060>
Content-Length: 0

INVITE sip:address@hidden SIP/2.0
Call-Id: address@hidden
CSeq: 1 INVITE
To: <sip:address@hidden>
Via: SIP/2.0/UDP 192.168.0.106:5060;rport;branch=z9hG4bKa48ba50626d858bc3ab36467b38af07f
Max-Forwards: 70
From: <sip:address@hidden>;tag=DOKXt5Uxu
Contact: <sip:address@hidden:5060>
Content-Type: application/sdp
Content-Length: 197

v=0
o=blackberry 1317381434488 1317381434488 IN IP4 192.168.0.106
s=Phone call
c=IN IP4 192.168.0.106
t=0 0
t=0 0
m=audio 7078 RTP/AVP 114
a=rtpmap:114 AMR/8000/1
a=fmtp:114 octet-align=1
SIP/2.0 101 Dialog Establishement

Via: SIP/2.0/UDP 192.168.0.106:5060;rport=17028;branch=z9hG4bKa48ba50626d858bc3ab36467b38af07f;received=119.160.50.83
Record-Route: <sip:91.121.196.132;lr>
From: <sip:address@hidden>;tag=DOKXt5Uxu
To: <sip:address@hidden>;tag=18467
Call-ID: address@hidden
CSeq: 1 INVITE
Contact: <sip:address@hidden:5062>
User-Agent: Linphone/3.4.3 (eXosip2/3.3.0)
Content-Length: 0

SIP/2.0 415 Unsupported Media Type
Via: SIP/2.0/UDP 192.168.0.106:5060;rport=17028;branch=z9hG4bKa48ba50626d858bc3ab36467b38af07f;received=119.160.50.83
From: <sip:address@hidden>;tag=DOKXt5Uxu
To: <sip:address@hidden>;tag=18467
Call-ID: address@hidden
CSeq: 1 INVITE
User-Agent: Linphone/3.4.3 (eXosip2/3.3.0)
Content-Length: 0


ACK sip:address@hidden SIP/2.0
Call-Id: address@hidden
CSeq: 1 ACK
To: <sip:address@hidden>;tag=18467
Via: SIP/2.0/UDP 192.168.0.106:5060;rport;branch=z9hG4bKa48ba50626d858bc3ab36467b38af07f
Max-Forwards: 70
From: <sip:address@hidden>;tag=DOKXt5Uxu
Contact: <sip:address@hidden:5060>
Content-Length: 0


SIP/2.0 415 Unsupported Media Type
Via: SIP/2.0/UDP 192.168.0.106:5060;rport=17028;branch=z9hG4bKa48ba50626d858bc3ab36467b38af07f;received=119.160.50.83
From: <sip:address@hidden>;tag=DOKXt5Uxu
To: <sip:address@hidden>;tag=18467
Call-ID: address@hidden
CSeq: 1 INVITE
User-Agent: Linphone/3.4.3 (eXosip2/3.3.0)
Content-Length: 0

Thanks for your time.. and support.

On Fri, Sep 30, 2011 at 3:42 AM, David Lake (dlake) <address@hidden> wrote:

You need to check the SDP offer and response.  Wireshark would be the best way of doing this.

 

When you call the PC, what codecs does the Blackberry offer in the SDP ?

 

Then on the SDP response, what codecs does the PC say it can support.

 

If the two don’t match, that will be why you have an “Unsupported Media Type” response.

 

Now, my problem is that I can’t even make the Blackberry client work reliably on my phone or on the emulator.  I did ask the developer for some assistance with debugging, but I don’t have Blackberry development experience.  So the best I can do is to build SIP devices and debug at a protocol level.   Actually fixing the UI is beyond my knowledge.

 

It would be much better if GSM 06.10 was included on the Blackberry side – AMR is very restrictive.  I also have issues with excessive delay on the client, and persistent lock-ups of the software.  Loudspeaker doesn’t work and if selected causes the whole client to fail.

 

I can’t see anywhere to raise/track bugs against this project either, so other than point out on a mailing list that things are broken, I can’t do any more.

 

David

 

From: linphone-developers-bounces+dlake=address@hidden [mailto:linphone-developers-bounces+dlake=address@hidden] On Behalf Of Saifuddin
Sent: Thursday, September 29, 2011 8:16 AM
To: address@hidden
Subject: Re: [Linphone-developers] Having OutOfBoundsException on acceptthecall.

 

Thanks for you reply David,

but I am trying making call on Linphone-3.4.0 desktop lease ( I already installed all the plugins) from blackberry.. but still having this
Unsupported Media Type error receiving on screen.

would you please help to make it run.. am I missing something.

Thanks

On Thu, Sep 29, 2011 at 7:08 PM, David Lake (dlake) <address@hidden> wrote:

The Blackberry client only supports the AMR codec.

David

 

From: Saifuddin [mailto:address@hidden]
Sent: Thursday, September 29, 2011 03:04 PM
To: address@hidden <address@hidden>
Subject: [Linphone-developers] Having OutOfBoundsException on accept thecall.
 

another problem on linphone desktop app.

I login my 1st linphone account on blackberry and use 2nd account to login on linphone windows app..

when I call from 1 account to 2nd on linphone win app this generate this error.. "Unsupported Media Type"

SIPTransactionStack: creating new Response SIP/2.0 415 Unsupported Media Type

[0.0]
[0.0] 1317299623951 :: addRoute: dialogState: address@hidden = 4
[0.0] 1317299623973 :: Found Transaction address@hidden for SIP/[0.0] 2.0 415 Unsupported Media Type

[0.0] Via: SIP/2.0/UDP 192.168.0.106:5060;rport=17104;branch=z9hG4bK19c4fe9da7ecf0cfc7c0e324a33ab13b;recei[0.0] ved=119.160.50.83

[0.0] From: <sip:address@hidden>;tag=wAnRIFALM

[0.0] To: <sip:address@hidden>;tag=18467

[0.0] Call-Id: address@hidden

[0.0] CSeq: 1 INVITE

[0.0] User-Agent: Linphone/3.4.3 (eXosip2/3.3.0)

[0.0] Content-Length: 0

[0.0]

[0.0]
[0.0] 1317299627367 :: Sending message to [91.121.196.132:5060/UDP]
[0.0] ACK sip:address@hidden SIP/2.0

[0.0] Call-Id: address@hidden

[0.0] CSeq: 1 ACK

[0.0] To: <sip:address@hidden>;tag=18467

[0.0] Via: SIP/2.0/UDP 192.168.0.106:5060;rport;branch=z9hG4bK19c4fe9da7ecf0cfc7c0e324a33ab13b

thanks in advance.


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]