On Wednesday 05 December 2007, Sandeep Ammaladinna wrote:
Hi,
When I am compiling my openser.cfg, Openser is throwing errors for
avp_write and avp_pushto.
The syntax I am using is as follows:
avp_write("$ruri", "i:10");
avp_pushto("$ruri", "i:10");
What could be the issue; I am following the syntax from the cook
book. Attached is my .cfg
Hi Sandeep,
the config you've attached give no error for the AVP operations. The "fifo"
stuff is the culprit. This core parameter is obselete.
You can check your config with "openser -c" for errors, this gives you the
exact line of the problem.
Cheers,
Henning