asterisk/channels
Philippe Sultan 2fd2667d13 Merged revisions 81410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r81410 | phsultan | 2007-08-31 19:38:26 +0200 (Fri, 31 Aug 2007) | 3 lines

Make the 'gtalk show channels' CLI command available.

Closes issue 10548, reported by keepitcool.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-31 17:43:50 +00:00
..
h323 Merged revisions 81383 via svnmerge from 2007-08-30 15:40:18 +00:00
misdn Merged revisions 81367 via svnmerge from 2007-08-30 08:50:44 +00:00
DialTone.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
Makefile it really seems pointless to run gentone to create these header files every time we build Asterisk... 2007-07-06 15:47:16 +00:00
answer.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
busy.h it really seems pointless to run gentone to create these header files every time we build Asterisk... 2007-07-06 15:47:16 +00:00
chan_agent.c Merged revisions 81120 via svnmerge from 2007-08-27 21:09:37 +00:00
chan_alsa.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
chan_features.c Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements. 2007-08-08 21:44:58 +00:00
chan_gtalk.c Merged revisions 81410 via svnmerge from 2007-08-31 17:43:50 +00:00
chan_h323.c Fix building of trunk. I'm doing work on a Sunday night just to avoid watching Snakes on a Plane which my roommate is watching. 2007-08-20 00:37:12 +00:00
chan_iax2.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 2007-08-29 20:55:40 +00:00
chan_jingle.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
chan_local.c Merged revisions 79902 via svnmerge from 2007-08-17 17:45:01 +00:00
chan_mgcp.c Merged revisions 80132 via svnmerge from 2007-08-21 15:23:12 +00:00
chan_misdn.c Merged revisions 81373 via svnmerge from 2007-08-30 14:54:30 +00:00
chan_nbs.c Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements. 2007-08-08 21:44:58 +00:00
chan_oss.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
chan_phone.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
chan_sip.c Merged revisions 81395 via svnmerge from 2007-08-30 21:25:52 +00:00
chan_skinny.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 2007-08-29 20:55:40 +00:00
chan_vpb.cc Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
chan_zap.c Add new queryable fields from zaptel to 'zap show status' 2007-08-30 23:52:32 +00:00
gentone-ulaw.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
gentone.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
iax2-parser.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 2007-08-29 20:55:40 +00:00
iax2-parser.h Merged revisions 75445 via svnmerge from 2007-07-17 20:49:09 +00:00
iax2-provision.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +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 Reformat some of iax2.h and convert comments to doxygen format 2007-04-28 21:26:00 +00:00
misdn_config.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
ring10.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ringtone.h it really seems pointless to run gentone to create these header files every time we build Asterisk... 2007-07-06 15:47:16 +00:00