linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Android Linphone problems: No listening point


From: Xuân Tùng Đào
Subject: Re: [Linphone-developers] Android Linphone problems: No listening point matching for [udp://my_server_ip:5080]
Date: Wed, 16 Jul 2014 11:04:20 +0700

Hi,

Finally, I've resolved my problem. This was happen when I set useRandomPort=false. I've changed useRandomPort=true and it's worked well.

Maybe, port for upd (or tcp) conflict with other voip apps when I set useRandomPort=false.

Note:
1) useRandomPort() is method of LinphonePreferences.java class.
2) set useRandomPort() when initialize linphone core in LinphoneManager.java class.

Hope this help other one who has same problem with me!




On Jul 11, 2014 2:25 PM, "Xuân Tùng Đào" <address@hidden> wrote:

Hello, Any idea or support?

Thanks!

On Jun 19, 2014 8:28 AM, "Xuân Tùng Đào" <address@hidden> wrote:
Hi all,

My Android app is using Linphone SDK to make video, voice call. It's work ok but sometime my app can not make call or receive any call.

There is some log from LinphoneSDK when my app can not make call:

04-14 13:46:06.131: I/MyApp_Linphone(12764): Call 0x5d262268: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit

04-14 13:46:06.131: I/Linphone(12764): new state [OutgoingInit]

04-14 13:46:06.131: I/MyApp_Linphone(12764): Contact has been fixed using proxy

04-14 13:46:06.131: I/MyApp_Linphone(12764): Setting DSCP to 46 for audio stream.

04-14 13:46:06.131: W/MyApp_Linphone(12764): cannot set noise gate mode to [0] because no volume send

04-14 13:46:06.131: I/MyApp_Linphone(12764): Setting DSCP to 0 for video stream.

04-14 13:46:06.131: I/MyApp_Linphone(12764): ms_filter_link: MSRtpRecv:0x61087df0,0-->MSVoidSink:0x61087e20,0

04-14 13:46:06.141: I/MyApp_Linphone(12764): [sip:address@hidden calling ["ti tititi" <sip:address@hidden>] on op [0x5b676d70]

04-14 13:46:06.141: E/MyApp_Linphone(12764): No listening point matching for [udp://my_server_ip:5080]

04-14 13:46:06.141: E/MyApp_Linphone(12764): belle_sip_client_transaction_send_request(): no channel available

04-14 13:46:06.141: I/MyApp_Linphone(12764): Changing [client] [INVITE] transaction [0x62b790c0], from state [INIT] to [TERMINATED]

04-14 13:46:06.141: I/MyApp_Linphone(12764): Client INVITE transaction [0x62b790c0] terminated

04-14 13:46:06.141: I/Linphone(12764): Contacting "ti tititi" <sip:address@hidden>

04-14 13:46:06.141: I/Linphone(12764): Could not call

 

When this problem has happened, I reset my device and open my app again it's work ok, it's can make call or receive call nomarlly.


Note: Internet connection always avaiable.


Any suggestions or solutions?


Thanks in advance!

TungDX.






reply via email to

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