aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Collapse)AuthorFilesLines
2004-08-21Save CID and switches in "save dialplan" command (bug #2279)markster1-5/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3630 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-08Merge BSD stack size work (bug #2067)markster3-7/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3596 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge remaining audit patch (save dlfcn.c)markster3-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3436 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-09Fix silly pbx spool buglet (bug #2007)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3416 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29Minor formatting fixes for pbx_wilcalumarkster1-43/+52
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3358 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats3-3/+1
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3276 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-21Use ' instead of " for quoting in extensions.conf (bug #1872)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3257 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Cleanup formattingcitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3213 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Cleanup formattingcitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3212 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Cleanup formattingcitats1-17/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3211 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-14Allow escaping of commas as well as ability to use quotes (bug #1826)markster1-6/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3209 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3202 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3176 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-08ast_strlen_zero changescitats1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2921 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Internationalize say_date_time, fix small pbx_config seglet (bug #1537)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2871 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-01Fix 'remove extension' completioncitats1-5/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2838 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-26More select/poll updates for various applicationsmarkster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2762 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-05Make outgoing call spool only consider # a comment if at the beginning of a ↵citats1-3/+7
line or following whitespace (bug 1346) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2625 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-05Only update utime in pbx_spool.c if the file existscitats1-6/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2621 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-05Make pbx_spool update utime with every safe_appendcitats1-13/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2619 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-31Leave retry time alone, handle "opaque" stuff in message.markster1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2589 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actimarkster1-8/+45
ve (bug #1018) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2505 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-15Update spool file times after we close the file (bug 1018)citats1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2431 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-23Fix some comments in pbx.c and pbx_config.ccitats1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2223 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-31Fix add include (bug #966) and small update to bug 890markster1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2103 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-28Various minor cleanups (bug #931)markster2-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2087 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-28Save global variables across "save dialplan" (bug #426)markster1-0/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2084 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-12revert half fixed bug (426)jeremy1-20/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1974 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-12Add ww's improved syslog support (bug #587)markster1-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1973 f38db490-d61c-443f-a65b-d21fe96a405b
2003-12-03scanf != sscanfmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1816 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-23Ignore leading spaces before applicationmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1784 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-23Be less picky about spaces, and recognize invalid prioritiesmarkster1-6/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1783 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-17Fix a typomartinp1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1761 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-26Make it build and run on MacOS Xmarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1673 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Verify includes, and give warnings if invalid (bug #429)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1667 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Add DESTDIR support (bug #200)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1664 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-01Pass accountcode to outgoing spool call when originated with ↵martinp1-2/+6
Context&Extension&Priority git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1597 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-29Fix some printfs to debugsmarkster1-16/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1582 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-10Fix small logic errors (bug #242)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1494 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-08BSD portability enhancements (bug #234)markster2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1486 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-25Merge james's patch (bug #7)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1432 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-19depend stuffmarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1375 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-15Asterisk:markster1-2/+2
#72 - Should eliminate probs on VMWI #41 - Dynamic add survives reload #73 - Make festival honor its arguments #93 - Make events on FXO interfaces more logical #26 - Prefer "bindaddr" to logical address for registrations ??? - Record crashes AGI git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1338 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster2-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1310 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-03Remember they have to be zero filledmarkster1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1257 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-03Allow extension names, include context, and switches to use global variablesmarkster1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1256 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-03Allow globals in extensions.conf to reference previous variablesmarkster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1255 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-14Add the possibility to delete all the contexts registered by a certain ↵martinp1-1/+1
registrar with ast_merge_and_delete routine; make it the default behaviour when reloding extensions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1187 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-14Add a safe way to reload extensions config (don't change/delete the current ↵martinp1-1/+25
extenions until extensions.conf was parsed and the new set of extensions is created) and add "extensions reload" CLI command so we could reload only extensions.conf config file without touching config files of other modules git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1183 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-30Save dialplan in new formatmarkster1-4/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1065 f38db490-d61c-443f-a65b-d21fe96a405b