aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-13importing files for 1.2.7.1 releasev1.2.7.1kpfleming3-0/+1892
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.7.1@19816 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Creating tag for the release of asterisk-1.2.7.1kpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.7.1@19815 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13oops... let's not set a variable and then immediately overwrite it while ↵kpfleming1-4/+4
assuming its old value will magically return git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19812 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Bug 6957 - variable names beginning with CALLERID weren't substituted correctlytilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19768 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAILtilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19397 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQLtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19394 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11don't create a 'voicemail' symlink in the sounds directory; app_voicemail ↵kpfleming1-2/+0
has not needed it since January of 2005 (issue #6613) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19353 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Bug 6097 - possible descriptor leaktilghman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19351 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11don't call the originating device as part of the Page() operation (issue #6932)kpfleming1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11simplify spy queue flushing logic, and always force a flush when one side ↵kpfleming1-42/+35
gets full, even if the other side is not empty (issue #6457) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19347 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11don't destroy the entire dialplan during 'reload', just atomically replace ↵kpfleming1-2/+1
it like 'extensions reload' does (issue #6047) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Minor linked lists bug fix. When you're dealing with swapping entries around ↵file1-0/+1
a lot it can cause a seg fault. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11handle call time limit properly when warning is requested _after_ call would ↵kpfleming1-1/+16
hae already ended (issue #6356) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19301 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11 When using the silence detector in ast_play_and_record() and ↵bweschke2-5/+3
ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@19008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-10 Don't say that we can pass an 'exten' argument in the documentation of ↵bweschke1-1/+1
Park() when we really cannot. #6902 (opsys) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18866 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-08Bug 6914 - .txt file fails to rename on operator outtilghman1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18494 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07Bug 6913 - fix for possible buffer overflowtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07- Fix cause codesoej1-2/+3
- Add cause code for incompatible formats git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18260 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07- Fix possible minor memory leak in chan_sipoej1-2/+5
- Return proper cause code on memory allocation error git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06fix typokpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06small fix... don't try to check conference details if it couldn't be created ↵kpfleming1-12/+14
or found git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn ↵kpfleming1-5/+20
the user when they attempt to use them (issue #6675) update application help text to more clearly define when Zaptel and chan_zap are required git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06move continue out of block that checks verbose level (issue #6880)russell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17945 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Update email address to my Digium onefile1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17905 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-05Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit ↵file1-4/+10
(issue #6647 reported by casper) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17702 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-05Issue #6654: Enum crash on ADDRESS record, possibly bad record, but still a ↵oej2-2/+4
crash git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04Issue #6878 - Unhide DNDstate manager events (thanks casper)oej1-6/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17367 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)oej1-25/+23
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-04Adds documentation to show what the w flag.mogorman1-1/+1
Patch from Ian Kinner at Digium. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17283 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03Issue 6870 - document that parking lots need to be numericoej1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03Issue #6848 take two - Use the tag provided by the SUBSCRIBE request when ↵oej1-2/+6
sending NOTIFY git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17147 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03Ugly patch to avoid hangup causes in non-final responsesoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@17074 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-31move a NULL check to before the first time the pointer is dereferenced ↵russell1-2/+2
(issue #6832) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16771 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-31fix the situation where bindport is specified but bindaddr is not (issue #6616)russell1-20/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16744 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-31ensure that hint watchers (subscribers) cannot be added or removed while the ↵kpfleming1-6/+21
dialplan is being modified git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16742 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing colontilghman1-5/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16581 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Bug 6849 - trivial typo fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16579 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Add another check for 64-bit goodness (issue #6850 reported by evilbunny)file1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Do not exceed the array size for maximum allowed moh files. (issue #6842)file1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16534 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Set initial value on adsiparkoej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Typo fix.oej1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Typo (Issue 6839, casper)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in ↵tilghman3-2/+5
API approved by Russell) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16192 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Bug 6835 - Updates to GotoIf help texttilghman1-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16082 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29tell unsetenv for solaris to return the result of the setenv callrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29Issue #6823oej1-1/+1
- Portability issue with the registration port number patch from yesterday. Be compatible with more systems than OS/X :-) Thanks Rizzo for the advice. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15898 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-29ensure that list traversal loops which skip entries properly update the ↵kpfleming1-1/+2
'previous entry' pointer so when entries _are_ removed the list does not get damaged git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15896 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28backport astmm + sparch fixes from the trunkrussell3-10/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15743 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28fix Bus Error on sparc (issue #6354)russell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15703 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28Fix breakage of NAT support for peers with qualify=yes.oej1-1/+1
Thanks Damin for access to your system, sorry folks. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@15699 f38db490-d61c-443f-a65b-d21fe96a405b