summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-16add iLBC optimizations from bkwJeremy McNamara
2004-05-16add new file README.h323 to help lower the signal-to-noise ratioJeremy McNamara
2004-05-16Timely packet removal and make valgrind happyMark Spencer
2004-05-16add ./configure for the thick headed who can't read documentation...wait will...Jeremy McNamara
2004-05-16Improve handling of multiple CANCEL requestsMark Spencer
2004-05-16Add indications for ChileMark Spencer
2004-05-16try to enable ringback on H.323->SIP calls (bug #1645) and clean up code a li...Jeremy McNamara
2004-05-16Make sure that we have the sin_family set to AF_INET for FreeBSDMark Spencer
2004-05-15Add Taiwan support (bug #1599)Mark Spencer
2004-05-15Don't worry about tones we can't send (bug #1652)Mark Spencer
2004-05-15Fix timezone handling for FreeBSDMark Spencer
2004-05-15Don't call out an FXO until at least 2 seconds after it was hungup.Mark Spencer
2004-05-15FreeBSD compile fix (bug #1655)Mark Spencer
2004-05-15Fix typo in outgoing rfc2833 handling (bug #1646)Mark Spencer
2004-05-15Fix a couple of small typos (bug #1648)Mark Spencer
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update codi...Mark Spencer
2004-05-15Fix logic in gethostbyname_r (bug #1634)Mark Spencer
2004-05-14/ fixed up coding style to recommenedBen Kramer
2004-05-13Really fix ast_gethostbynameMark Spencer
2004-05-13Add polish support to say.c (bug #1629)Mark Spencer
2004-05-13Add taiwanese support for saynumber/datetime (bug #1615)Mark Spencer
2004-05-13Update documentation of asterisk -h (bug #1622)Mark Spencer
2004-05-13Better document SIP (bug #1603)Mark Spencer
2004-05-13Lose all the "auth" stuff since we don't use it (bug #1627)Mark Spencer
2004-05-13Add events for join/leave (bug #1625)Mark Spencer
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)Mark Spencer
2004-05-13Make sure we initialize attributes properly on thread (bug #1563)Mark Spencer
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalMark Spencer
2004-05-12Turn off lamp on call completion, code cleanup and a couple other minor bug f...Jeremy McNamara
2004-05-12Fix FreeBSD compile (bug #1620)Mark Spencer
2004-05-12Minor cleanups (bug #1618 included)Mark Spencer
2004-05-12Put sip history stuff in (for real) and provide voicemail context (when not d...Mark Spencer
2004-05-11Refuse to gethostbyname on a pure integerMark Spencer
2004-05-11German language improvements (bug #1606)Mark Spencer
2004-05-11Don't say "re-recording" on CLI.Mark Spencer
2004-05-11Change "boundary" to be less likely to cause e-mail conflicts (bug #1602)Mark Spencer
2004-05-11Increase max write size (bug #1601)Mark Spencer
2004-05-10Patch Submitted by BKW on 5/10/2004 to chan_sip.cAnthony Minessale II
2004-05-10Allow characterset to be specified (bug #1598)Mark Spencer
2004-05-10Set mimetype to lower case (bug #1597)Mark Spencer
2004-05-10Fix missing semicolons in sample configurations (bug #1596)Mark Spencer
2004-05-09More minor bkw fixesMark Spencer
2004-05-09merge brian's cleanupsMark Spencer
2004-05-09Include app.h in senddtmf (bug #1594)Mark Spencer
2004-05-09Add SIPUSERAGENT, SIPCALLID, and fix some formatting (bug #1593)Mark Spencer
2004-05-09Fix accidental strlen_zero mistransfer (bug #1592)Mark Spencer
2004-05-09Fix minor formatting problemMark Spencer
2004-05-09Remove "jitter"Mark Spencer
2004-05-09Merge Connor's ringback feature for queue (bug #1560)Mark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich