[OpenSIPS-Users] bash shell variable not kept when run in opensips.cfg

Xavier Herlindo xherlindo at yahoo.com.mx
Sun Oct 7 05:52:20 CEST 2012


Thanks Duane for your comment. 

I just read about mysql and AVPops  modules and I can see your point. It happens that this script was already working in a friends box using SER and i just tried to reuse it. I will work on setting this in the way you suggest. Although my first approach was quite simple, i guess the OpenSIPS way must be even easier. =)

Regards,

Xavier

________________________________
 De: Duane Larson <duane.larson at gmail.com>
Para: Xavier Herlindo <xherlindo at yahoo.com.mx>; OpenSIPS users mailling list <users at lists.opensips.org> 
Enviado: Sábado, 6 de octubre, 2012 19:15:36
Asunto: Re: [OpenSIPS-Users] bash shell variable not kept when run in opensips.cfg
 

It sounds like you are trying to reinvent the wheel.  Why not just use the http://www.opensips.org/html/docs/modules/1.8.x/db_mysql.html module so you can query your database.  And then like Ali says you can use AVPOPS module with a little scripting in the OpenSIPS config.  You really don't need to use exec.so for what you want to do.




On Sat, Oct 6, 2012 at 6:38 PM, Xavier Herlindo <xherlindo at yahoo.com.mx> wrote:

Hello all,
>
>
>this is my first post, so please bare with me if i commit any protocol error. All comments are welcome. Thanks all in advance for any help i can get.
>
>
>I am running Opensips 8.1 with a Centos 5.8 install. I am setting up a redirect server. Only using the slo.so, mi_fifo.so, rr.so (not sure if i really need this one) and exec.so modules.
>
>
>I am trying to run a simple bash script that checks if the number in the URI exists in a mysq table and if so, the script rewrites the prefix and ip address to redirect. If not, there is a default address to redirect to.
>
>
>The sh script works fine as i have tested it directly from the shell, running without issues. If i input an URI with an existing number in my mysql table, the script connects to the db, validates it, an the output is the modified URI as expected. Now if the script is called from within opensips.cfg file, the script is not validating in mysql. The opensips log file show no errors when running the sh file. If i try to set an incorrect connection param string there is no change either, as if the line is ignored.
>
>
>This is my unrecognized variable:
>
>
>exec_query=`mysql -u USER --password=TEST -s -D MY_DB -e "SELECT numB FROM valid_numb WHERE numB = '123';"`
>
>
>
> If i echo the value for exec_query it is empty when running within opensips.cfg 
>Running in the bash prompt the value of exec_query is set correctly.
>
>
>
>This same shell script was tested in an old SER box without not issues, so i think it is something out of the script directly related to opensips configuration. 
>
>
>Do you know what may be the problem?
>
>
>Regards,
>
>
>
>Xavier
>_______________________________________________
>Users mailing list
>Users at lists.opensips.org
>http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>


-- 
--
*--*--*--*--*--*
Duane
*--*--*--*--*--*
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20121006/bf505e47/attachment-0001.htm>


More information about the Users mailing list