aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-15add some newlines and fix some misspellings (bug #4027)russell1-9/+9
2005-04-05handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)russell1-2/+5
2005-04-05check for result *after* starting the network thread (bug #3952)russell1-2/+2
2005-04-01*** empty log message ***russell1-1/+1
2005-03-18don't explode if a box running CVS head sends trunk frames with timestamps (b...russell1-0/+4
2005-02-07fix div by zero (bug #3467)russell1-4/+7
2005-01-04putting the timestamp stuff back in ...russell1-2/+34
2005-01-04I got a crash in iax that I think is related to this timestamp patch, so I am...russell1-34/+2
2004-12-30prevent timestamp jumps (bug #3119)russell1-2/+36
2004-12-23Don't hold the iaxsl[x] lock while finding the peer, do it ahead of time.russell1-5/+7
2004-12-21Make sure that read/write format are set up correctlyrussell1-3/+5
2004-12-03Release call lock while we look for the peer to avoid a deadlockrussell1-1/+4
2004-11-25fix manager events that report lag time (bug 2919)russell1-2/+4
2004-10-25Backport recent memory fixes to 1.0citats1-6/+9
2004-10-14fix for attended transfers (bug #2632)russell1-3/+12
2004-10-12fix delivery times on trunks (bug #2587)russell1-9/+10
2004-10-09chan_iax2 shouldn't use IAX/Registry on temponly peers (bug #2610)russell1-3/+4
2004-09-30Fix seg fault with IAX native bridging (bug #2550)russell1-2/+4
2004-09-19Don't register auth against something that isn't a register (bug #2468)markster1-1/+4
2004-09-17Make chan_iax2.c compile again on older gcc. Remember definitions must come ...citats1-1/+1
2004-09-17Merge steven davie's IAX2 jitterbuffer fixesmarkster1-96/+229
2004-09-16Add IAX2/SIP register events to system (bug #2117)markster1-2/+11
2004-09-15Queue congestion on REJECT (bug #2448)markster1-0/+4
2004-09-12Don't forget to return something other than -1 on the first pass if appropriate!markster1-1/+1
2004-09-12Automatically send proper signal on iax switch following dial (bug #2420)markster1-4/+14
2004-09-07Add option to register extensions on IAX or SIP registrationmarkster1-2/+33
2004-08-31Make app_festival change more portable, allow '*' for context in iax2markster1-1/+1
2004-08-17Fix port numbers in IAX2 and iax2prov (bug #2261)markster1-3/+2
2004-08-16Fix trivial typo (bug #2253)markster1-1/+1
2004-08-08Merge BSD stack size work (bug #2067)markster1-3/+3
2004-08-07Merge Steven Davie's bridging patchesmarkster1-1/+14
2004-07-30Add default username patch (bug #2178)markster1-6/+10
2004-07-24Work on copy of firmware so that it doesn't get corrupted on a "make install"...markster1-2/+53
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-17Change IAX2 naming conventionmarkster1-2/+2
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-41/+41
2004-07-09Fix provisioning for unload/reloadmarkster1-0/+1
2004-07-07Add IAX provisioning support to Asteriskmarkster1-0/+121
2004-07-01Merge Steven Davies latest jitter buffer patchmarkster1-14/+38
2004-07-01Fix IAX2 registration time. We want to set reg->refresh to the new value onl...citats1-1/+1
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-22/+23
2004-06-30Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.cmalcolmd1-0/+1
2004-06-30Merge Steven Davie's timestamp improvementsmarkster1-14/+46
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-58/+78
2004-06-26Add ability to send detailed mailbox info (bug #1690)markster1-3/+20
2004-06-26Add peercontext parameter for default outbound context (bug #1929)markster1-4/+13
2004-06-26Minor alsa fixes, add "delayreject" option to IAX to implement request of bug...markster1-10/+70
2004-06-26Merge source cleanups (bug #1911)markster1-1/+1
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Merge Steven Davie's IAX2 jitter buffer enhancementsmarkster1-38/+49