Re: [OpenSIPS-Users] Python and avp

2022-01-18 Thread Vlad Patrascu
Hi Alberto, You should be able to call any opensips script function from the python code, including pv_printf() as suggested in #1893, by using the /call_function()/ method [1]. This has been made possible from 3.1 onwards, but indirectly, by porting all opensips core functions to the same

[OpenSIPS-Users] Python and avp

2022-01-17 Thread Alberto
Hi, I'm using opensips 3.4 and I'm looking to set avp variables from a python script, looking at https://github.com/OpenSIPS/opensips/issues/1893 seems this feature was available from after 3.0. Is there any documentation on how to do it? Thanks ___