aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-01Get rid of the annoying startup and shutdown errors on OS X.tilghman1-1/+13
2010-11-29Make sure nothing else is needed before destroying the scheduler.pabelanger1-2/+2
2010-09-21In chan_iax2.c:schedule_delivery() calls ast_bridged_channel() on an unlocked...rmudgett1-90/+130
2010-09-10Load iax.conf before registering any functions/applications/actions.pabelanger1-17/+21
2010-07-05Command 'stop gracefully' doesn't.tilghman1-10/+22
2010-06-16fixes chan_iax2 race conditiondvossel1-6/+4
2010-03-03fixes problem with duplicate TXREQ packetsdvossel1-3/+8
2010-02-27add a reference to the now-published IAX2 RFCkpfleming1-0/+1
2010-02-09Fixes iaxs and iaxsl size off by one issue.dvossel1-3/+3
2010-01-07fixes crash in "scheduled_destroy" in chan_iaxdvossel1-1/+1
2009-11-15Correct mistaken option name in error message.kpfleming1-1/+1
2009-11-10don't crash on log message in solarisdvossel1-1/+1
2009-11-02fixes crash on iterator_destroy on uninitialized iteratordvossel1-1/+0
2009-11-02changes calltoken debug messages from LOG_NOTICE to LOG_DEBUG like they are s...dvossel1-6/+6
2009-10-21IAX2: VNAK loop caused by signaling frames with no destination call numberdvossel1-10/+77
2009-10-21IAX/SIP shrinkcallerid optiondvossel1-2/+14
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-0/+12
2009-10-02Removes unnecessary unlock, clarifies a memcpy.dvossel1-2/+1
2009-09-21Reverting merge 219520. This change was not necessary.dvossel1-0/+1
2009-09-19Make sure the iax_pvt exists before dereferencing it.russell1-1/+1
2009-09-18iax2 frame double freedvossel1-1/+0
2009-09-10Backport realtime fix to 1.4tilghman1-3/+8
2009-09-10IAX2 encryption regressiondvossel1-5/+27
2009-09-03Merge code associated with AST-2009-006dvossel1-122/+1214
2009-08-10AST-2009-005tilghman1-4/+4
2009-07-27Fix logic errors from 208746jpeeler1-1/+1
2009-07-25Fix compiling under dev-mode with gcc 4.4.0.jpeeler1-1/+1
2009-07-14Merged revisions 206384 via svnmerge from russell1-3/+5
2009-07-08Fixes 8khz assumptionsdvossel1-7/+8
2009-06-29segfault after SPINLOCK schedule deletedvossel1-4/+14
2009-06-19timestamp was being converted to host order as a short rather than a longdvossel1-1/+1
2009-06-04Additional updates to AST-2009-001dvossel1-1/+17
2009-05-28'iax show peer blah' now outputs whether or not peer 'blah' is in trunk mode ...dvossel1-0/+1
2009-05-21Sign problem calculating timestamp for iax frame leads to no audio on the rec...dvossel1-0/+3
2009-05-15IAX2 REGAUTH loopdvossel1-22/+37
2009-05-15Update to previous IAX2 "Ghost" Channels patch.dvossel1-11/+14
2009-05-14IAX2 "Ghost" Channelsdvossel1-21/+56
2009-05-04global mohinterpret setting is ignoreddvossel1-0/+5
2009-04-20Clean up problem with manager implementation of mmap where it was not testing...dbailey1-1/+1
2009-03-20Fix a crash in IAX2 registration handling found during load testing with dvos...russell1-5/+10
2009-03-16Randomize IAX2 encryption paddingdvossel1-2/+18
2009-03-11encrypted IAX2 during packet loss causes decryption to fail on retransmitted ...dvossel1-13/+45
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-02-26IAX2 prune realtime fixdvossel1-14/+44
2009-02-20Fixes issue with undefined audio codecs in chan_iax2dvossel1-1/+1
2009-02-16Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bri...dvossel1-4/+5
2009-02-16Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridgedvossel1-1/+1
2009-02-03Fixes issue with IAX2 transfer not handing off calls. dvossel1-26/+93
2009-01-26Resolve some synchronization issues in chan_iax2 scheduler handling.russell1-15/+25
2009-01-23Additions to AST-2009-001tilghman1-16/+17