Re: [Kamailio-Users] PDD

2010-01-07 Thread Ovidiu Sas
http://www.voip-info.org/wiki/view/PDD Regards, Ovidiu Sas On Thu, Jan 7, 2010 at 7:35 PM, Iñaki Baz Castillo wrote: > El Jueves, 7 de Enero de 2010, Anders escribió: >> Hi, >> >> Anyone with a smooth solution for tracking PDD of every call? > > What is "PDD"? > > -- > Iñaki Baz Castillo _

Re: [Kamailio-Users] PDD

2010-01-07 Thread Iñaki Baz Castillo
El Jueves, 7 de Enero de 2010, Anders escribió: > Hi, > > Anyone with a smooth solution for tracking PDD of every call? What is "PDD"? -- Iñaki Baz Castillo ___ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.o

[Kamailio-Users] PDD

2010-01-07 Thread Anders
Hi, Anyone with a smooth solution for tracking PDD of every call? Thanks! ___ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/lis

Re: [Kamailio-Users] Problems with avp_printf in Kamailio-3.0.0

2010-01-07 Thread Daniel-Constantin Mierla
On 1/7/10 6:37 PM, Klaus Darilion wrote: Daniel-Constantin Mierla schrieb: Hello, On 1/7/10 5:27 PM, Santiago Gimeno wrote: Hi, I'm getting errors when trying to use avp_printf in K-3.0.0. The script line, for example, is: avp_printf("$avp(i:905)", "$rU"); The error is: kamailio: DEB

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Henning Westerholt
On Thursday 07 January 2010, Alex Balashov wrote: > > Daniel, isn't the configuration somehow compiled into internal format? > > Would it be possible to do the "compilation" on another server and > > provide only a binary file which represents the internal structure of > > the configuration? > > I

Re: [Kamailio-Users] Problems with avp_printf in Kamailio-3.0.0

2010-01-07 Thread Daniel-Constantin Mierla
Hello, On 1/7/10 6:26 PM, Santiago Gimeno wrote: Hi 2010/1/7 Daniel-Constantin Mierla > Hello, pv_printf() should work with kex module, do you have it loaded? No, I didn't, and it works as you say. Thanks! The problem was that I saw in the documentation o

Re: [Kamailio-Users] Problems with avp_printf in Kamailio-3.0.0

2010-01-07 Thread Klaus Darilion
Daniel-Constantin Mierla schrieb: Hello, On 1/7/10 5:27 PM, Santiago Gimeno wrote: Hi, I'm getting errors when trying to use avp_printf in K-3.0.0. The script line, for example, is: avp_printf("$avp(i:905)", "$rU"); The error is: kamailio: DEBUG: [sr_module.c:516]: find_export_record:

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Alex Balashov
On 01/07/2010 12:35 PM, Klaus Darilion wrote: Daniel, isn't the configuration somehow compiled into internal format? Would it be possible to do the "compilation" on another server and provide only a binary file which represents the internal structure of the configuration? It just uses a lexer.

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Klaus Darilion
Daniel, isn't the configuration somehow compiled into internal format? Would it be possible to do the "compilation" on another server and provide only a binary file which represents the internal structure of the configuration? regards klaus Daniel-Constantin Mierla schrieb: On 1/7/10 4:40

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Olle E. Johansson
7 jan 2010 kl. 18.12 skrev Alex Balashov: > I think it'd be neat if Kamailio could optionally read its config from stdin, > though obviously that would cause certain things like "includes" to not > necessarily work. Then Kamailio could be provisioned from a central server > potentially, e.g.

Re: [Kamailio-Users] Problems with avp_printf in Kamailio-3.0.0

2010-01-07 Thread Santiago Gimeno
Hi 2010/1/7 Daniel-Constantin Mierla > Hello, > > pv_printf() should work with kex module, do you have it loaded? > > No, I didn't, and it works as you say. Thanks! The problem was that I saw in the documentation of avpops that avp_printf was still valid and I couldn't see anything about pv_pri

Re: [Kamailio-Users] Problems with avp_printf in Kamailio-3.0.0

2010-01-07 Thread Daniel-Constantin Mierla
Hello, On 1/7/10 5:27 PM, Santiago Gimeno wrote: Hi, I'm getting errors when trying to use avp_printf in K-3.0.0. The script line, for example, is: avp_printf("$avp(i:905)", "$rU"); The error is: kamailio: DEBUG: [sr_module.c:516]: find_export_record: not found I've tried pv_printf wi

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Alex Balashov
I think it'd be neat if Kamailio could optionally read its config from stdin, though obviously that would cause certain things like "includes" to not necessarily work. Then Kamailio could be provisioned from a central server potentially, e.g. wget | kamailio. -- Alex Balashov - Principal Evar

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Henning Westerholt
On Thursday 07 January 2010, Daniel-Constantin Mierla wrote: > > Does not inherently, but you could concoct it yourself. > > indeed, for that is good to know that the config file is not needed > during run-time, so once kamailio is started, you can delete the plain > text config and keep encrypted

[Kamailio-Users] Problems with avp_printf in Kamailio-3.0.0

2010-01-07 Thread Santiago Gimeno
Hi, I'm getting errors when trying to use avp_printf in K-3.0.0. The script line, for example, is: avp_printf("$avp(i:905)", "$rU"); The error is: kamailio: DEBUG: [sr_module.c:516]: find_export_record: not found I've tried pv_printf with no luck either. This was working correctly in K-1.5

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Schumann Sebastian
Hi Maybe worth to add that you should be aware that each root user can restart the server and could easily get the file then. You would have to add some password entry during start-up (hence only manual start-up), otherwise it could be very easy to obtain the file. Sebastian > -Original

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Daniel-Constantin Mierla
On 1/7/10 4:40 PM, Alex Balashov wrote: Does not inherently, but you could concoct it yourself. indeed, for that is good to know that the config file is not needed during run-time, so once kamailio is started, you can delete the plain text config and keep encrypted version (e.g., gpg). Ch

Re: [Kamailio-Users] Unreadable script

2010-01-07 Thread Alex Balashov
Does not inherently, but you could concoct it yourself. On 01/07/2010 10:06 AM, Bruno Machado wrote: Hi all I'm using the version 1.5.2 and I'd like to know from you if it is possible to 'hide' the config file. Using other words, becoming the file unreadable for us, humans. There are people th

[Kamailio-Users] Unreadable script

2010-01-07 Thread Bruno Machado
Hi all I'm using the version 1.5.2 and I'd like to know from you if it is possible to 'hide' the config file. Using other words, becoming the file unreadable for us, humans. There are people that have root access to the machine and I don't want to let them read the script. Does Kamailio have a

Re: [Kamailio-Users] openser/kamailio subscribe / MWI

2010-01-07 Thread Daniel-Constantin Mierla
Hello, On 1/7/10 1:06 AM, Joel Webster wrote: I am looking to MWI messages openser/kamailio and send the MWI message back based on a database lookup or other means within a routing block, when the users register though, i get errors like: Jan 3 12:07:20 ser1 /usr/local/sbin/kamailio[20317]: ER

[Kamailio-Users] openser/kamailio subscribe / MWI

2010-01-07 Thread Joel Webster
I am looking to MWI messages openser/kamailio and send the MWI message back based on a database lookup or other means within a routing block, when the users register though, i get errors like: Jan 3 12:07:20 ser1 /usr/local/sbin/kamailio[20317]: ERROR:presence:get_database_info: No matching su