简体   繁体   中英

How to redirect already answered incoming call using pjsip?

I use pjsip.dll for creating softphone app. Answering and dialing works fine. Now, I need to redirect already answered incoming call to another sip-user (for example, from number 101 to 104). How to do that? I cannot find function in pjsip sdk docs. I have a C# app (softphone with sipek sdk wrapper), PBX, Asterisk.

Library should have SIP transfer option.

If it have no, freepbx have transfer code like *2(pause 0.1sec), 100(pause 0.1),#, Hangup. Just use DTMF and send that sequence.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM