Re: [OpenSIPS-Users] Feature request? Script Var / AVP variables in route function.

2017-09-22 Thread xaled
] On Behalf Of Jim DeVito Sent: Donnerstag, 21. September 2017 14:58 To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Feature request? Script Var / AVP variables in route function. Hmmm. I want to use the contents of $avp(carrier_id) as the route name. So if $avp(carrier_id) is 25

Re: [OpenSIPS-Users] Feature request? Script Var / AVP variables in route function.

2017-09-21 Thread Jim DeVito
Hmmm. I want to use the contents of $avp(carrier_id) as the route name. So if $avp(carrier_id) is 25 I want it to call the routing block route[25]. On Thu, Sep 21, 2017 at 8:52 AM, Răzvan Crainea wrote: > Hi, Jim! > > You should have a name for the route, such as: > > route(route_name, $avp(carr

Re: [OpenSIPS-Users] Feature request? Script Var / AVP variables in route function.

2017-09-21 Thread Răzvan Crainea
Hi, Jim! You should have a name for the route, such as: route(route_name, $avp(carrier_id)); Best regards, Răzvan Crainea OpenSIPS Developer www.opensips-solutions.com On 09/21/2017 03:43 PM, Jim DeVito wrote: Hi Razvan, So what am I doing wrong with route($avp(carrier_id)); It produces..

Re: [OpenSIPS-Users] Feature request? Script Var / AVP variables in route function.

2017-09-21 Thread Jim DeVito
Hi Razvan, So what am I doing wrong with route($avp(carrier_id)); It produces... ...line 318, column 53-54: bad routeargument Thanks!! On Thu, Sep 21, 2017 at 8:31 AM, Răzvan Crainea wrote: > Hi, Jim! > > Script variables or AVPs are PV (pseudo-variables) themselves, so you > should be able

Re: [OpenSIPS-Users] Feature request? Script Var / AVP variables in route function.

2017-09-21 Thread Răzvan Crainea
Hi, Jim! Script variables or AVPs are PV (pseudo-variables) themselves, so you should be able to use them. Best regards, Răzvan Crainea OpenSIPS Developer www.opensips-solutions.com On 09/21/2017 03:14 PM, Jim DeVito wrote: Hi All, It's my understanding only PV, integers and strings can be

[OpenSIPS-Users] Feature request? Script Var / AVP variables in route function.

2017-09-21 Thread Jim DeVito
Hi All, It's my understanding only PV, integers and strings can be used in the core route function. Is there a reason I don't understand why we can not use script variables or AVP's? Thanks!! - Jim DeVito Mobile 216.507.9497 ___ Users mail