aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-12Revert revision 132506, since it occasionally caused IAX2 HANGUP packets nottilghman1-3/+23
2008-11-04On busy systems, it's possible for the values checked within a single linetilghman1-0/+9
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-9/+17
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman1-0/+4
2008-09-15Set the raw formats at the same time as the other formats.tilghman1-2/+2
2008-09-02Make sure to use the correct length of the mohinterpret and mohsuggestseanbright1-2/+2
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-3/+3
2008-08-26Fix a race condition with the IAX scheduler thread. A lock and condition arerussell1-3/+2
2008-08-22Fix the build. Thanks, mvanbaak!mmichelson1-2/+2
2008-08-22Prevent a deadlock in chan_iax2 resulting frommmichelson1-1/+4
2008-08-05In a conversion to use ast_strlen_zero, the meaning of the flag IAX_HASCALLERIDtilghman1-19/+6
2008-07-22Merged revisions 132711 via svnmerge from tilghman1-2/+29
2008-07-21Fix a bug in 1.4 branch with iax2 channels not being removed when a call was ...bbryant1-4/+2
2008-07-18Spinlock within the destroy, to allow a scheduled job to continue, if it'stilghman1-2/+2
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman1-2/+2
2008-07-16Fix a bug in iax2 registration that allowed peers to register with bbryant1-2/+2
2008-07-16Apparently, in certain cases, a callno is already destroyed when iax2_destroy...tilghman1-1/+1
2008-07-16Always ensure that the channel's tech_pvt reference is NULL after calling therussell1-0/+6
2008-07-14Override the callerid in all cases when the callerid is set in the user, nottilghman1-13/+10
2008-07-13Reverting 2 changesets, as it breaks incoming IAX2 callstilghman1-53/+44