aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-1/+7
2004-06-16Remove ancient requirement that ts > 0markster1-6/+0
2004-06-15When dialing outbound, if we match a peer name, use it (who really cares?) (b...markster1-4/+9
2004-06-14Make meetme operate in linear so as to keep alaw folk happy, minor iax2markster1-1/+1
2004-06-13x86-64 compile fixes and cleanupsmarkster1-8/+8
2004-06-09Although I can't think of any scenario that it could result in a race, don't ...markster1-6/+11
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+3
2004-06-07Simplify trunk transmission path and remove potential race (bug #1802)markster1-6/+15
2004-06-04IAX2 fixup, fix res_monitor sillysegmarkster1-5/+6
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-0/+4
2004-05-30Fix lag in diverging clocks (bug #1696)markster1-15/+15
2004-05-25Handle debugging of unknown IE's properlymarkster1-1/+2
2004-05-25Make sure transmitted timestamps are solid on trunks (bug #1713)markster1-2/+2
2004-05-25Eliminate useless pass checkingmarkster1-2/+0
2004-05-08Allow notransfer to be a global optionmarkster1-4/+6
2004-05-06Fix silly typo in iax2 where strlen was used instead of sizeofmarkster1-1/+1
2004-05-05include utils.h in chan_iax2.ccitats1-0/+1
2004-05-05Use ast_strlen_zero in chan_iax2.ccitats1-54/+54
2004-05-03Fix compiler warningmarkster1-0/+1
2004-05-02Merge Matteo's language setting code for iax2 (bug #1476)markster1-1/+12
2004-05-02Provide more fine grained control of sip and iax show peers (bug #1470)markster1-1/+36
2004-04-29Bug # 1503: Add Peter's fix to include "accountcode" support to MySQL based I...malcolmd1-1/+3
2004-04-28Fix potential seg in iax2 from reload when registrations are goingmarkster1-1/+11