<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I need a little help about call intercept. I have read wiki
(<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Callgroup_intercept">http://wiki.freeswitch.org/wiki/Callgroup_intercept</a>) but still
having few problems.<br>
<br>
1. I have Opensips which works like load_balancer and registrar.
Behind Opensips I have two FS server, which are for load_balacing.<br>
2. I need to set a call intercept thing. I done it like it is
written on FS wiki but this does not work as I have Opensips.<br>
<br>
I have put this in public dialplan: <br>
<pre><small> <action application="set" data="called_party_callgroup=${user_data(${dialed_ext}@${domain} var callgroup)}"/>
<action application="db" data="insert/last_dial/${called_party_callgroup}/${uuid}"/>
</small>After I try to intercept the call this fails as in database is written different UUID.
CAll goes like this:
Phone-openips-FS-Openips-Phone
Thank you for all your help!
MIha
</pre>
</body>
</html>