aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-47/+108
2006-08-29make menuselect configure process be silent when possiblekpfleming1-3/+5
2006-08-29Merge team/russell/frame_cachingrussell1-3/+0
2006-08-25Note to self, always compile before committing.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+9
2006-08-09This bug existed in one extra place that is not also in 1.2 ... So, fix it!russell1-2/+4
2006-08-07Merged revisions 39081 via svnmerge from russell1-10/+10
2006-08-07minor cleanupsrussell1-14/+7
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-2/+11
2006-07-25This exact deadlock situation that I observed can't happen in trunk due to therussell1-1/+7
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingrussell1-9/+2
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-37/+59
2006-07-14add missing unregistration of a manager action on module unloadrussell1-0/+1
2006-07-12Merged revisions 37417 via svnmerge from kpfleming1-47/+10
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster1-0/+30
2006-07-06Asterisk portion of the T309 patch. (#7271)mattf1-26/+37
2006-07-06make chan_zap use proper test for libpri supportkpfleming1-80/+80
2006-07-05update dependency information to match new names for dependencieskpfleming1-1/+1
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-7/+1
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-0/+1
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-5/+1
2006-06-23reduce indentationrussell1-140/+135
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-8/+14
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+5
2006-06-07remove the WITH_SMDI definerussell1-24/+0
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didrussell1-80/+74
2006-06-06Add q.921 state information. (#7260)mattf1-2/+6
2006-06-06don't return -1 if zapata.conf is not present (part of the patch fromrussell1-1/+1
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zaprussell1-74/+80
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-5/+1
2006-05-31clean up various whitespace issues (issue #7236, casper)russell1-247/+255
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.russell1-2/+2
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+23
2006-05-24Merged revisions 29969 via svnmerge from kpfleming1-3/+2
2006-05-23Bump up the echo tail length optionmattf1-1/+1
2006-05-19Clean up some chan_zap code to make it more readable. (issue #6834 reported b...file1-25/+7
2006-05-19Merged revisions 28698 via svnmerge from file1-0/+2
2006-05-19fix up a patch that did not merge properly from 1.2 ... weird russell1-6/+6
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, and...file1-5/+63
2006-05-16Add option for enabling and disabling echo cancellationmattf1-0/+10
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)russell1-69/+42
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-3/+3
2006-05-06Merged revisions 25123 via svnmerge from russell1-0/+6
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...bweschke1-0/+21
2006-05-01move some code used only --with-pri in the properrizzo1-9/+9
2006-04-30remove unusable MFC/R2 supportkpfleming1-362/+3
2006-04-27allows for chan_zap to have all channels reloadedmogorman1-1/+52
2006-04-27Make sure we use the correct event type when we're moving channels around :-)mattf1-1/+1