[OpenSIPS-Users] Attended call transfer in opensips with use of RTPengine
Simon Gajski
simon at softnet.si
Thu Feb 24 11:54:29 UTC 2022
Hi
I am using opensips 3.2 with rtpengine on same server and trying to
achieve attended call transfer.
In theory, I'm trying to do:
1. A calls B...and B answers
2. B puts A on hold (MOH is played from RTPengine)
3. B calls C...and C answers
Now the funny part:
B tries to transfer A to C and sends REFER to opensips
In opensips I responds with 202 Accepted and B gets disconnected.
However A and C don't get connected together
A still receives MOH and C has no voice
We have another installation of opensips where REFER handles Freeswitch,
and there such type of transfer is working fine.
Can someone help me how to handle such call behaviour in opensips with
RTPengine?
relevant part of code:
route[handle_sequential]{
...
if(is_method("REFER")) {
xlog("[IN_DIALOG] [$rm] Transfer from $fu to $tu");
send_reply(202, "Accepted");
#what next?
exit;
}
...
}
Thank you!
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20220224/d93b6cd9/attachment.html>
More information about the Users
mailing list