Thanks Daniel;
What creates the Initial Dialog and REFER method
Just calling
dlg_bridge("sip:me@myproxy.com", "sip:you@yourproxy.com",
"sip:myproxy.com:5080");
When I get an HTTP event;
On 5/20/11 9:32 AM, Daniel-Constantin Mierla wrote:
Hello,
On 5/20/11 3:25 PM, David J. wrote:
I was wondering if I can make an HTTP request to
Kamailio;
and then have kamailio do a lookup based on passed parameters
to connect callers.
I am trying to make a click-to-dial type application;
I was looking at the HTTP server inside kamailio;
It was interesting to me to try to use this as an alternative to
php-asterisk;
(I know kamailio is not a full blown application server;)
If anyone could help me with this I would appreciate it;
you can get the caller
and callee from HTTP GET parameters and do
click-to-dial (implemented with REFER) using dlg_bridge() function:
http://kamailio.org/docs/modules/stable/modules_k/dialog.html#id2966104
Cheers,
Daniel