]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
19 years ago Fix playback behavior to exit correctly when we receive a hangup during playback...
BJ Weschke [Sun, 7 May 2006 13:38:11 +0000 (13:38 +0000)] 
 Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25322 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Reset the value of ast_mainpid if we fork so future remote unix connections display...
BJ Weschke [Sun, 7 May 2006 12:48:09 +0000 (12:48 +0000)] 
 Reset the value of ast_mainpid if we fork so future remote unix connections display the correct PID. #7098 (tzafrir reporting)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25288 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agore-add a couple of lines that I shouldn't have removed in the previous commit.
Russell Bryant [Sat, 6 May 2006 02:32:23 +0000 (02:32 +0000)] 
re-add a couple of lines that I shouldn't have removed in the previous commit.
I think I should be going to bed now ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25165 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix a problem where the frame's data pointer is overwritten by the newly
Russell Bryant [Sat, 6 May 2006 02:25:48 +0000 (02:25 +0000)] 
fix a problem where the frame's data pointer is overwritten by the newly
allocated data buffer before the data can be copied from it.  This is in
the ast_frisolate() function which is rarely used.  (issue #6732, stefankroon)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25160 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that the appropriate manager events are sent in all of the places where
Russell Bryant [Sat, 6 May 2006 00:05:27 +0000 (00:05 +0000)] 
ensure that the appropriate manager events are sent in all of the places where
alarms are detected or cleared (issue #6866, flefoll)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25123 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoupdate chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, casper)
Russell Bryant [Fri, 5 May 2006 20:49:53 +0000 (20:49 +0000)] 
update chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, casper)
This was fixed a couple months ago in the trunk, but never in 1.2.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25015 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Voicemail fixes along with an API change approved by russellb to fix the bug(s)...
BJ Weschke [Fri, 5 May 2006 20:44:53 +0000 (20:44 +0000)] 
 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25014 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agouse the correct function name ...
Russell Bryant [Fri, 5 May 2006 17:39:03 +0000 (17:39 +0000)] 
use the correct function name ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24911 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agouse pbx_checkcondition() instead of ast_true() to evaluate the condition
Russell Bryant [Fri, 5 May 2006 14:44:50 +0000 (14:44 +0000)] 
use pbx_checkcondition() instead of ast_true() to evaluate the condition
for MacroIf and WhileIf (issue #7086)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24837 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 7023 - reload should not unpause members
Tilghman Lesher [Thu, 4 May 2006 16:27:20 +0000 (16:27 +0000)] 
Bug 7023 - reload should not unpause members

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24706 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Make sure that only the "|" is a recognized delimiter for Verbose(), as the app...
BJ Weschke [Thu, 4 May 2006 11:17:13 +0000 (11:17 +0000)] 
 Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24669 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Correct application documentation to make users aware that certain options cannot...
BJ Weschke [Wed, 3 May 2006 20:58:10 +0000 (20:58 +0000)] 
 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24567 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix up "make rpm"
Russell Bryant [Wed, 3 May 2006 18:31:20 +0000 (18:31 +0000)] 
fix up "make rpm"
- don't reference the gzipped man page, because we don't store them
  compressed anymore
- add some files that currently were not listed
(issue #6837)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24496 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #7074 - Problem with long contact lines
Olle Johansson [Wed, 3 May 2006 12:39:55 +0000 (12:39 +0000)] 
Issue #7074 - Problem with long contact lines

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24381 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Make certain ast_stopstream() sets the channel's stream members to NULL after closin...
BJ Weschke [Tue, 2 May 2006 19:39:50 +0000 (19:39 +0000)] 
 Make certain ast_stopstream() sets the channel's stream members to NULL after closing them. #7067 (jcomellas)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24295 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoPrompt does not request '#' to end input, so the application should not require it
Tilghman Lesher [Tue, 2 May 2006 02:12:52 +0000 (02:12 +0000)] 
Prompt does not request '#' to end input, so the application should not require it

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24097 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6864 - drop realtime priority on ALL external processes
Tilghman Lesher [Mon, 1 May 2006 20:44:24 +0000 (20:44 +0000)] 
Bug 6864 - drop realtime priority on ALL external processes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24019 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Correct a condition from the prior patch that could happen in rare circumstances...
BJ Weschke [Mon, 1 May 2006 19:34:29 +0000 (19:34 +0000)] 
 Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23988 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Make sure that when someone 0's out while recording a msg and then chooses to DELETE...
BJ Weschke [Mon, 1 May 2006 19:26:43 +0000 (19:26 +0000)] 
 Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23985 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoadd missing locking of the dialplan functions list in the "show functions"
Russell Bryant [Mon, 1 May 2006 15:12:32 +0000 (15:12 +0000)] 
add missing locking of the dialplan functions list in the "show functions"
CLI command

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23951 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix this to actually compile so people can learn from it
Kevin P. Fleming [Mon, 1 May 2006 10:45:42 +0000 (10:45 +0000)] 
fix this to actually compile so people can learn from it

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23899 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoeliminate compiler warning
Kevin P. Fleming [Mon, 1 May 2006 10:45:24 +0000 (10:45 +0000)] 
eliminate compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23898 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoremove a pointless comparison, since the buffer is smaller than the length being...
Kevin P. Fleming [Sun, 30 Apr 2006 15:46:22 +0000 (15:46 +0000)] 
remove a pointless comparison, since the buffer is smaller than the length being checked for

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23705 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoallow top-level OPTIMIZE setting to affect builds in these subdirectories too
Kevin P. Fleming [Sun, 30 Apr 2006 14:27:56 +0000 (14:27 +0000)] 
allow top-level OPTIMIZE setting to affect builds in these subdirectories too

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23673 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agolet the compiler determine whether hardware or software floating point should be...
Kevin P. Fleming [Sun, 30 Apr 2006 13:55:59 +0000 (13:55 +0000)] 
let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23638 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoremove extraneous -m64 flag that is not needed
Kevin P. Fleming [Sun, 30 Apr 2006 13:38:22 +0000 (13:38 +0000)] 
remove extraneous -m64 flag that is not needed
remove old 'look' target which is no longer needed
(these are coming from Debian patches <G>)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23636 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that the script output is correctly generated when the system's character...
Kevin P. Fleming [Sun, 30 Apr 2006 11:19:04 +0000 (11:19 +0000)] 
ensure that the script output is correctly generated when the system's character set does not use the English lowercase/uppercase character groups

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23580 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodo installation in subdirs as a separate target (so external modules can use the...
Kevin P. Fleming [Sat, 29 Apr 2006 11:40:04 +0000 (11:40 +0000)] 
do installation in subdirs as a separate target (so external modules can use the Makefile more easily)
generate final messages -after- running any post-install script that may be present

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23305 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agonote that group assignments must be from 0 to 63 (issue #7048)
Russell Bryant [Fri, 28 Apr 2006 16:40:32 +0000 (16:40 +0000)] 
note that group assignments must be from 0 to 63 (issue #7048)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23176 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoQueue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 reported...
Joshua Colp [Thu, 27 Apr 2006 19:11:47 +0000 (19:11 +0000)] 
Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue #7044 reported nathan fixed by jsmith - sort of)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22954 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix buglet in channel reassignment on SETUP_ACK
Matthew Fredrickson [Thu, 27 Apr 2006 16:12:46 +0000 (16:12 +0000)] 
Fix buglet in channel reassignment on SETUP_ACK

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22866 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodo not allow for users to forward voicemail to
Matt O'Gorman [Wed, 26 Apr 2006 19:18:55 +0000 (19:18 +0000)] 
do not allow for users to forward voicemail to
themselves, patch from 7001

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22596 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoRolling back change until kpfleming is comfy
Tilghman Lesher [Fri, 21 Apr 2006 22:39:10 +0000 (22:39 +0000)] 
Rolling back change until kpfleming is comfy

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22113 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 7004 - release all threads waiting on a condition prior to freeing it
Tilghman Lesher [Fri, 21 Apr 2006 22:12:26 +0000 (22:12 +0000)] 
Bug 7004 - release all threads waiting on a condition prior to freeing it

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22112 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agosupport system-specific scripts in safe_asterisk, before starting Asterisk proper
Kevin P. Fleming [Wed, 19 Apr 2006 21:10:41 +0000 (21:10 +0000)] 
support system-specific scripts in safe_asterisk, before starting Asterisk proper

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21638 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6553 - plug memory leaks when ODBC connection is down
Tilghman Lesher [Wed, 19 Apr 2006 18:43:17 +0000 (18:43 +0000)] 
Bug 6553 - plug memory leaks when ODBC connection is down

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21597 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoproperly handle brace-wrapped strings in variable/function references in the dialplan
Kevin P. Fleming [Tue, 18 Apr 2006 23:31:10 +0000 (23:31 +0000)] 
properly handle brace-wrapped strings in variable/function references in the dialplan

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21237 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6984 - off by one error in Random()
Tilghman Lesher [Tue, 18 Apr 2006 06:26:04 +0000 (06:26 +0000)] 
Bug 6984 - off by one error in Random()

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21037 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6544 - when we remove a music class, the thread servicing it should die
Tilghman Lesher [Mon, 17 Apr 2006 17:00:16 +0000 (17:00 +0000)] 
Bug 6544 - when we remove a music class, the thread servicing it should die

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@20966 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agouncomment files that actually do exist (oops)
Kevin P. Fleming [Fri, 14 Apr 2006 17:21:09 +0000 (17:21 +0000)] 
uncomment files that actually do exist (oops)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@20037 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoupdate text to match actual prompts being distributed (thanks to Kinsey in the suppor...
Kevin P. Fleming [Fri, 14 Apr 2006 17:00:32 +0000 (17:00 +0000)] 
update text to match actual prompts being distributed (thanks to Kinsey in the support department for reviewing all the prompts!)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@20034 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes
Tilghman Lesher [Thu, 13 Apr 2006 20:37:50 +0000 (20:37 +0000)] 
Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19891 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agooops... let's not set a variable and then immediately overwrite it while assuming...
Kevin P. Fleming [Thu, 13 Apr 2006 17:40:21 +0000 (17:40 +0000)] 
oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19812 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6957 - variable names beginning with CALLERID weren't substituted correctly
Tilghman Lesher [Thu, 13 Apr 2006 15:56:35 +0000 (15:56 +0000)] 
Bug 6957 - variable names beginning with CALLERID weren't substituted correctly

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19768 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL
Tilghman Lesher [Tue, 11 Apr 2006 22:39:59 +0000 (22:39 +0000)] 
Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19397 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL
Tilghman Lesher [Tue, 11 Apr 2006 22:24:46 +0000 (22:24 +0000)] 
Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19394 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't create a 'voicemail' symlink in the sounds directory; app_voicemail has not...
Kevin P. Fleming [Tue, 11 Apr 2006 21:58:47 +0000 (21:58 +0000)] 
don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not needed it since January of 2005 (issue #6613)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19353 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6097 - possible descriptor leak
Tilghman Lesher [Tue, 11 Apr 2006 21:55:51 +0000 (21:55 +0000)] 
Bug 6097 - possible descriptor leak

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19351 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't call the originating device as part of the Page() operation (issue #6932)
Kevin P. Fleming [Tue, 11 Apr 2006 21:50:18 +0000 (21:50 +0000)] 
don't call the originating device as part of the Page() operation (issue #6932)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19348 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agosimplify spy queue flushing logic, and always force a flush when one side gets full...
Kevin P. Fleming [Tue, 11 Apr 2006 21:35:52 +0000 (21:35 +0000)] 
simplify spy queue flushing logic, and always force a flush when one side gets full, even if the other side is not empty (issue #6457)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't destroy the entire dialplan during 'reload', just atomically replace it like...
Kevin P. Fleming [Tue, 11 Apr 2006 21:14:42 +0000 (21:14 +0000)] 
don't destroy the entire dialplan during 'reload', just atomically replace it like 'extensions reload' does (issue #6047)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19345 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMinor linked lists bug fix. When you're dealing with swapping entries around a lot...
Joshua Colp [Tue, 11 Apr 2006 20:46:38 +0000 (20:46 +0000)] 
Minor linked lists bug fix. When you're dealing with swapping entries around a lot it can cause a seg fault.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19303 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agohandle call time limit properly when warning is requested _after_ call would hae...
Kevin P. Fleming [Tue, 11 Apr 2006 20:11:01 +0000 (20:11 +0000)] 
handle call time limit properly when warning is requested _after_ call would hae already ended (issue #6356)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19301 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago When using the silence detector in ast_play_and_record() and ast_play_and_prepend...
BJ Weschke [Tue, 11 Apr 2006 01:05:01 +0000 (01:05 +0000)] 
 When using the silence detector in ast_play_and_record() and 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: https://origsvn.digium.com/svn/asterisk/branches/1.2@19008 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Don't say that we can pass an 'exten' argument in the documentation of Park() when...
BJ Weschke [Mon, 10 Apr 2006 17:29:51 +0000 (17:29 +0000)] 
 Don't say that we can pass an 'exten' argument in the documentation of Park() when we really cannot. #6902 (opsys)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18866 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6914 - .txt file fails to rename on operator out
Tilghman Lesher [Sat, 8 Apr 2006 19:20:45 +0000 (19:20 +0000)] 
Bug 6914 - .txt file fails to rename on operator out

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18494 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6913 - fix for possible buffer overflow
Tilghman Lesher [Fri, 7 Apr 2006 22:07:38 +0000 (22:07 +0000)] 
Bug 6913 - fix for possible buffer overflow

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18436 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago- Fix cause codes
Olle Johansson [Fri, 7 Apr 2006 14:16:41 +0000 (14:16 +0000)] 
- Fix cause codes
- Add cause code for incompatible formats

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18260 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago- Fix possible minor memory leak in chan_sip
Olle Johansson [Fri, 7 Apr 2006 13:47:32 +0000 (13:47 +0000)] 
- Fix possible minor memory leak in chan_sip
- Return proper cause code on memory allocation error

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18250 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix typo
Kevin P. Fleming [Thu, 6 Apr 2006 22:15:20 +0000 (22:15 +0000)] 
fix typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18089 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agosmall fix... don't try to check conference details if it couldn't be created or found
Kevin P. Fleming [Thu, 6 Apr 2006 22:09:54 +0000 (22:09 +0000)] 
small fix... don't try to check conference details if it couldn't be created or found

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@18088 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user...
Kevin P. Fleming [Thu, 6 Apr 2006 22:04:58 +0000 (22:04 +0000)] 
don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn 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: https://origsvn.digium.com/svn/asterisk/branches/1.2@18087 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agomove continue out of block that checks verbose level (issue #6880)
Russell Bryant [Thu, 6 Apr 2006 17:24:25 +0000 (17:24 +0000)] 
move continue out of block that checks verbose level (issue #6880)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17945 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUpdate email address to my Digium one
Joshua Colp [Thu, 6 Apr 2006 17:00:10 +0000 (17:00 +0000)] 
Update email address to my Digium one

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17905 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUnlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issue #6647...
Joshua Colp [Wed, 5 Apr 2006 20:01:19 +0000 (20:01 +0000)] 
Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issue #6647 reported by casper)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17702 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6654: Enum crash on ADDRESS record, possibly bad record, but still a crash
Olle Johansson [Wed, 5 Apr 2006 06:50:35 +0000 (06:50 +0000)] 
Issue #6654: Enum crash on ADDRESS record, possibly bad record, but still a crash

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17489 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6878 - Unhide DNDstate manager events (thanks casper)
Olle Johansson [Tue, 4 Apr 2006 18:28:14 +0000 (18:28 +0000)] 
Issue #6878 - Unhide DNDstate manager events (thanks casper)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17367 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)
Olle Johansson [Tue, 4 Apr 2006 17:59:18 +0000 (17:59 +0000)] 
Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17335 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdds documentation to show what the w flag.
Matt O'Gorman [Tue, 4 Apr 2006 15:24:50 +0000 (15:24 +0000)] 
Adds documentation to show what the w flag.
Patch from Ian Kinner at Digium.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17283 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue 6870 - document that parking lots need to be numeric
Olle Johansson [Mon, 3 Apr 2006 20:38:11 +0000 (20:38 +0000)] 
Issue 6870 - document that parking lots need to be numeric

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17150 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6848 take two - Use the tag provided by the SUBSCRIBE request when sending...
Olle Johansson [Mon, 3 Apr 2006 20:22:21 +0000 (20:22 +0000)] 
Issue #6848 take two - Use the tag provided by the SUBSCRIBE request when sending NOTIFY

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17147 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUgly patch to avoid hangup causes in non-final responses
Olle Johansson [Mon, 3 Apr 2006 17:49:17 +0000 (17:49 +0000)] 
Ugly patch to avoid hangup causes in non-final responses

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17074 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agomove a NULL check to before the first time the pointer is dereferenced (issue #6832)
Russell Bryant [Fri, 31 Mar 2006 19:11:26 +0000 (19:11 +0000)] 
move a NULL check to before the first time the pointer is dereferenced (issue #6832)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16771 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix the situation where bindport is specified but bindaddr is not (issue #6616)
Russell Bryant [Fri, 31 Mar 2006 18:42:09 +0000 (18:42 +0000)] 
fix the situation where bindport is specified but bindaddr is not (issue #6616)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16744 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that hint watchers (subscribers) cannot be added or removed while the dialplan...
Kevin P. Fleming [Fri, 31 Mar 2006 18:24:22 +0000 (18:24 +0000)] 
ensure that hint watchers (subscribers) cannot be added or removed while the dialplan is being modified

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16742 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6853 - Manager fixes: 1) extra ActionID, 2) missing colon
Tilghman Lesher [Thu, 30 Mar 2006 22:56:35 +0000 (22:56 +0000)] 
Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing colon

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16581 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6849 - trivial typo fix
Tilghman Lesher [Thu, 30 Mar 2006 22:46:06 +0000 (22:46 +0000)] 
Bug 6849 - trivial typo fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16579 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoAdd another check for 64-bit goodness (issue #6850 reported by evilbunny)
Joshua Colp [Thu, 30 Mar 2006 21:44:03 +0000 (21:44 +0000)] 
Add another check for 64-bit goodness (issue #6850 reported by evilbunny)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16559 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoDo not exceed the array size for maximum allowed moh files. (issue #6842)
Joshua Colp [Thu, 30 Mar 2006 17:55:28 +0000 (17:55 +0000)] 
Do not exceed the array size for maximum allowed moh files. (issue #6842)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16534 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoSet initial value on adsipark
Olle Johansson [Thu, 30 Mar 2006 01:34:53 +0000 (01:34 +0000)] 
Set initial value on adsipark

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16346 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoTypo fix.
Olle Johansson [Thu, 30 Mar 2006 01:28:41 +0000 (01:28 +0000)] 
Typo fix.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16344 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoTypo (Issue 6839, casper)
Olle Johansson [Thu, 30 Mar 2006 00:28:59 +0000 (00:28 +0000)] 
Typo (Issue 6839, casper)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16303 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API appro...
Tilghman Lesher [Wed, 29 Mar 2006 19:11:18 +0000 (19:11 +0000)] 
Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16192 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6835 - Updates to GotoIf help text
Tilghman Lesher [Wed, 29 Mar 2006 14:10:23 +0000 (14:10 +0000)] 
Bug 6835 - Updates to GotoIf help text

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16082 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agotell unsetenv for solaris to return the result of the setenv call
Russell Bryant [Wed, 29 Mar 2006 04:15:11 +0000 (04:15 +0000)] 
tell unsetenv for solaris to return the result of the setenv call

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@16008 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6823
Olle Johansson [Wed, 29 Mar 2006 00:58:49 +0000 (00:58 +0000)] 
Issue #6823
- 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: https://origsvn.digium.com/svn/asterisk/branches/1.2@15898 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that list traversal loops which skip entries properly update the 'previous...
Kevin P. Fleming [Wed, 29 Mar 2006 00:32:10 +0000 (00:32 +0000)] 
ensure that list traversal loops which skip entries properly update the 'previous entry' pointer so when entries _are_ removed the list does not get damaged

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15896 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agobackport astmm + sparch fixes from the trunk
Russell Bryant [Tue, 28 Mar 2006 20:22:05 +0000 (20:22 +0000)] 
backport astmm + sparch fixes from the trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15743 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix Bus Error on sparc (issue #6354)
Russell Bryant [Tue, 28 Mar 2006 19:47:03 +0000 (19:47 +0000)] 
fix Bus Error on sparc (issue #6354)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15703 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix breakage of NAT support for peers with qualify=yes.
Olle Johansson [Tue, 28 Mar 2006 19:07:34 +0000 (19:07 +0000)] 
Fix breakage of NAT support for peers with qualify=yes.
Thanks Damin for access to your system, sorry folks.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15699 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix the order in which for loops are expanded (issue #6810)
Russell Bryant [Tue, 28 Mar 2006 18:09:05 +0000 (18:09 +0000)] 
fix the order in which for loops are expanded (issue #6810)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15658 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6815 - Adding quotes to make bash happy
Tilghman Lesher [Tue, 28 Mar 2006 17:48:18 +0000 (17:48 +0000)] 
Bug 6815 - Adding quotes to make bash happy

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15615 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6736 - Use flags for OPTION messages. Thanks Casper!
Olle Johansson [Mon, 27 Mar 2006 23:45:31 +0000 (23:45 +0000)] 
Issue #6736 - Use flags for OPTION messages. Thanks Casper!

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15381 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6597 - sip show registry shows incorrect port
Olle Johansson [Mon, 27 Mar 2006 23:29:55 +0000 (23:29 +0000)] 
Issue #6597 - sip show registry shows incorrect port

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15376 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6409 - Use "s" extension when there's no username in the URI
Olle Johansson [Mon, 27 Mar 2006 22:50:41 +0000 (22:50 +0000)] 
Issue #6409 - Use "s" extension when there's no username in the URI

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@15366 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6601 - More configuration abilities for the RH init script
Tilghman Lesher [Sat, 25 Mar 2006 05:07:52 +0000 (05:07 +0000)] 
Bug 6601 - More configuration abilities for the RH init script

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14868 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)
Tilghman Lesher [Sat, 25 Mar 2006 05:01:16 +0000 (05:01 +0000)] 
Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14830 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6783 - When context is specified, voicemail should look for mailboxes in that...
Tilghman Lesher [Sat, 25 Mar 2006 04:09:04 +0000 (04:09 +0000)] 
Bug 6783 - When context is specified, voicemail should look for mailboxes in that context

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14821 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agouse the correct variable in an error message (issue #6791)
Russell Bryant [Fri, 24 Mar 2006 14:48:11 +0000 (14:48 +0000)] 
use the correct variable in an error message (issue #6791)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14704 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Fix a typo in the app description
BJ Weschke [Fri, 24 Mar 2006 04:53:42 +0000 (04:53 +0000)] 
 Fix a typo in the app description

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14659 65c4cc65-6c06-0410-ace0-fbb531ad65f3