I tried avp also setting onreply_avp_mode=1 but still I'm getting null value
in reply route for the avp variable set in request route before relaying the
call. If you wish, I can send you snippet of my openser.cfg.
On 3/26/07, Daniel-Constantin Mierla <daniel(a)voice-system.ro> wrote:
Hello,
On 03/24/07 11:52, Asterisk Expert wrote:
Hello,
Sorry last mail sent accidentally.
I've initialized some SCRIPT VARIABLES in request route. I modify the
values of some of these SCRIPT VARIABLES in reply route. But I'm not
able to get value of some of those variables in either request or
reply route. Any idea?
script variables are persistent only per process - they
reside in
private memory. Requests and replies may be processed by different
processes. You can use AVPs now in 1.2.0 - see tm module:
http://www.openser.org/docs/modules/1.2.x/tm.html#AEN303
Cheers,
Daniel
--
Regards
Ruchir Brahmbhatt
------------------------------------------------------------------------
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users
--
Regards
Asterisk Expert