summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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
2004-04-22Make trunking and timestamps palce nicelyMark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-21Select user by more logical grounds when no user is specified (bug #1458, sorta)Mark Spencer
2004-04-20Fix pingtime calculation in bridge optimized modeMark Spencer
2004-04-19Always give real timestamps on IAX ping/pong messagesMark Spencer
2004-04-18Make 'iax2 show users' print key if a key is used (bug 1253)James Golovich
2004-04-14Clean up timestamps on IAX2Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-06Small IAX fixesMark Spencer
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-25Tiny optimization in chan_iax2.c that the compiler wouldJames Golovich
2004-03-25Make sure calculation of time is always > 0...Mark Spencer
2004-03-23Check to make sure opendir works in chan_iax2.c (bug 1283)James Golovich
2004-03-23Unlock the owner when we're done (duh!)Mark Spencer
2004-03-23Hold owner lock when changing codecsMark Spencer
2004-03-21Fix some small typos in commentsJames Golovich
2004-03-20Round offset timestamps to nearest 20ms to clean up numbers.Mark Spencer
2004-03-19Just to be on the safe side, don't update timestamps against anything but voi...Mark Spencer
2004-03-19Don't use hard timestamps for non-voice frames.Mark Spencer