krunal09 / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Can't make calls to ukrainian cellular network "Kyivstar" #995

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installed latest version from market
2. configured a Betamax clone - smsdiscont.com
3. tried to call a phone from ukrainian cellular network "Kyivstar"
-> other party doesn't get incomming call
-> no ringing on my site
Based on the GPL CSipSimple version : 0.02-01 r841
Here are important informations about Device :
android.os.Build.BOARD : sholes
android.os.Build.BRAND : MOTO_DACH
android.os.Build.DEVICE : umts_sholes
android.os.Build.ID : SHOLS_U2_02.36.0
android.os.Build.MODEL : Milestone
android.os.Build.PRODUCT : umts_sholes
android.os.Build.TAGS : rel-keys
android.os.Build.VERSION.INCREMENTAL : 6897713
android.os.Build.VERSION.RELEASE : 2.1-update1
android.os.Build.VERSION.SDK : 7

But working fine on my another phone (HTC G1 with custom 2.2.1 rom)

Original issue reported on code.google.com by igor.karasenko@gmail.com on 26 May 2011 at 1:48

Attachments:

GoogleCodeExporter commented 9 years ago
"ICE" and "STUN" settings doesn't help

Original comment by igor.karasenko@gmail.com on 26 May 2011 at 1:56

GoogleCodeExporter commented 9 years ago
Can you try to record logs when you make the call (in these logs I see logs 
about registration on the sip server only ;)).

What you could also try, is to activate the "Use Compact mode" (in network 
options). It reduce UDP packet size, that could become hudge because of number 
of codecs supported by CSipSimple. And some network cards or routers does not 
like too big UDP packets and just cut it. Reducing packet size with use compact 
mode may help (hopefully this mode is supported by your sip provider, else the 
other solution is to reduce the number of codecs authorized and only choose 
PCMU/A for example or only the one you know to be supported by the other side).

Original comment by r3gis...@gmail.com on 3 Jun 2011 at 10:14

GoogleCodeExporter commented 9 years ago
P.S. : for your privacy I delete the log from the issue on the website (for the 
other log, you can send it by mail -- to the default mail proposed in the 
embedded tool)

Original comment by r3gis...@gmail.com on 3 Jun 2011 at 10:15