aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15Merged revisions 194873 via svnmerge from dvossel1-21/+33
2009-05-15Merged revisions 194557,194685 via svnmerge from dvossel1-35/+68
2009-05-06Fix a bug where a timer would be created but not acknowledged.file1-0/+3
2009-05-04Merged revisions 192213 via svnmerge from dvossel1-0/+5
2009-05-01Set debug message back to DEBUG level.tilghman1-3/+3
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-1/+1
2009-04-20Merged revisions 189391 via svnmerge from dbailey1-1/+1
2009-04-09Do not try to send the format read/format write/make compatible options over ...file1-0/+4
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-19/+89
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...file1-0/+2
2009-03-31Improve performance of the code handling the frame queue in chan_iax2.russell1-124/+96
2009-03-27Improve timing interface to remember which provider provided a timerkpfleming1-12/+11
2009-03-25Improve performance of the ast_event cache functionality.russell1-2/+0
2009-03-24Exclude slin16, siren7, and siren14 from bandwidth=low and =mediumrussell1-0/+3
2009-03-20Merged revisions 183559 via svnmerge from russell1-5/+10
2009-03-16Merged revisions 182281 via svnmerge from dvossel1-1/+18
2009-03-11Merged revisions 181340 via svnmerge from dvossel1-14/+45
2009-03-02Do not try to remove a registration scheduled item if the scheduler context h...file1-1/+3
2009-02-26IAX2 prune realtime, minor tweak to last fixdvossel1-0/+1
2009-02-26IAX2 prune realtime fixdvossel1-16/+43
2009-02-24Allows manager command to see if IAX link is trunked and encrypted. Displays ...dvossel1-18/+42
2009-02-23Changes the way keyrotation is enabled by defaultdvossel1-5/+3
2009-02-16Merged revisions 176354 via svnmerge from dvossel1-4/+5
2009-02-16Merged revisions 175597 via svnmerge from dvossel1-1/+1
2009-02-13Fixed iax2 key rotation backwards compatibilitydvossel1-42/+22
2009-02-12Adds force encryption option to iax.confdvossel1-19/+65
2009-02-12correct warning message to not refer specifically to DAHDIkpfleming1-1/+1
2009-02-12Setting key rotation to be off by defaultdvossel1-1/+1
2009-02-06Adds immediate yes/no option to iax.confdvossel1-3/+11
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.russell1-86/+39
2009-02-04Fixes issue with IAX2 transfer not handing off calls. Reverts changes in 116884dvossel1-195/+141
2009-01-23Merged revisions 170588 via svnmerge from tilghman1-16/+18
2009-01-06Merged revisions 167260 via svnmerge from tilghman1-4/+16
2008-12-15Open a timer before loading configuration so that the trunking configuration ...russell1-3/+4
2008-12-15Fix log message to refer to the generic timing interface, not DAHDI specificallyrussell1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-01Merged revisions 160003 via svnmerge from russell1-12/+42
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-3/+3
2008-11-25Merged revisions 159316 via svnmerge from murf1-0/+7
2008-11-25Merged revisions 159269 via svnmerge from tilghman1-1/+1
2008-11-25Merged revisions 159246 via svnmerge from tilghman1-2/+2
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-19/+19
2008-11-12Merged revisions 156229 via svnmerge from tilghman1-3/+27
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-19/+19
2008-11-04Switch to using a thread condition to signal that a child thread is ready fortilghman1-5/+17
2008-11-04Merged revisions 154365 via svnmerge from tilghman1-0/+9
2008-11-03Add XML documentation for:eliel1-18/+64
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-4/+9
2008-11-02Add IAX2Provision() application XML documentation.eliel1-6/+19
2008-10-17Make helper call a little safer (suggested by Russell on IRC)tilghman1-2/+3