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
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to