summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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
2004-03-16Fix timestamp delivery calculation in IAX... Still might be some mess left...Mark Spencer
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-14Preserve IAX timestampsMark Spencer
2004-03-07Make sure chan_iax.c and chan_iax2.c know the size of G726 framesJames Golovich
2004-03-05Formatting fixupMark Spencer
2004-03-04Set the context properly for a given peerMark Spencer
2004-03-04Add support for parking with IAX2Mark Spencer
2004-02-27Make iax2 compile on *BSDMark Spencer
2004-02-25Add missing include to chan_iax2.cJames Golovich
2004-02-24Add IAX2 firmware upgrade supportMark Spencer
2004-02-18Cleanups to recent changesMark Spencer
2004-02-17Use call numbers instead of pointers in IAX2Mark Spencer
2004-02-11Free mysql resultsMark Spencer
2004-02-11Fix several memory leaksMark Spencer
2004-02-11Fix a couple of memory leaksMark Spencer
2004-02-06Don't free private structure until iax2_hangup is actually calledMark Spencer
2004-02-03Implement REGREL in IAX2Mark Spencer
2004-02-02NetBSD portability enhancements (bug #969)Mark Spencer
2004-02-01Add "iaxcompat" option to allow nested switch statements, still might fail if...Mark Spencer
2004-01-12clean up our mess on unload. Bug #799Jeremy McNamara
2004-01-11Show who sends us bad packetsMark Spencer
2004-01-11Implement missing functionMark Spencer
2004-01-11Locking changes for IAX2Mark Spencer
2004-01-10When poking a peer after registration, release lock temporarilyMark Spencer
2003-12-15Minor cleanupMark Spencer
2003-12-14Fix qualify + registerMark Spencer
2003-12-09Cleanup unload callsMark Spencer
2003-12-08Remove gratuitous raceMark Spencer
2003-12-05Quiet more authentication info if not enabledMark Spencer
2003-12-04Fix PGSQL voicemail issues (bug #625) and fix reload races in iax2Mark Spencer
2003-12-04Add auth debug optionMark Spencer
2003-12-03Don't don't show verbose 3 message when verbose not setMark Spencer
2003-11-17We have to hangup the bridge not continue on AbsoluteTimeoutMartin Pycko
2003-11-17Fix the AbsoluteTimeout issue with IAX/IAX2 when in native modeMartin Pycko
2003-11-15Add date/time to IAX2 registerMark Spencer
2003-11-14Don't try to expire if there is no expireyMark Spencer
2003-11-13Don't reconnect db on reload unless there was a failureMark Spencer