aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...markster1-3/+11
2004-08-21Save CID and switches in "save dialplan" command (bug #2279)markster1-5/+32
2004-08-08Merge BSD stack size work (bug #2067)markster3-7/+9
2004-07-14Merge remaining audit patch (save dlfcn.c)markster3-8/+8
2004-07-09Fix silly pbx spool buglet (bug #2007)markster1-1/+1
2004-06-29Minor formatting fixes for pbx_wilcalumarkster1-43/+52
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats3-3/+1
2004-06-21Use ' instead of " for quoting in extensions.conf (bug #1872)markster1-2/+2
2004-06-14Cleanup formattingcitats1-1/+1
2004-06-14Cleanup formattingcitats1-1/+1
2004-06-14Cleanup formattingcitats1-17/+15
2004-06-14Allow escaping of commas as well as ability to use quotes (bug #1826)markster1-6/+32
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster2-2/+2
2004-05-08ast_strlen_zero changescitats1-4/+5
2004-05-03Internationalize say_date_time, fix small pbx_config seglet (bug #1537)markster1-1/+1
2004-05-01Fix 'remove extension' completioncitats1-5/+3
2004-04-26More select/poll updates for various applicationsmarkster1-4/+4
2004-04-05Make outgoing call spool only consider # a comment if at the beginning of a l...citats1-3/+7
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-03-31Leave retry time alone, handle "opaque" stuff in message.markster1-3/+0
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actimarkster1-8/+45
2004-03-15Update spool file times after we close the file (bug 1018)citats1-5/+5
2004-02-23Fix some comments in pbx.c and pbx_config.ccitats1-1/+1
2004-01-31Fix add include (bug #966) and small update to bug 890markster1-5/+5
2004-01-28Various minor cleanups (bug #931)markster2-3/+4
2004-01-28Save global variables across "save dialplan" (bug #426)markster1-0/+17
2004-01-12revert half fixed bug (426)jeremy1-20/+0
2004-01-12Add ww's improved syslog support (bug #587)markster1-0/+20
2003-12-03scanf != sscanfmarkster1-1/+1
2003-11-23Ignore leading spaces before applicationmarkster1-0/+1
2003-11-23Be less picky about spaces, and recognize invalid prioritiesmarkster1-6/+15
2003-11-17Fix a typomartinp1-1/+1
2003-10-26Make it build and run on MacOS Xmarkster1-3/+3
2003-10-25Verify includes, and give warnings if invalid (bug #429)markster1-0/+4
2003-10-25Add DESTDIR support (bug #200)markster1-1/+1
2003-10-01Pass accountcode to outgoing spool call when originated with Context&Extensio...martinp1-2/+6
2003-09-29Fix some printfs to debugsmarkster1-16/+14
2003-09-10Fix small logic errors (bug #242)markster1-1/+1
2003-09-08BSD portability enhancements (bug #234)markster2-2/+2
2003-08-25Merge james's patch (bug #7)markster1-1/+1
2003-08-19depend stuffmarkster1-0/+2
2003-08-15Asterisk:markster1-2/+2
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster2-8/+8
2003-08-03Remember they have to be zero filledmarkster1-1/+5
2003-08-03Allow extension names, include context, and switches to use global variablesmarkster1-4/+9
2003-08-03Allow globals in extensions.conf to reference previous variablesmarkster1-1/+3
2003-07-14Add the possibility to delete all the contexts registered by a certain regist...martinp1-1/+1
2003-07-14Add a safe way to reload extensions config (don't change/delete the current e...martinp1-1/+25