[reSIProcate] Socket Descriptor for SIP stack - how can I access it?
Hi,
I think I need to ask this quesion again, as I might have Email problems.
My application needs to be able to access the socket descriptor used by
"resip".... In looking at the code, I see the class "fdset" which implies
it possibly means a "set" of file descriptors. Does resip use more then one
"fd"?
Sometime after I issue "register", and before I issue an "invite",
I have to use the same socket "fd" to do some proprietary "magic"
to "talk" to a special server (using UDP and sending a packet to a different
IP and port), but using the SAME socket descriptor, to get important
details on the network I'm calling from, and the type of NAT and
firewall I might be "behind"....
I know the "internalTransport" class has an instance variable of the
Socket "fd" and have hence proposed the addition of an accessor
method for that class, but (sigh), my posting has all been ignored.
I posted in a few days ago, so I think my mailer might be broken,
because I don't think it was because I was ignored....
strange, because I saw my posting showing up in the list when I
last retrieved my Email..
John