[SR-Users] function bind_dbmod()

Alex Balashov abalashov at evaristesys.com
Wed May 12 20:49:08 CEST 2010


No problem.  It is all courtesy of my friend 'grep', which has following
options:

   -H      print filename
   -R      search recursively
   -i      case-insensitive matching

So, for example, one can do something like this using 'egrep', a variant
of grep that supports regular expressions:

   egrep -HRi ".*bind.*db.*" .

It has been very fruitful for me and probably can be for you as well.  :)

> oh yes, thank's for your help...
>
>
>
> 2010/5/12 Alex Balashov <abalashov at evaristesys.com>
>
>>
>> > But I'm using the kamailio 1.5.0 version and don't exist the lib
>> > directory, only in the 3.0.0 version.
>>
>> Oh, I see.  In that case, it's the same function (db_bind_mod()), but in
>> db/db.c instead.
>>
>> --
>> Alex Balashov - Principal
>> Evariste Systems LLC
>> 1170 Peachtree Street
>> 12th Floor, Suite 1200
>> Atlanta, GA 30309
>> Tel: +1-678-954-0670
>> Fax: +1-404-961-1892
>> Web: http://www.evaristesys.com/
>>
>>
>


--
Alex Balashov - Principal
Evariste Systems LLC
1170 Peachtree Street
12th Floor, Suite 1200
Atlanta, GA 30309
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http://www.evaristesys.com/




More information about the sr-users mailing list