mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
Merged revisions 327682 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r327682 | twilson | 2011-07-11 12:41:59 -0700 (Mon, 11 Jul 2011) | 9 lines Update chan_gtalk to work with changed GMail-based calls The messages sent by the GMail client have changed, but include the old-style messages as well. This patch checks for this case and uses the old-style offer. (closes issue ASTERISK-18084) Review: https://reviewboard.asterisk.org/r/1312/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@327683 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#define JINGLE_DTMF_NS "urn:xmpp:tmp:jingle:dtmf"
|
||||
|
||||
#define GOOGLE_NS "http://www.google.com/session"
|
||||
#define GOOGLE_JINGLE_NS "urn:xmpp:jingle:1"
|
||||
#define GOOGLE_AUDIO_NS "http://www.google.com/session/phone"
|
||||
#define GOOGLE_VIDEO_NS "http://www.google.com/session/video"
|
||||
#define GOOGLE_TRANSPORT_NS "http://www.google.com/transport/p2p"
|
||||
|
||||
Reference in New Issue
Block a user