asterisk/asterisk.git
2004-04-09 James GolovichFix sounds.txt to have extensions for recently included...
2004-04-08 James GolovichAdd sound files for dynamic conf stuff (bug 1026)
2004-04-08 James GolovichAdd ability to do PINs with dynamic conf (bug 1026)
2004-04-08 James GolovichAdd new sounds text for conf mod (bug 1026)
2004-04-08 James GolovichHopefully the last round of removing needlock stuff
2004-04-08 James GolovichRemove more needlock stuff
2004-04-08 James GolovichFree some cli memory
2004-04-08 Mark SpencerTurn off MOH later rather than sooner.
2004-04-08 Ben Kramer updated to work with change by markster: Get rid of...
2004-04-07 Mark SpencerFix SendDTMF which was clearly not even tested before...
2004-04-07 James GolovichRemove extra argument from ast_set_*_format calls
2004-04-07 James GolovichFix command completion and remove compile time warnings
2004-04-07 Mark SpencerAdd sendtext application
2004-04-07 Mark SpencerFirst pass at fixing chan_alsa
2004-04-07 Mark SpencerFix compile warning
2004-04-07 Malcolm DavenportMore changes to Matt's application
2004-04-07 Mark Spencerfix chan_oss for revised queue structure.
2004-04-07 Mark SpencerKeep random data around, we'll need it for certain...
2004-04-07 Mark SpencerRemove double unlock from ast_read
2004-04-07 Mark SpencerDon't say we're unable to find the channel if we're...
2004-04-07 Mark SpencerFix double parking crash (bug #1302)
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-04-06 Malcolm DavenportAdd Matt's option to call an external application when...
2004-04-06 Mark SpencerDon't redefine ast_mutex_init
2004-04-06 Mark SpencerUpdate locking for non-debug mode, too
2004-04-06 Mark SpencerBite the bullet and require RECURSIVE mutexes
2004-04-06 James GolovichInclude inttypes.h in md5.h instead of stdint.h (since...
2004-04-06 Mark SpencerSmall IAX fixes
2004-04-06 Mark SpencerPrint actual hook state in chan_zap
2004-04-06 Mark SpencerBump branch id on INVITE with auth (bug #1313)
2004-04-06 James GolovichRemove size restiction on remote console command comple...
2004-04-06 Mark SpencerAdd "WaitExten" application
2004-04-06 Jeremy McNamaraswap out printf's for ast_verbose
2004-04-05 Mark SpencerDon't translate time for packets with no delivery
2004-04-05 Jeremy McNamaraon outbound calls make sure we use requested codec
2004-04-05 Mark SpencerFix timestamps for codec translations with different...
2004-04-05 James GolovichAllow manager.conf to use port and portno, but log...
2004-04-05 James GolovichMake outgoing call spool only consider # a comment...
2004-04-05 Ben Kramer/ implemented basic group'ing, as per chan_zap
2004-04-05 Mark SpencerSupport some more SIP idiocies
2004-04-05 James GolovichOnly update utime in pbx_spool.c if the file exists
2004-04-05 James GolovichMake pbx_spool update utime with every safe_append
2004-04-04 Mark Spencer603 is a busy too
2004-04-04 Mark SpencerRecognize + as a valid part of a phone number
2004-04-04 Mark SpencerVarious video fixes (bug #688)
2004-04-04 Mark SpencerSave appl and data around exec (bug #1301)
2004-04-04 Mark SpencerFix small SIP issue with SER (bug #1181)
2004-04-04 Mark SpencerClear out delivery fields just in case
2004-04-04 Mark SpencerMerge changes from jcdutton (thanks!)
2004-04-04 Mark SpencerMinor samples updates
2004-04-04 Mark SpencerMake chan_zap allocate a comfortable amount of space...
2004-04-04 Mark SpencerWait a half a second before sending VMWI...
2004-04-04 Mark SpencerProvide more useful debugging on retries and scheddestroy()
2004-04-03 Mark SpencerFix minor typo
2004-04-03 Mark SpencerMerge Mike's updates for agent CDR updates
2004-04-02 Mark SpencerDon't double lock the stream
2004-04-02 Mark SpencerFix generator race (bug #1202)
2004-04-02 Mark SpencerKeep REGISTER dialog open a little longer in case they...
2004-04-02 Mark SpencerWhen going to in-band, be sure to allocate DSP (bug...
2004-04-02 James GolovichMake app_dial complain if the timeout passed is non...
2004-04-02 Mark SpencerUpdate security document, work on threading with pbx...
2004-04-02 Ben Kramer/ updated config file with all available options
2004-04-02 Ben Kramer/ added more samples to the config file, now has sample...
2004-04-01 Mark SpencerExpand SIP opaque buffers, prefer recursive to "error...
2004-03-31 Ben Kramer/ added a note to top of file to have patches sent...
2004-03-31 Mark SpencerFix small typo
2004-03-31 Mark SpencerDon't die on a bad voicemail conf timezone entry (bug...
2004-03-31 Mark SpencerLeave retry time alone, handle "opaque" stuff in message.
2004-03-31 Ben Kramer/ commit of a great deal of changes
2004-03-30 James GolovichChange md5 to use uint32_t instead of uint32
2004-03-30 James GolovichFix md5 on 64bit systems (aside from alpha)
2004-03-30 Malcolm DavenportFix the 'n' option of app_queue. Thanks Mike
2004-03-30 Mark SpencerFix progzone loader
2004-03-30 Mark SpencerIndicate the need to reload without actually reloading...
2004-03-29 Mark SpencerSmall SIP fix, voicemail fix, and some delivery fixes...
2004-03-29 James GolovichGet rid of annoying beeps on remote console
2004-03-28 Mark SpencerAttempt at incrementing branch (or changing it) at...
2004-03-28 Mark SpencerAdd support for Costa Rica to DSP
2004-03-27 Mark SpencerMerge more Sentito contributions (thanks serkan)
2004-03-27 James GolovichMore read/write lock fixes in various modules
2004-03-27 James GolovichFixup read/write locking
2004-03-27 Mark SpencerMake read/write mode have a lock parameter and use...
2004-03-26 James GolovichPick the right location to endian.h based on OS in...
2004-03-26 James GolovichAdd example of using Account in sample.call file
2004-03-26 James GolovichMake chan_vpb.c detect austel busy (bug 545)
2004-03-26 James GolovichAdd manager action 'SetCDRUserField' (bug #1298)
2004-03-26 James GolovichAllow CLI Prompt to be customizable via ASTERISK_PROMPT...
2004-03-25 Mark SpencerUpdate sample sip.conf
2004-03-25 Jeremy McNamaradocument mwi issues for voicemail contexts
2004-03-25 Jeremy McNamaraDocument the maximum length of voicemail email message...
2004-03-25 James GolovichTiny optimization in chan_iax2.c that the compiler...
2004-03-25 Mark SpencerMake sure calculation of time is always > 0...
2004-03-24 Malcolm DavenportBug # 1287: Festival cache string bug fixed
2004-03-24 Mark SpencerReduce volume of hold music to 8k / 4k
2004-03-24 Malcolm DavenportBug # 1108: chan_alsa fixes
2004-03-24 Mark SpencerAllow expiration of several messages to be non-fatal.
2004-03-24 James Golovich*** empty log message ***
2004-03-24 James GolovichActually support the zaptel timing parameters the sampl...
2004-03-24 James GolovichMake cli_complete buffer as large as the one used in...
2004-03-24 Mark SpencerMake FAX enableable/disablabable, fix async goto suppor...
next