<div dir="ltr">Alex,<div>Just create a DB table with some sort of status column for each customer with destinations in it. Before processing every call use avp_db_query to query the status column corresponding to the destination and take appropriate action. Destination can be matched using country code, area code and so on. Its all about your business logic and nothing related to the opensips configuration. opensips allows you to query the tables and do some good comparison in the script to achieve such functionalities.</div>
<div><br></div><div>--- Jayesh</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 19, 2013 at 4:11 PM, alex <span dir="ltr">&lt;<a href="mailto:alexsnake1986@gmail.com" target="_blank">alexsnake1986@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">hi all,<br>
i explain my situation: i want create a user mask on open sip that allow the<br>
user to select the type of call thet he wants allow or dany, for example<br>
implementing a checkbox whit the choiches to allow or deny international<br>
call, special number (hot line etc), etc.<br>
my question is: where can i write this information on the DB (the relative<br>
table)??<br>
<br>
can anyone help me?<br>
thx for your support.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/how-to-integrate-on-DB-call-barring-tp7587223.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/how-to-integrate-on-DB-call-barring-tp7587223.html</a><br>

Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<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>