On Tuesday 05 July 2011, Roberto Fichera wrote:
I want to implement a click and dial feature using the xhttp interface but also keeping working the XCAP functionality. Than I added some code about the dialog module (it's my first time I try it) so that the URL look like http://localhost:5060/sip-bridge/<from>/<to> [..] dlg_bridge( $var(from), $var(to), "sip:192.168.2.92:5060" );
Hi Roberto,
you're probably missing the quotes for the first two function arguments.
Best regards,
Henning