How to transfer a SIP call using the built in android SIP stack

Viewed 1244

I am wondering how you can transfer a SIP call using the android SIP stack.

I have looked at liblinphone, and they have a method inside LinphoneCore named:
transferCall(LinphoneCall call, String referTo) (I have not tried using liblinphone, I have just taken a look at it), but I can't find anything similar in the android.net.sip API.

Any ideas?

0 Answers
Related