Displaying 1 result from an estimated 1 matches for "sipchaninfo_function".
2006 Feb 13
1
How to Get SIP Header : To Field ?
...ield ?
I have tried to add some code line into the chan_sip.c ...
It works partially ... meaning that, I can add this "to" in SIPCHANINFO
funciton,
but the result is null.
Here is what I have added in chan_sip.c :
in structure sip_pvt ( "to" field same as "from" )
in sipchaninfo_function added "to" Line same as "from"
function_sipchaninfo_read added "to" line same as "from"
So I believe that I have enabled somehow Asterisk to read the value to from
the channel ...
But how to get the value and put it inside the channel ??? I think this
would...