aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06Merged revisions 167259 via svnmerge from tilghman1-4/+16
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2
2008-12-19(closes issue #13480)jpeeler1-12/+2
2008-12-03During bridge code, the channel bridge may return a retry code, if a transfertilghman1-0/+4
2008-12-01Apply some logic used in iax2_indicate() to iax2_setoption(), as well, since ...russell1-12/+42
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-3/+3
2008-11-25(closes issue #12694)murf1-0/+7
2008-11-25Don't try to send a response on a NULL pvt.tilghman1-1/+1
2008-11-25Merged revisions 159245 via svnmerge from tilghman1-2/+2