[reSIProcate] SipStack::sendTo
In resiprocate and DUM,
When it really open a socket and then send the sipmessage
in that socket.
In the code below, clientDum is an object of DialogUsageManager.
Does method send of clientDum really send the regMessage in one
socket ( which socket here??). If it send regMessage with UDP with
sendto, where you use recvfrom???
which code can i add to check if the packet return after i sent a REGISTER??
I am appreciated very much for your reply.
SipMessage & regMessage = clientDum.makeRegistration(from,
new RegisterAppDialogSet(clientDum));
clientDum.send( regMessage );