asterisk/asterisk.git
2004-05-13 Mark SpencerMake sure we initialize attributes properly on thread...
2004-05-12 Mark SpencerMinor memory cleanups, initialize peer/user invite...
2004-05-12 Jeremy McNamaraTurn off lamp on call completion, code cleanup and...
2004-05-12 Mark SpencerFix FreeBSD compile (bug #1620)
2004-05-12 Mark SpencerMinor cleanups (bug #1618 included)
2004-05-12 Mark SpencerPut sip history stuff in (for real) and provide voicema...
2004-05-11 Mark SpencerRefuse to gethostbyname on a pure integer
2004-05-11 Mark SpencerGerman language improvements (bug #1606)
2004-05-11 Mark SpencerDon't say "re-recording" on CLI.
2004-05-11 Mark SpencerChange "boundary" to be less likely to cause e-mail...
2004-05-11 Mark SpencerIncrease max write size (bug #1601)
2004-05-10 Anthony Minessale IIPatch Submitted by BKW on 5/10/2004 to chan_sip.c
2004-05-10 Mark SpencerAllow characterset to be specified (bug #1598)
2004-05-10 Mark SpencerSet mimetype to lower case (bug #1597)
2004-05-10 Mark SpencerFix missing semicolons in sample configurations (bug...
2004-05-09 Mark SpencerMore minor bkw fixes
2004-05-09 Mark Spencermerge brian's cleanups
2004-05-09 Mark SpencerInclude app.h in senddtmf (bug #1594)
2004-05-09 Mark SpencerAdd SIPUSERAGENT, SIPCALLID, and fix some formatting...
2004-05-09 Mark SpencerFix accidental strlen_zero mistransfer (bug #1592)
2004-05-09 Mark SpencerFix minor formatting problem
2004-05-09 Mark SpencerRemove "jitter"
2004-05-09 Mark SpencerMerge Connor's ringback feature for queue (bug #1560)
2004-05-09 James GolovichAdd new file utils.c, Move ast_gethostbyname to utils.c
2004-05-09 James GolovichMore ast_strlen_zero changes
2004-05-09 James GolovichCode formatting fixes in pbx.c (still more todo)
2004-05-09 James GolovichFix null pointer dereference in app_groupcount.c (bug...
2004-05-08 Mark SpencerShow peers formatting fixes, SIP strlen optimizations...
2004-05-08 Mark SpencerUpdate default astman types for newer newt (bug #1578)
2004-05-08 Mark SpencerAdd Spanish support to say date with format (bug #1583)
2004-05-08 Mark SpencerCopy musicclass to right field (bug #1582)
2004-05-08 Mark SpencerAllow notransfer to be a global option
2004-05-08 Mark SpencerAdd missing unlock (although it shouldn't make a differ...
2004-05-08 James Golovichast_strlen_zero changes
2004-05-07 Mark SpencerDo proper PRI locking in zt_call (not to mention lock...
2004-05-07 James GolovichCode cleanup
2004-05-07 Anthony Minessale IICreated API call ast_dtmf_stream
2004-05-07 Mark SpencerCheck h_addr_list, too
2004-05-07 Mark SpencerCheck that hp->h_addr is not NULL before returning...
2004-05-07 Mark SpencerAdd sip show peers (trivial zap fix, too) bug #1573
2004-05-07 Mark SpencerAdd debugging to failure
2004-05-06 Anthony Minessale IImake channel.c use autoservice_start/stop when playing...
2004-05-06 Mark SpencerAdd "sip show subscriptions" command (bug #1569)
2004-05-06 James GolovichUse ast_strlen_zero in file.c
2004-05-06 James GolovichUse ast_strlen_zero in channel.c
2004-05-06 James GolovichUse ast_strlen_zero in cli.c
2004-05-06 Mark SpencerFix silly typo in iax2 where strlen was used instead...
2004-05-06 James GolovichUse ast_strlen_zero in logger.c
2004-05-06 James GolovichUse ast_strlen_zero in cdr.c
2004-05-06 Mark SpencerAllow global authentication realm to be set (bug #1567)
2004-05-06 Mark SpencerEnhance Spanish and Mexican support (bug #1566) thanks!
2004-05-06 Mark SpencerDon't autodestruct on semi-ack. We'll add it as we...
2004-05-06 Jeremy McNamarafix formatting, from bkw
2004-05-06 Mark SpencerIf user fails host access, search for peers too
2004-05-05 James Golovichinclude utils.h in chan_iax2.c
2004-05-05 James GolovichUse ast_strlen_zero in chan_iax2.c
2004-05-05 James GolovichInclude utils.h in chan_skinny.c
2004-05-05 Jeremy McNamarause ast_strlen_zero
2004-05-05 James GolovichUse ast_strlen_zero in chan_zap.c
2004-05-05 Mark SpencerIgnore dupe packets for RFC2833 (bug #1034)
2004-05-05 Mark SpencerQualify that SIP INFO stuff is real (bug #1558)
2004-05-04 Mark SpencerFix SIP autohangup mishap
2004-05-04 Mark SpencerPrint route when doing sip show channel foo
2004-05-04 Mark SpencerMake sure we don't accidently send weird delivery times...
2004-05-04 Mark Spencerstrlen fixes and don't destroy SIP channels that still...
2004-05-04 Mark SpencerDocumentation fixes (bug #1554).
2004-05-04 Mark SpencerAdd app_groupcount to manage groups
2004-05-04 Mark SpencerMore strlen_zero checks (bug #1549)
2004-05-04 Mark SpencerFix swedish, german, and french support for say number...
2004-05-04 James GolovichChange strlen calls to ast_strlen_zero in callerid.c
2004-05-04 James GolovichChange strlen calls to ast_strlen_zero in pbx.c
2004-05-04 Mark SpencerMore expression fixes (bug #1548 again)
2004-05-04 Mark SpencerClean agi-sphinx-test (bug #1547)
2004-05-04 Mark SpencerUpdate for backwards compatability (bug #1548)
2004-05-03 Jeremy McNamarause ast_stren_zero
2004-05-03 Mark SpencerAdd swedish support, fix german support (bug #1543)
2004-05-03 Mark SpencerUse strlen_zero function in chan_sip (bug #1545)
2004-05-03 Mark SpencerFix compiler warning
2004-05-03 Mark SpencerDon't update route once it's set (bug #1491)
2004-05-03 James GolovichOops, actually use the right variable in channels/Makefile
2004-05-03 James GolovichFix channels/Makefile so USE_MYSQL_FRIENDS implies...
2004-05-03 Mark SpencerAdd "insecure=very" where we don't authenticate peers...
2004-05-03 Mark SpencerMerge slepp's sub-second expiration timer although...
2004-05-03 Mark SpencerInternationalize say_date_time, fix small pbx_config...
2004-05-03 James GolovichChange strlen calls to ast_strlen_zero in voicemail...
2004-05-03 Mark SpencerMake directory spell name if available
2004-05-03 James GolovichAdd include/asterisk/utils.h file. Which includes...
2004-05-03 Mark SpencerMerge BKW's mp3 improvements
2004-05-03 Mark SpencerMerge slepp's REGISTER RFC compliance fixes (bug #1538)
2004-05-03 James GolovichCode formatting cleanup in channel.c
2004-05-03 Mark SpencerAdd SayPhonetic and SayAlpha applications (bug #793)
2004-05-02 James GolovichAdd doc/CODING-GUIDELINES document
2004-05-02 Mark SpencerMerge Tilghman's color patches for the asterisk prompt...
2004-05-02 Mark SpencerLet OSS know how to deal with indication -1
2004-05-02 Mark SpencerOn a reload, don't stop supporting sip if we can't...
2004-05-02 Mark SpencerAdd new "authname" field so we can authenticate BYE...
2004-05-02 Mark SpencerOn incoming call, set peername to username to properly...
2004-05-02 Mark SpencerMerge Matteo's language setting code for iax2 (bug...
2004-05-02 Mark SpencerProvide more fine grained control of sip and iax show...
2004-05-02 Mark SpencerMerge murf's generous expression contributions (bug...
next