Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-24 Thread Daniel-Constantin Mierla
Hello, we provide debs for ubuntu via two apt repositories, see: http://www.kamailio.org/wiki/packages/debs If you prefer sources, here it is: http://www.kamailio.org/wiki/install/3.2.x/git Before upgrading, back up your config and the database. Then, because you run quite old version, you w

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Robert R
So, what's the best link for upgrade kamailio on Ubuntu? thanks, R On Fri, Mar 23, 2012 at 9:24 AM, Alex Balashov wrote: > I am going to have to go with the "upgrade" crowd in this one. Running > OpenSER 1.3 at this point is like running a libc5-based Linux distro. > Almost no advice or discuss

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Alex Balashov
I am going to have to go with the "upgrade" crowd in this one. Running OpenSER 1.3 at this point is like running a libc5-based Linux distro. Almost no advice or discussion is relevant to it because there have been such tectonic, generational shifts since. -- Alex Balashov - Principal Evariste

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Carsten Bock
Hi, did you install it from source? If yes, you can simply add the "BRANCH_ROUTE" to allowed routes in OpenSER 1.3, that should work, i used it that way many years ago... (i think you need to change the module another place too). I strongly recommend you update your OpenSER to a more recent Kamail

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Edson - Lists
Please upgrade to latest stable and try again Why? If you have to ask it, than you didn't got it... new version === new functionalities 99% of list support and tips are based on last stable version. 1.3 is pretty old... Edson. Em 23/03/2012 10:06, Robert R escreveu: Hi, Even though wh

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-23 Thread Robert R
Hi, Even though when I try to use "uac_replace_from( )" in branch_route block I get the same error message: branch_route[2] { if ( $avp(i:204) ) { uac_replace_from("hello"); } } error message: Not starting openser: invalid configuration file! Mar 23 09:03:00 [7542] CRITICAL:cor

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-22 Thread Daniel-Constantin Mierla
On 3/22/12 6:12 PM, Alex Balashov wrote: On 03/22/2012 01:00 PM, Robert R wrote: When I am trying to modify FROM field in the "failure_route" block I get an error message: failure_route[1] { ... uac_replace_from("$avp(i:204)"); append_branch(); t_relay(); } Not starting openser:

Re: [SR-Users] modify FROM field in the "failure_route" block

2012-03-22 Thread Alex Balashov
On 03/22/2012 01:00 PM, Robert R wrote: When I am trying to modify FROM field in the "failure_route" block I get an error message: failure_route[1] { ... uac_replace_from("$avp(i:204)"); append_branch(); t_relay(); } Not starting openser: invalid configuration file! Mar 22 10:51:39

[SR-Users] modify FROM field in the "failure_route" block

2012-03-22 Thread Robert R
Hi, When I am trying to modify FROM field in the "failure_route" block I get an error message: failure_route[1] { ... uac_replace_from("$avp(i:204)"); append_branch(); t_relay(); } Not starting openser: invalid configuration file! Mar 22 10:51:39 [6457] CRITICAL:core:yyerror: pars