Skip to content
Snippets Groups Projects
  1. Sep 10, 2013
  2. Sep 09, 2013
  3. Sep 07, 2013
    • Kinsey Moore's avatar
      Prevent XMPP timeout on blank responses · e688096e
      Kinsey Moore authored
      Sometimes the Google Voice servers have a bad habit of sending out 1
      byte replies to the xmpp resource. When a blank 1 byte reply is
      received from the socket the buffer attempts to wait (endlessly) for
      the rest of the reply from google which effectively blocks the socket
      and google voice calls will no longer come into the server.
      
      This patch allows the xmpp module to correctly detect empty packets and
      send out ping replies to google. It also sets a socket timeout on the
      default socket which prevents the xmpp socket from closing and
      preventing future google voice calls from coming into the server.
      
      Furthermore instead of sending an empty reply back to google we send a
      proper xmpp ping reply back. This also adds several more
      socket messages.
      
      (closes issue ASTERISK-22347)
      Reported by: Andrew Nagy
      Review: https://reviewboard.asterisk.org/r/2771
      Patches:
          xmpp_fix_1.diff uploaded by Andrew Nagy (License #6524)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@398618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e688096e
  4. Sep 06, 2013
  5. Sep 05, 2013
  6. Sep 04, 2013
  7. Sep 03, 2013
  8. Sep 02, 2013
  9. Aug 30, 2013
  10. Aug 29, 2013
  11. Aug 27, 2013
  12. Aug 23, 2013
  13. Aug 22, 2013
  14. Aug 21, 2013
  15. Aug 20, 2013
Loading