summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2004-08-07Merge Steven Davie's bridging patchesMark Spencer
2004-07-30Add default username patch (bug #2178)Mark Spencer
2004-07-24Work on copy of firmware so that it doesn't get corrupted on a "make install"...Mark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-17Change IAX2 naming conventionMark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-07-09Fix provisioning for unload/reloadMark Spencer
2004-07-07Add IAX provisioning support to AsteriskMark Spencer
2004-07-01Merge Steven Davies latest jitter buffer patchMark Spencer
2004-07-01Fix IAX2 registration time. We want to set reg->refresh to the new value onl...James Golovich
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-30Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.cMalcolm Davenport
2004-06-30Merge Steven Davie's timestamp improvementsMark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-26Add ability to send detailed mailbox info (bug #1690)Mark Spencer
2004-06-26Add peercontext parameter for default outbound context (bug #1929)Mark Spencer
2004-06-26Minor alsa fixes, add "delayreject" option to IAX to implement request of bug...Mark Spencer
2004-06-26Merge source cleanups (bug #1911)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge Steven Davie's IAX2 jitter buffer enhancementsMark Spencer
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-16Remove ancient requirement that ts > 0Mark Spencer
2004-06-15When dialing outbound, if we match a peer name, use it (who really cares?) (b...Mark Spencer
2004-06-14Make meetme operate in linear so as to keep alaw folk happy, minor iax2Mark Spencer
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-09Although I can't think of any scenario that it could result in a race, don't ...Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-06-07Simplify trunk transmission path and remove potential race (bug #1802)Mark Spencer
2004-06-04IAX2 fixup, fix res_monitor sillysegMark Spencer
2004-06-04Enhancements for zaptel+bsd (bug #1781)Mark Spencer
2004-05-30Fix lag in diverging clocks (bug #1696)Mark Spencer
2004-05-25Handle debugging of unknown IE's properlyMark Spencer
2004-05-25Make sure transmitted timestamps are solid on trunks (bug #1713)Mark Spencer
2004-05-25Eliminate useless pass checkingMark Spencer
2004-05-08Allow notransfer to be a global optionMark Spencer
2004-05-06Fix silly typo in iax2 where strlen was used instead of sizeofMark Spencer
2004-05-05include utils.h in chan_iax2.cJames Golovich
2004-05-05Use ast_strlen_zero in chan_iax2.cJames Golovich
2004-05-03Fix compiler warningMark Spencer
2004-05-02Merge Matteo's language setting code for iax2 (bug #1476)Mark Spencer
2004-05-02Provide more fine grained control of sip and iax show peers (bug #1470)Mark Spencer
2004-04-29Bug # 1503: Add Peter's fix to include "accountcode" support to MySQL based I...Malcolm Davenport
2004-04-28Fix potential seg in iax2 from reload when registrations are goingMark Spencer
2004-04-28Fix deadlock in IAX2 trunking, small MGCP fixMark Spencer
2004-04-27Extreme IAX2 trunking performance improvementsMark Spencer
2004-04-26Hold call structure longer iwth find_callnoMark Spencer
2004-04-26Clean up SQL queries (bug #1479)Mark Spencer
2004-04-24Make sure call is valid when handling mini-frame.Mark Spencer
2004-04-23Fix timestamps on IAX2 trunk mode transmit directionMark Spencer
2004-04-22Oops that wasn't quite right. Partially revert changes until real data is col...Mark Spencer