aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster40-263/+226
2004-04-06Add Matt's option to call an external application when a voicemail ismalcolmd2-0/+46
2004-04-06Don't redefine ast_mutex_initmarkster1-1/+0
2004-04-06Update locking for non-debug mode, toomarkster1-6/+11
2004-04-06Bite the bullet and require RECURSIVE mutexesmarkster1-16/+5
2004-04-06Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the ...citats1-1/+1
2004-04-06Small IAX fixesmarkster2-3/+17
2004-04-06Print actual hook state in chan_zapmarkster1-2/+7
2004-04-06Bump branch id on INVITE with auth (bug #1313)markster1-2/+5
2004-04-06Remove size restiction on remote console command completion (bug 1360)citats3-5/+38
2004-04-06Add "WaitExten" applicationmarkster1-0/+19
2004-04-06swap out printf's for ast_verbosejeremy1-29/+29
2004-04-05Don't translate time for packets with no deliverymarkster1-44/+51
2004-04-05on outbound calls make sure we use requested codecjeremy1-17/+18
2004-04-05Fix timestamps for codec translations with different sized framesmarkster1-5/+55
2004-04-05Allow manager.conf to use port and portno, but log that portno is deprecated.citats1-1/+7
2004-04-05Make outgoing call spool only consider # a comment if at the beginning of a l...citats1-3/+7
2004-04-05/ implemented basic group'ing, as per chan_zapbkramer1-1234/+1233
2004-04-05Support some more SIP idiociesmarkster1-3/+28
2004-04-05Only update utime in pbx_spool.c if the file existscitats1-6/+5
2004-04-05Make pbx_spool update utime with every safe_appendcitats1-13/+13
2004-04-04603 is a busy toomarkster1-0/+1
2004-04-04Recognize + as a valid part of a phone numbermarkster1-1/+1
2004-04-04Various video fixes (bug #688)markster1-3/+6
2004-04-04Save appl and data around exec (bug #1301)markster1-2/+13
2004-04-04Fix small SIP issue with SER (bug #1181)markster1-1/+1
2004-04-04Clear out delivery fields just in casemarkster1-0/+4
2004-04-04Merge changes from jcdutton (thanks!)markster1-329/+311
2004-04-04Minor samples updatesmarkster1-6/+5
2004-04-04Make chan_zap allocate a comfortable amount of space for VMWImarkster1-1/+1
2004-04-04Wait a half a second before sending VMWI...markster1-0/+3
2004-04-04Provide more useful debugging on retries and scheddestroy()markster1-1/+3
2004-04-03Fix minor typomarkster1-1/+1
2004-04-03Merge Mike's updates for agent CDR updatesmarkster2-7/+13
2004-04-02Don't double lock the streammarkster1-2/+4
2004-04-02Fix generator race (bug #1202)markster1-7/+20
2004-04-02Keep REGISTER dialog open a little longer in case they don't get our 200 OK r...markster1-2/+4
2004-04-02When going to in-band, be sure to allocate DSP (bug #1336)markster1-1/+12
2004-04-02Make app_dial complain if the timeout passed is non numericcitats1-3/+7
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesmarkster3-18/+32
2004-04-02/ updated config file with all available optionsbkramer1-0/+16
2004-04-02/ added more samples to the config file, now has samples for all boardsbkramer1-4/+37
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...markster2-6/+6
2004-03-31/ added a note to top of file to have patches sent to support@voicetronix.com.aubkramer1-0/+6
2004-03-31Fix small typomarkster1-1/+1
2004-03-31Don't die on a bad voicemail conf timezone entry (bug #1326)markster1-9/+14
2004-03-31Leave retry time alone, handle "opaque" stuff in message.markster2-4/+15
2004-03-31/ commit of a great deal of changesbkramer1-448/+973
2004-03-30Change md5 to use uint32_t instead of uint32citats1-13/+13
2004-03-30Fix md5 on 64bit systems (aside from alpha)citats1-8/+4