Closed GoogleCodeExporter closed 9 years ago
I've just tested the apk with my configuration at home. (Asterisk 1.8 Server)
First step:
Just create a basic account to connect to asterisk in home network via wifi.
If this works:
Login in any other Network (Wifi 3g or whatever)
Then Connect to home network via OpenVPN.
Now csipsimple should be able to connect again.
System Configuration tested:
Android 2.3.6 (CheckROM RevoHD V4)
OpenVPN 2.1.1 static binary
Asterisk 1.8.7
Original comment by lombi...@googlemail.com
on 13 Feb 2012 at 11:19
Original comment by r3gis...@gmail.com
on 17 Aug 2012 at 2:33
if you could give us a cli command to restart pjsip, then we could simply call
that in a script using --up in openvpn
Original comment by grndcntr...@gmail.com
on 13 May 2013 at 7:54
You need to send an broadcast intent (and the app doing that must have correct
android permissions to do that).
You can see the api of csipsimple here :
http://r3gis3r.github.io/SampleCSipSimpleApp/javadoc/
(and the action of the broadcast intent to send :
http://r3gis3r.github.io/SampleCSipSimpleApp/javadoc/com/csipsimple/api/SipManag
er.html#ACTION_SIP_REQUEST_RESTART)
Original comment by r3gis...@gmail.com
on 13 May 2013 at 8:08
Original issue reported on code.google.com by
yuah.p...@gmail.com
on 18 Nov 2010 at 4:41