dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/channels
mattf 28497da2c9 Patch on 10575. Add support for unequipped CIC (UCIC) message as well as improve some of our CIC flags in chan_zap
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81742 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-06 16:38:54 +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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 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 Merged revisions 81448 via svnmerge from 2007-09-04 18:40:07 +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 Merged revisions 81523 via svnmerge from 2007-09-05 15:16:50 +00:00
chan_sip.c Doxygen cleanups/fixes. 2007-09-05 16:31:39 +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 Patch on 10575. Add support for unequipped CIC (UCIC) message as well as improve some of our CIC flags in chan_zap 2007-09-06 16:38:54 +00:00
gentone-ulaw.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
gentone.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 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