1

I'm trying to develop an android SIP app (SiPapp.example.org) with Jain Sip api, following this example http://www.telestax.com/jain-sip-stack-for-android and I am not sure if I have completely understood sipFactory.setPath(). What should I put between that brackets? In the example, it says sipFactory.setPathName("android.gov.nist"); should I put my packqge name(org.examle)? I'm stucked with this...

Isaac
  • 1,436
  • 2
  • 15
  • 29

1 Answers1

0

You should really use "android.gov.nist". See example here https://github.com/Mobicents/restcomm-android-sdk/blob/master/Examples/JAIN%20SIP/src/org/mobicents/restcomm/android/sdk/impl/SipManager.java#L129

jeand
  • 2,325
  • 14
  • 12