Daniel-Constantin Mierla writes:
there is an alternative that you can use: dlg_bridge
from K dialog module:
http://sip-router.org/docbook/sip-router/branch/master/modules_k/dialog/dia…
It does the c2d logic internally. The difference is that you do not get
feedback from all requests/replies of c2d flow. It initiate the c2d
process and returns - it is sync mode and easier to use via MI (just one
command).
daniel,
i don't think that current version of dlg_bridge is a valid replacement
for t_uac_dlg. dlg_bridge has these params:
from - SIP address to initiate the call
to - SIP address to refer 'from' to
op (optional) - outbound proxy SIP address
whereas t_uac_dlg additionally has socket param, which i fill from
location table socket column of the phone to be used for click2dial.
further, i use aor of the phone in To header and contact in
Request-URI.
please add the missing params to dlg_bridge and i'll give it a try.
i haven't checked sems yet, but i suspect that its click2dial app (if
one exists) does not have support for all the necessary params either.
-- juha