aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-28Fix deadlock in IAX2 trunking, small MGCP fixmarkster1-5/+7
2004-04-27Extreme IAX2 trunking performance improvementsmarkster1-110/+187
2004-04-26Hold call structure longer iwth find_callnomarkster1-1/+2
2004-04-26Clean up SQL queries (bug #1479)markster1-2/+2
2004-04-24Make sure call is valid when handling mini-frame.markster1-30/+32
2004-04-23Fix timestamps on IAX2 trunk mode transmit directionmarkster1-4/+11
2004-04-22Oops that wasn't quite right. Partially revert changes until real data is col...markster1-8/+0
2004-04-22Make trunking and timestamps palce nicelymarkster1-0/+8
2004-04-22gethostbyname isn't reentrant, who knew...markster1-4/+4
2004-04-21Select user by more logical grounds when no user is specified (bug #1458, sorta)markster1-2/+37
2004-04-20Fix pingtime calculation in bridge optimized modemarkster1-1/+1
2004-04-19Always give real timestamps on IAX ping/pong messagesmarkster1-7/+16
2004-04-18Make 'iax2 show users' print key if a key is used (bug 1253)citats1-3/+10
2004-04-14Clean up timestamps on IAX2markster1-7/+31
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-17/+11
2004-04-06Small IAX fixesmarkster1-2/+16
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-3/+3
2004-03-25Tiny optimization in chan_iax2.c that the compiler wouldcitats1-4/+2
2004-03-25Make sure calculation of time is always > 0...markster1-2/+4
2004-03-23Check to make sure opendir works in chan_iax2.c (bug 1283)citats1-8/+11
2004-03-23Unlock the owner when we're done (duh!)markster1-0/+1
2004-03-23Hold owner lock when changing codecsmarkster1-5/+15
2004-03-21Fix some small typos in commentscitats1-2/+2
2004-03-20Round offset timestamps to nearest 20ms to clean up numbers.markster1-2/+8
2004-03-19Just to be on the safe side, don't update timestamps against anything but voi...markster1-1/+1
2004-03-19Don't use hard timestamps for non-voice frames.markster1-1/+1
2004-03-16Fix timestamp delivery calculation in IAX... Still might be some mess left...markster1-9/+12
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-3/+5
2004-03-14Preserve IAX timestampsmarkster1-8/+21
2004-03-07Make sure chan_iax.c and chan_iax2.c know the size of G726 framescitats1-0/+1
2004-03-05Formatting fixupmarkster1-1/+1
2004-03-04Set the context properly for a given peermarkster1-0/+2
2004-03-04Add support for parking with IAX2markster1-10/+98
2004-02-27Make iax2 compile on *BSDmarkster1-0/+1
2004-02-25Add missing include to chan_iax2.ccitats1-0/+1
2004-02-24Add IAX2 firmware upgrade supportmarkster1-4/+278
2004-02-18Cleanups to recent changesmarkster1-3/+2