android
How to change PJSIP sip port for android version?
I am trying to use the different SIP port other than 5060. I change the port of following code, but only the source port is changed. The destination port of SIP server is still 5060. // Create SIP transport. Error handling sample is shown TransportConfig sipTpConfig = new TransportConfig(); sipTpConfig.setPort(Long.parseLong(port, 10)); /* Create transports. */ try { ep.transportCreate(pjsip_transport_type_e.PJSIP_TRANSPORT_UDP, sipTpConfig); }catch(Exception e){ System.out.println(e); } Does anyone have the idea how to do? Thanks in advance!
Related Links
android how to draw circle on canvas on bluetooth connected device
retrieving the user facebook information on my android application
It can't access the sdcard after setting “android.uid.system” in my application?
Expand a list view when clicked on an element of it
problem loading images asynchronously
How do I get the absolute path of “assets” directory in Android?
Android : How to create new EditText onClickListener
How to set Alarm Tone from My Application using AlarmManager?
How to have a dialog with a design from xml?
Use Desktop webcam on Android AVD
Android Application vs Activity
Android Location Providers - GPS or Network Provider?
Android custom adapter for listview
Not null check with phonegap and jquery mobile
animation to transition between views with rotation on z-axis with depth perception
layout problem raise