asterisk/asterisk.git
2004-07-14 James GolovichMinor formatting fix from code audit in cli.c
2004-07-14 Mark SpencerMerge remaining audit patch (save dlfcn.c)
2004-07-14 Mark SpencerImprove SIP history
2004-07-14 Mark SpencerIf we get 200 OK back on INVITE after we send CANCEL...
2004-07-14 Mark SpencerAdd missing include (bug #2040)
2004-07-14 Mark SpencerMake parked calls events more consistant (bug #2033)
2004-07-14 Mark SpencerOops forgot one (bug #2038)
2004-07-14 Mark SpencerRemaining rgagnon source audit improvements (bug #2011)
2004-07-14 Mark SpencerMerge rgagnon's pedantic string changes (apps n-z)...
2004-07-14 Mark SpencerMerge rgagnon's pedantic string checks (apps a-m, bug...
2004-07-14 Mark SpencerDon't overwite config files in RPM (bug #2036)
2004-07-14 Jim DixonMade changes to app_rpt.c and rpt.conf, including fully...
2004-07-14 Mark SpencerPublish DIALEDTIME and ANSWEREDTIME in case people...
2004-07-13 Anthony Minessale IIfix compiler warning in res_config_odbc.c
2004-07-13 Mark SpencerUse tohost, not the name of the peer
2004-07-13 Mark SpencerFix silly little seg
2004-07-13 Mark SpencerMake code agree with documentation so you can use sip...
2004-07-12 Jeremy McNamaraattempt to stop lamers from doing inband DTMFon compres...
2004-07-12 Mark SpencerMerge cosmetic fixes from steve
2004-07-12 Mark SpencerFirst pass at properly handling account codes in forwarding
2004-07-09 Mark SpencerJust to be especially nice, only send 100 Trying at...
2004-07-09 Mark SpencerFix silly pbx spool buglet (bug #2007)
2004-07-09 James GolovichFixes from bkw_. Formatting in app_db.c and handle...
2004-07-09 Anthony Minessale IIfix res_config_odbc iax dual peer issue
2004-07-09 Mark SpencerExpire time fix (bug #1996)
2004-07-09 Mark SpencerSwap states early in masquerade process (bug #1987)
2004-07-09 Mark SpencerFix Zap buglet, add support for SIP parking -- doesn...
2004-07-09 Mark SpencerMore strcpy / snprintf as part of rgagnon's audit ...
2004-07-09 Jeremy McNamarafix seg fault condition
2004-07-09 Mark SpencerGive Busy() and Congestion() an optional timeout
2004-07-09 Mark SpencerAdd "skipaftercmd" option to voicemail to move to the...
2004-07-09 Mark SpencerFix provisioning for unload/reload
2004-07-08 James GolovichMassive res_config_odbc.c formatting cleanups from...
2004-07-08 James GolovichMassive code formatting cleanup in res_odbc.c thanks...
2004-07-08 Malcolm DavenportBug # 1973: Change write to ast_carefulwrite
2004-07-08 James GolovichFix *BSD compilation of iax2-provision.c. We should...
2004-07-08 James GolovichCleanup recent manager changes. We have a doc/CODING...
2004-07-08 Mark SpencerDon't free until after externnotify (bug #1993)
2004-07-08 Anthony Minessale IIThis patch allows an event mask to be sent on a manager...
2004-07-08 Mark SpencerRe-fix bug #1977 (bug #1997)
2004-07-08 Malcolm DavenportBug #: 1992. Include priority
2004-07-08 Mark SpencerUse real bind address
2004-07-08 Mark SpencerMerge bkw_'s ODBC patch
2004-07-08 Mark SpencerUse proper bind address
2004-07-08 Mark SpencerExtend bindaddr to RTP connections on SIP (bug #1989...
2004-07-08 Mark SpencerCleanup SIP formatting, strncpy's strncats and global...
2004-07-08 Mark SpencerMake ringing clearer
2004-07-08 Mark SpencerAdd SQLite CDR support (bug #1986)
2004-07-08 Mark SpencerMerge matt's voicemail patch with some restructuring...
2004-07-08 Mark SpencerWhen doing rport, remove the ";rport" before adding...
2004-07-07 Malcolm DavenportTrivial fix for README.messages-expire
2004-07-07 Malcolm DavenportBug #: 1988 Fix compile problem with iax2-provision...
2004-07-07 Mark SpencerCleanups to the ordering of events in dial, don't freak...
2004-07-07 Mark SpencerDeprecate emailtitle since emailsubject is more powerful.
2004-07-07 Mark Spencervoicemail cleanups from rgagnon (bug #1977)
2004-07-07 Mark SpencerAdd IAX provisioning support to Asterisk
2004-07-03 Mark SpencerFix typo in sample config
2004-07-03 James GolovichFix compiler warning because file.h isnt included
2004-07-03 Jeremy McNamaraadd utils.h include. Bug #1965
2004-07-02 Mark SpencerBack out accidental changes by anthm
2004-07-02 Anthony Minessale IIautodial update
2004-07-02 James GolovichMake app_txtcidname.c use ast_strlen_zero and cleanup...
2004-07-02 James GolovichFix TXT lookups so they dont strip off the last 2 chara...
2004-07-01 Mark SpencerFix missing context when calling app_hasvoicemail ...
2004-07-01 Mark SpencerMerge Steven Davies latest jitter buffer patch
2004-07-01 Anthony Minessale IIbring justice to gotoif's always true bug
2004-07-01 James GolovichReverse login on voicemail email sending. Last change...
2004-07-01 James GolovichFix IAX2 registration time. We want to set reg->refres...
2004-06-30 Malcolm DavenportFix stupid typo
2004-06-30 Malcolm DavenportBug #1957. Take two
2004-06-30 Malcolm Davenport"Unfix" Bug 1957...this isn't the solution
2004-06-30 Malcolm DavenportBug # 1957. No more sending e-mails if the address...
2004-06-30 Mark SpencerUse INET_ADDRLEN (bug #1956) (from airport!)
2004-06-30 Mark SpencerRead/Record updates (bug #1947)
2004-06-30 Malcolm DavenportBug #1952: iaxbuf now declared in chan_iax2.c and chan_...
2004-06-30 Mark SpencerMerge Steven Davie's timestamp improvements
2004-06-30 Mark SpencerAdd "show file formats" (courtesy bkw_) and Update...
2004-06-29 Mark SpencerFormatting fixes (bug #1951)
2004-06-29 Mark SpencerMinor formatting fixes for pbx_wilcalu
2004-06-29 James GolovichUse snprintf in __ast_request_and_dial instead of sprintf
2004-06-29 Mark SpencerOne more FreeBSD fix
2004-06-29 Mark SpencerUpdate variable descriptions (bug #1948)
2004-06-29 Mark SpencerRemove duplicate declaration (bug #1950)
2004-06-29 Mark SpencerFreeBSD fix for utils (bug #1949)
2004-06-29 Mark SpencerMake history configurable
2004-06-29 Mark SpencerReport checksum failures as such (bug #1942)
2004-06-29 Mark SpencerDisplay invalid extension when there is one, fix minor...
2004-06-29 Mark SpencerPrefer extensions within a macro to those outside ...
2004-06-29 Mark SpencerDon't build old chan_iax by default (oops)
2004-06-29 Mark SpencerUpdate asterisk spec file (bug #1946)
2004-06-29 Mark SpencerCreate reentrant ast_inet_ntoa and replace all inet_nto...
2004-06-29 Mark SpencerOops (fix typo)
2004-06-29 Mark SpencerPerform deadlock avoidance on initial entry, too
2004-06-29 Mark SpencerPlaceholder for GR303-FXSKS signalling (not yet finished)
2004-06-29 Mark SpencerFix small typo (bug #1945)
2004-06-29 Mark SpencerAvoid potential deadlocks in channel_walk_locked, and...
2004-06-29 James GolovichAdd manager action descriptions for 'Events', 'Logoff...
2004-06-29 Jim DixonMore improvements to app_rpt.c
2004-06-29 James GolovichMore formatting cleanups.
2004-06-29 Mark SpencerMake sure pollres is initialized to 0
next