Peter Lemenkov writes: > Are any ways to define global variables in openser's scripts? > > I need somethng like
you should be able to achieve what you want in your example by storing the ip addresses in two AVPs in a route block. then they are usable in onreply and failure route blocks of the same transaction. if you use VARs, values are not usable in onreply and failure route. -- juha _______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
