Folks<div><br></div><div>I am building a softphone which needs to register with the server to say "I am available" for incoming calls.</div><div><br></div><div>So it makes an HTTP POST request to the server and that notifies the softphone gen_srv that is is available.</div>
<div><br></div><div>At that point I leave the TCP request hanging on a receive waiting for a notification that the socket has been torn down (and which point it unregisters the phone).</div><div><br></div><div>My question is: how long can I leave the request up? Infinity? or do I need to have a timeout/reregister cycle setup?</div>
<div><br></div><div>Gordon</div>