summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationsKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-24search for Zaptel and libtonezone separately in the configure scriptKevin P. Fleming
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-23reduce indentationRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didRussell Bryant
2006-06-06Add q.921 state information. (#7260)Matthew Fredrickson
2006-06-06don't return -1 if zapata.conf is not present (part of the patch fromRussell Bryant
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zapRussell Bryant
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