asterisk/channels
Philippe Sultan de98d48a0d - remove whitespaces between tags in received XML packets before giving
them to the parser ;
- report Gtalk error messages from a buddy to the console.

This patch makes Asterisk "Google Jingle" (chan_gtalk) implementation
work with Empathy. Note that this is only true for audio streams, not
video.

Thank you to PH for his great help!

(closes issue #12647)
Reported by: PH
Patches:
      trunk-12647-1.diff uploaded by phsultan (license 73)
Tested by: phsultan, PH

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 10:33:21 +00:00
..
h323 Merged revisions 117081 via svnmerge from 2008-05-19 15:24:44 +00:00
misdn fix up various warnings found via the addition of format string checking... some of these were really, really bad code 2008-03-18 16:23:05 +00:00
xpmr Compile under dev-mode, please. 2008-05-16 17:08:59 +00:00
DialTone.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
Makefile Bring all app_rpt and chan_usbradio stuff up to date 2008-05-16 00:51:14 +00:00
chan_agent.c Merged revisions 116463 via svnmerge from 2008-05-14 21:40:43 +00:00
chan_alsa.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_console.c chan_console fixes because of ast_frame.data => ast_frame.data.ptr 2008-05-22 17:16:08 +00:00
chan_features.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
chan_gtalk.c - remove whitespaces between tags in received XML packets before giving 2008-05-23 10:33:21 +00:00
chan_h323.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_iax2.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_jingle.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_local.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_mgcp.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_misdn.c oops 2008-05-22 17:08:18 +00:00
chan_nbs.c one more place I forgot 2008-05-22 17:50:40 +00:00
chan_oss.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_phone.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_sip.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_skinny.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_unistim.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
chan_usbradio.c Split the compile flags out and wire up some dependencies 2008-05-22 21:43:54 +00:00
chan_vpb.cc Fix trunk breakage 2008-05-22 21:27:00 +00:00
chan_zap.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
console_board.c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know. 2008-01-10 00:50:39 +00:00
console_gui.c do not die on SDL_ACTIVEEVENT reporting lost focus. 2008-05-21 11:24:50 +00:00
console_video.c Allow users to specify 'startgui=1' in oss.conf so that the 2008-05-19 13:33:08 +00:00
console_video.h Two changes: 2008-01-09 18:03:40 +00:00
iax2-parser.c - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 2008-05-22 16:29:54 +00:00
iax2-parser.h Improve native transfers when a chain of IAX2 connections are in use. 2008-05-17 19:39:35 +00:00
iax2-provision.c Fixes a problem where all the templates were marked as dead no matter what. The templates should only be marked as dead if a configuration file has been successfully loaded and has changes. Bug found while making API documentation for 1.6.0. 2008-04-29 22:54:14 +00:00
iax2-provision.h Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
iax2.h Merged revisions 114880 via svnmerge from 2008-04-30 14:49:51 +00:00
misdn_config.c Oops, missed one 2008-03-26 20:34:05 +00:00
vcodecs.c prevent a panic when destroying a channel with no incoming video. 2008-01-01 23:54:40 +00:00
vgrabbers.c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know. 2008-01-10 00:50:39 +00:00