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 <[email protected]> wrote: > Hi, Jim! > > You should have a name for the route, such as: > > route(route_name, $avp(carrier_id)); > > Best regards, > > Răzvan Crainea > OpenSIPS Developerwww.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... > > ...line 318, column 53-54: bad routeargument > > Thanks!! > > On Thu, Sep 21, 2017 at 8:31 AM, Răzvan Crainea <[email protected]> > wrote: > >> 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 Developerwww.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 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 <%28216%29%20507-9497> >> >> >> _______________________________________________ >> Users mailing >> [email protected]http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> > > > -- > ------------- > Jim DeVito > Mobile 216.507.9497 <(216)%20507-9497> > > > _______________________________________________ > Users mailing > [email protected]http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > -- ------------- Jim DeVito Mobile 216.507.9497
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
