Daniel;
Sorry for not being clear;
I understand the HTTP stuff;
I was asking if it is a simple as just calling the dialog bridge method
within the HTTP event route.
for example;
event_route[xhttp:request] {
dlg_bridge("sip:me@myproxy.com", "sip:you@yourproxy.com",
"sip:myproxy.com:5080");
...
}
Thanks for the clarification