aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update codi...markster4-344/+313
2004-05-15Fix logic in gethostbyname_r (bug #1634)markster1-1/+1
2004-05-14/ fixed up coding style to recommenedbkramer2-71/+171
2004-05-13Really fix ast_gethostbynamemarkster1-1/+1
2004-05-13Add polish support to say.c (bug #1629)markster1-0/+312
2004-05-13Add taiwanese support for saynumber/datetime (bug #1615)markster1-0/+435
2004-05-13Update documentation of asterisk -h (bug #1622)markster1-13/+14
2004-05-13Better document SIP (bug #1603)markster1-51/+238
2004-05-13Lose all the "auth" stuff since we don't use it (bug #1627)markster1-20/+8
2004-05-13Add events for join/leave (bug #1625)markster1-0/+19
2004-05-13Add linear file generator, CIRCQ emulation for BSD (bug #1626)markster3-0/+109
2004-05-13Make sure we initialize attributes properly on thread (bug #1563)markster1-0/+4
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalmarkster2-16/+20
2004-05-12Turn off lamp on call completion, code cleanup and a couple other minor bug f...jeremy1-154/+143
2004-05-12Fix FreeBSD compile (bug #1620)markster1-2/+2
2004-05-12Minor cleanups (bug #1618 included)markster2-4/+2
2004-05-12Put sip history stuff in (for real) and provide voicemail context (when not d...markster2-11/+171
2004-05-11Refuse to gethostbyname on a pure integermarkster1-1/+14
2004-05-11German language improvements (bug #1606)markster2-69/+449
2004-05-11Don't say "re-recording" on CLI.markster1-2/+5
2004-05-11Change "boundary" to be less likely to cause e-mail conflicts (bug #1602)markster1-1/+1
2004-05-11Increase max write size (bug #1601)markster1-1/+1
2004-05-10Patch Submitted by BKW on 5/10/2004 to chan_sip.canthm2-2/+2
2004-05-10Allow characterset to be specified (bug #1598)markster2-2/+7
2004-05-10Set mimetype to lower case (bug #1597)markster1-1/+1
2004-05-10Fix missing semicolons in sample configurations (bug #1596)markster1-6/+6
2004-05-09More minor bkw fixesmarkster1-1/+2
2004-05-09merge brian's cleanupsmarkster1-4/+9
2004-05-09Include app.h in senddtmf (bug #1594)markster1-0/+1
2004-05-09Add SIPUSERAGENT, SIPCALLID, and fix some formatting (bug #1593)markster2-79/+120
2004-05-09Fix accidental strlen_zero mistransfer (bug #1592)markster1-2/+2
2004-05-09Fix minor formatting problemmarkster1-1/+1
2004-05-09Remove "jitter"markster1-4/+2
2004-05-09Merge Connor's ringback feature for queue (bug #1560)markster1-6/+22
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats8-139/+144
2004-05-09More ast_strlen_zero changescitats13-56/+63
2004-05-09Code formatting fixes in pbx.c (still more todo)citats1-53/+55
2004-05-09Fix null pointer dereference in app_groupcount.c (bug 1588)citats1-1/+1
2004-05-08Show peers formatting fixes, SIP strlen optimizations, and using ACL for loca...markster2-32/+65
2004-05-08Update default astman types for newer newt (bug #1578)markster2-6/+6
2004-05-08Add Spanish support to say date with format (bug #1583)markster1-0/+192
2004-05-08Copy musicclass to right field (bug #1582)markster1-1/+1
2004-05-08Allow notransfer to be a global optionmarkster1-4/+6
2004-05-08Add missing unlock (although it shouldn't make a difference)markster1-0/+1
2004-05-08ast_strlen_zero changescitats4-9/+13
2004-05-07Do proper PRI locking in zt_call (not to mention lock the zt_pvt structure it...markster1-1/+22
2004-05-07Code cleanupcitats3-154/+147
2004-05-07Created API call ast_dtmf_streamanthm4-125/+184
2004-05-07Check h_addr_list, toomarkster1-1/+1
2004-05-07Check that hp->h_addr is not NULL before returning success (bug #1576)markster1-1/+1