I've got a telecommuter working out of her home office, using a Snom 200 phone, what happens is occassionally her phone will loose audio one way.<br><br>She will be talking on a call that was incoming to her extension, and all of a sudden the caller can not hear her any longer, she can here the caller fine, this has happened with both Sip-&gt;Sip calls, and calls that have come in over our PSTN circuits.&nbsp; The really odd thing is while troubleshooting with her yesterday I was using the one way audio to talk to her and do some packet captures, and she was using an instant message client to communicate back to me, but after being in the call for a while (didn't note exact times) the audio came back.
<br><br>At first I thought this was a nat issue, and she is using Bellsouth DSL, so I had her change the dsl modem so it shares its IP address with the phone.&nbsp; Restarting the phone results in the phone getting the public IP address assigned via DHCP.&nbsp; This did not solve the issue.&nbsp; I've experimented with the nat settings, and the canreinvite settings but haven't had much sucess so far.&nbsp; I have suspicions that the cut-outs might be occuring either after the phone has been registered for a certain amount of time (possibly 1 hour) or when she has been talking for a certain amount of time (possibly 5 minutes), I'm not certain of that behavior so it may be a red herring further use of the phone will allow me to firm up if either of those statements is true.
<br><br>Any suggestions would be greatly appreciated!<br><br>Thank You<br><br>Paul M. Oster<br><br><br>Here are the relevant portions of my sip.conf file...<br><br><br>[general]<br>port = 5060&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Port to bind to
<br>bindaddr = <a href="http://0.0.0.0">0.0.0.0</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Address to bind to<br>context = incomingcall&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Default for incoming calls<br>tos=lowdelay<br>disallow=all<br>allow=alaw<br>allow=gsm<br>allow=ulaw
<br><br><br>[104]<br>accountcode=vsllc<br>type=friend<br>context=employee<br>username=104<br>secret=**redacted**<br>host=dynamic<br>qualify=yes<br>reinvite=no<br>canreinvite=no<br>mailbox=104@internalextensions,750@internalextensions
<br>callgroup=1<br>pickupgroup=1<br>dtmfmode=rfc2833<br>;nat=no<br><br>