Hello Fanilo Gabaud, thank you for your kind suggestion.
I have developed the android apk as described in PJSIP website.
above is the link to build the android apk.
We have modified the source code to our requirement which is in C and the java conversion was taken by 'swig' and 'android ndk' and the apk generation using android studio.
From the solution which you have mentioned which is in Java format, I'm not quite able to follow. Will be very happy to follow any other lead.
On Thu, Sep 22, 2016 at 5:59 PM, Fanilo Gabaud <fanilo@xxxxxxxxxx> wrote:
Hi Lokesh,Changing a port with PJSIP is really easy. You can do it this way :private TransportConfig transportConfig;transportConfig = new TransportConfig();
transportConfig.setPort(myPort); endpoint.libInit(epConfig);
endpoint.transportCreate(pjsip_transport_type_e.PJSIP_ TRANSPORT_UDP , transportConfig);endpoint.libStart();And don’t forget to call the delete method when you don’t need anymore the object. Let me know if it’s working.Cheers,Fanilo GabaudSent from PolymailOn jeu. 22 sept. 2016 at 12:46 Lokesh Bhat <Lokesh Bhat > wrote:Hello,I'm using PJSIP on android 4.4.2. I'm not able to make any calls to the above said device. I'm using the PJSIP on Ubuntu in the other device. Upon verification from Wireshark packet capture in the linux device it seems that the port (port 5060) on the android device is not reachable.Upon searching in the internet, i found that it may be solved by using different port other than 5060. If this is the solution, then kindly let me know how to change the port in PJSIP.If above said solution is not true then kindly let me know if there is any other way around.--Thanks and Regards~ Lokesh Bhat______________________________
_________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists. pjsip.org
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists. pjsip.org
Thanks and Regards
~ Lokesh Bhat
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org