aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-04update thread creation code a bitkpfleming1-3/+3
2006-09-20Fix some chan_zap warning messages, when HAVE_PRI is not defined.qwell1-7/+5
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-20Merged revisions 43314 via svnmerge from kpfleming1-4/+4
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-1/+16
2006-09-18merge qwell's CLI verbification workkpfleming1-32/+55
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-181/+211
2006-09-16Fix the dtmf dialtone thingmarkster1-1/+3
2006-09-14Merged revisions 42946 via svnmerge from tilghman1-1/+1
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?markster1-3/+3
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
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