What I'm Doing...

  • num_houses++ 1 week ago
  • Hopefully can stop coughing for long enough to accept house handover in a couple of hours 1 week ago
  • facebook "Top News" algorithm needs a bit of tuning. Doesn't really need to show the same status update 30 times in a row.... 1 week ago
  • More updates...

Posting tweet...

Powered by Twitter Tools.

Fixed voip call dropouts

All of our outgoing phone calls go via a local asterisk server connected to Internode’s voip service NodePhone. One problem we’ve had is that muting our phone line for long periods of time, which I like to do during conference calls, would lead to the call being disconnected. I should complain more often on twitter as someone suggested I look into RTP keep alive.

By default asterisk does not terminate calls if there is no RTP activity, but neither does it send keep alive packets to the voip service provider if no packets are received when someone mutes their line. Adding the following to the general section of sip.conf fixed the call dropout problem:

[general]
rtpkeepalive=30

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>