Re: [OpenSIPStack] Knowing the callee's ip address
Brought to you by:
joegenbaclor
From: Roland A. <ope...@op...> - 2007-10-11 07:32:11
|
You probably may try to access some internal headers on the SIPMessage, like SipMessage.GetInternalHeader("RCVADDR") SipMessage.GetInternalHeader("RCVPORT") also you can find out on which interface you've receied the message by using SipMessage.GetInternalHeader("IFACE-ADDR") hope that helps |