summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-05-31clean up various whitespace issues (issue #7236, casper)Russell Bryant
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.Russell Bryant
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-24Merged revisions 29969 via svnmerge from Kevin P. Fleming
2006-05-23Bump up the echo tail length optionMatthew Fredrickson
2006-05-19Clean up some chan_zap code to make it more readable. (issue #6834 reported b...Joshua Colp
2006-05-19Merged revisions 28698 via svnmerge from Joshua Colp
2006-05-19fix up a patch that did not merge properly from 1.2 ... weird Russell Bryant
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, and...Joshua Colp
2006-05-16Add option for enabling and disabling echo cancellationMatthew Fredrickson
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-06Merged revisions 25123 via svnmerge from Russell Bryant
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...BJ Weschke
2006-05-01move some code used only --with-pri in the properLuigi Rizzo
2006-04-30remove unusable MFC/R2 supportKevin P. Fleming
2006-04-27allows for chan_zap to have all channels reloadedMatt O'Gorman
2006-04-27Make sure we use the correct event type when we're moving channels around :-)Matthew Fredrickson
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04Formatting cleanupOlle Johansson
2006-04-04Issue #6878 - Manager event DNDstate hidden under verbose option (casper)Olle Johansson
2006-03-28normalize/simplify a bit of the command completion code.Luigi Rizzo
2006-03-28The condition to check the zaptel version was too strict.Luigi Rizzo
2006-03-28ensure that 'zap show channel' will indicate that the echo canceler has been ...Kevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-23Allow channels to be moved if channel change is requested in SETUP_ACK, also ...Matthew Fredrickson
2006-03-21Added separate outsignalling specification, and fixed FEATDMF to allow forJim Dixon
2006-03-16Merged revisions 13237 via svnmerge from Russell Bryant
2006-03-04Fix some whitespace issuesMark Spencer
2006-02-21Bug 6554 - Show all spans statuses with a single commandTilghman Lesher
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errorTilghman Lesher
2006-02-10clean up SMDI support commit:Kevin P. Fleming
2006-02-10Minor bugfix for #6386Matthew Fredrickson
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)Matthew Fredrickson
2006-02-09remove unnecessary format check in zt_request so that we will actually acceptRussell Bryant
2006-02-09clarify return value (issue #6434)Russell Bryant
2006-02-07Make sure we output the APDU debug on pri debug commandsMatthew Fredrickson
2006-02-02Fix w/ string field updates #6397Matthew Fredrickson
2006-02-02git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9106 65c4cc65-6c06-...Matthew Fredrickson
2006-02-02Fix so that hardhdlc works w/ chan_zapMatthew Fredrickson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31remove some more local declarations of null framesRussell Bryant
2006-01-31Yes Virginia, Zaptel does support native ALAWKevin P. Fleming
2006-01-30Merged revisions 8905 via svnmerge from Kevin P. Fleming