I\'m using the SIP stack in Android 2.3.x+ (actually testing on Motorola Xoom though) and have successfully got a softphone working.However, I uninstalled the app (without unregistering the SIP profil
Is there a SIP library to connect a flash application to a SIP server directly?(without passing from a rtmp media ser开发者_C百科ver)
I\'m connecting to FreeSWITCH with QuteCom SIP client. After a clien is successfully registered, I publish my presence by changing the status to BUSY. But FreeSWITCH replies "404 Not Found".
I did like this : 1. install red5,asterisk 2. setting environment variable, such as java, apache-ant 3. configure sip.conf at asterisk
I have 2 UACs connected to FreeSWITCH. Party 1 calls party 2. Party 2 rejects a call (either with \'Decline\' or \'Busy here\'). But FreeSWITCH does not send \'Decline\' to party 1. Instead, it sends
I was wondering why does the native SIP stack included in the Android framework(since 2.3) does not work over 3g?
In relation to RFC4480: RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF) there is no activity for DND: Do not disturb.
I\'m developping a SIP application and want to do some treatment when the other peer has answered an outgoing call.
I am working on a project with SIP/IAX functionality and need to set up an Asterisk server just to play with for testing.Is it possible to set something up so I can have a virtual Asterisk sever as an
I just want that my SIP application detects if the other peer has answered my outgoing call, if yes, i want to make write some code(like vibrating the phone or something like this).