search for: realtime_var_get

Displaying 1 result from an estimated 1 matches for "realtime_var_get".

2009 Sep 28
1
How to get "Call-ID" SIP header outside "chan_sip" scope ...
...propagate the SIP header "Call-ID" to both modules described above. The best shot we have until now is to use the "callid" field from the "sip_pvt" structure of SIP channel, what will lead us to two considerable code changes: 1- Propagate the channel to method "realtime_var_get" of our proprietary ARA driver; and 2- Duplication of necessary structs to a header (".h") file so the modules can "navigate" on private structure "sip_pvt". The first change isn't big deal. But the need of validation of the second modification, every time...