aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06Merged revisions 192808 via svnmerge from file1-0/+3
2009-05-04Merged revisions 192214 via svnmerge from dvossel1-0/+5
2009-05-01Merged revisions 191494 via svnmerge from tilghman1-3/+3
2009-03-27Merged revisions 184762 via svnmerge from kpfleming1-12/+11
2009-03-25Merged revisions 184339 via svnmerge from russell1-2/+0
2009-03-24Merged revisions 184037 via svnmerge from russell1-0/+3
2009-03-20Merged revisions 183560 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
2008-10-17Fix the FRACK! warnings in chan_iax2 when POKE/LAGRQ packets are not answered.tilghman1-2/+8
2008-10-17Add an IAXregistry manager command. See doc/manager_1_1.txtmmichelson1-0/+51
2008-10-16Remove an odd redundant comparisonmmichelson1-2/+1
2008-10-09(closes issue #13557)murf1-2/+2
2008-10-07Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdiseanbright1-0/+3
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-0/+4
2008-09-15Merged revisions 143140 via svnmerge from tilghman1-2/+2
2008-09-13Repair IAXVAR implementation so that it works again (regression?)tilghman1-11/+86