summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-06Add Matt's option to call an external application when a voicemail isMalcolm Davenport
2004-04-06Don't redefine ast_mutex_initMark Spencer
2004-04-06Update locking for non-debug mode, tooMark Spencer
2004-04-06Bite the bullet and require RECURSIVE mutexesMark Spencer
2004-04-06Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the ...James Golovich
2004-04-06Small IAX fixesMark Spencer
2004-04-06Print actual hook state in chan_zapMark Spencer
2004-04-06Bump branch id on INVITE with auth (bug #1313)Mark Spencer
2004-04-06Remove size restiction on remote console command completion (bug 1360)James Golovich
2004-04-06Add "WaitExten" applicationMark Spencer
2004-04-06swap out printf's for ast_verboseJeremy McNamara
2004-04-05Don't translate time for packets with no deliveryMark Spencer
2004-04-05on outbound calls make sure we use requested codecJeremy McNamara
2004-04-05Fix timestamps for codec translations with different sized framesMark Spencer
2004-04-05Allow manager.conf to use port and portno, but log that portno is deprecated.James Golovich
2004-04-05Make outgoing call spool only consider # a comment if at the beginning of a l...James Golovich
2004-04-05/ implemented basic group'ing, as per chan_zapBen Kramer
2004-04-05Support some more SIP idiociesMark Spencer
2004-04-05Only update utime in pbx_spool.c if the file existsJames Golovich
2004-04-05Make pbx_spool update utime with every safe_appendJames Golovich
2004-04-04603 is a busy tooMark Spencer
2004-04-04Recognize + as a valid part of a phone numberMark Spencer
2004-04-04Various video fixes (bug #688)Mark Spencer
2004-04-04Save appl and data around exec (bug #1301)Mark Spencer
2004-04-04Fix small SIP issue with SER (bug #1181)Mark Spencer
2004-04-04Clear out delivery fields just in caseMark Spencer
2004-04-04Merge changes from jcdutton (thanks!)Mark Spencer
2004-04-04Minor samples updatesMark Spencer
2004-04-04Make chan_zap allocate a comfortable amount of space for VMWIMark Spencer
2004-04-04Wait a half a second before sending VMWI...Mark Spencer
2004-04-04Provide more useful debugging on retries and scheddestroy()Mark Spencer
2004-04-03Fix minor typoMark Spencer
2004-04-03Merge Mike's updates for agent CDR updatesMark Spencer
2004-04-02Don't double lock the streamMark Spencer
2004-04-02Fix generator race (bug #1202)Mark Spencer
2004-04-02Keep REGISTER dialog open a little longer in case they don't get our 200 OK r...Mark Spencer
2004-04-02When going to in-band, be sure to allocate DSP (bug #1336)Mark Spencer
2004-04-02Make app_dial complain if the timeout passed is non numericJames Golovich
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesMark Spencer
2004-04-02/ updated config file with all available optionsBen Kramer
2004-04-02/ added more samples to the config file, now has samples for all boardsBen Kramer
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...Mark Spencer
2004-03-31/ added a note to top of file to have patches sent to support@voicetronix.com.auBen Kramer
2004-03-31Fix small typoMark Spencer
2004-03-31Don't die on a bad voicemail conf timezone entry (bug #1326)Mark Spencer
2004-03-31Leave retry time alone, handle "opaque" stuff in message.Mark Spencer
2004-03-31/ commit of a great deal of changesBen Kramer
2004-03-30Change md5 to use uint32_t instead of uint32James Golovich
2004-03-30Fix md5 on 64bit systems (aside from alpha)James Golovich
2004-03-30Fix the 'n' option of app_queue. Thanks MikeMalcolm Davenport