Want to connect and disconnect from a SIP server using iOS 5.0

I need to create an iOS application with two buttons.

  • Connect
  • Disconnect

When the user clicks the connect button, he allows the user to connect to the SIP server. (Asterik server), and when the user presses the disconnect button, he simply disconnects.

Already gone through SIPHONE and its documentation, but they threw an error when creating the installation environment.

+5
source share

All Articles