<meta http-equiv="content-type" content="text/html; charset=utf-8">stefano,<div><br><div>You might look at the dialog module. Check if what you need is stored in the db for a dialog. You would need to have the db mode set to realtime.</div>

<div>The nice thing if you can use dialog module is that it is built in to write the info to the db and clean it up.</div><div>Otherwise you will need to write to a custom table and cleanup it up at the end of the call.</div>

<div>Either way you would use avp_db_query to pull the needed info from the db.</div><div><br></div><div>Dave<br><br><div class="gmail_quote">On Fri, Feb 25, 2011 at 8:34 AM, Stefano Sasso <span dir="ltr">&lt;<a href="mailto:stesasso@gmail.com">stesasso@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello folks,<br>
  I have this load_balance situation:<br>
opensips in front of 3 asterisk servers in a outbound only call-center.<br>
<br>
When a agent places a call, opensips load balance through the three asterisks.<br>
Now, we need to use the &quot;ExtensSpy&quot; command from asterisk, dialing<br>
something like ***123 (where 123 is the extension to spy). So,<br>
opensips need to rewritehostport directly to the asterisk server which<br>
is handling 123&#39;s conversation, without using load_balance.<br>
<br>
I thought to get informations from the dialog database table, in fact<br>
a row is like this:<br>
caller_contact: sip:8002@aa.cc.dd.82:1029;transport=UDP<br>
callee_contact: sip:xxxxxxxxx@aa.bb.cc.54<br>
<br>
where 8002 is the caller extension and aa.bb.cc.54 is the asterisk<br>
server involved in the conversation.<br>
<br>
but... how can I get and use this information from opensips configuration?<br>
<br>
thanks so much!<br>
<br>
bye,<br>
stefano<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div></div>