aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2007-02-08Merged revisions 53529 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r53529 | tilghman | 2007-02-08 07:36:10 -0600 (Thu, 08 Feb 2007) | 2 lines Issue 9003 - If fullname is empty, quote() passes back "\"" ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53530 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-07Directly load say.conf in load_module instead of calling the reload ↵file1-1/+1
function. (issue #8946 reported by junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53399 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-07Merged revisions 53354 via svnmerge from tilghman1-2/+10
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r53354 | tilghman | 2007-02-07 09:30:02 -0600 (Wed, 07 Feb 2007) | 2 lines Issue 7440 - Macro called from Macro from the h extension exits prematurely ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53355 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-05Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by ↵file1-1/+1
junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-05Unregister Playback CLI commands as well as dialplan application. (issue ↵file1-0/+2
#8946 reported by junky) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53150 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-03Merged revisions 53133 via svnmerge from russell1-4/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r53133 | russell | 2007-02-03 14:38:13 -0600 (Sat, 03 Feb 2007) | 4 lines set the DIALSTATUS variable to contain "INVALIDARGS" when the dial application exits early because of invalid arguments instead of just leaving it empty. (issue #8975) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53136 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-02 I'm baaaaaaaaaack. :)bweschke1-0/+4
Post a warning to the console that things might possibly be misconfigured when queue member's states are still 'Not in Use' when we're about to bridge them with a caller from queue. Also, put some documentation quoted from oej's queues.txt efforts started in /trunk today. This commit puts #7433 into feedback state for 1.4, and pending no further negative feedback, it will finally be closed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53129 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01Change debug level for state change message that is not really informative ↵oej1-1/+1
when debugging app_queue git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53081 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Merged revisions 53045 via svnmerge from russell3-0/+7
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r53045 | russell | 2007-01-31 15:25:11 -0600 (Wed, 31 Jan 2007) | 3 lines Fix a bunch of places where pthread_attr_init() was called, but pthread_attr_destroy() was not. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53046 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Remove an extra \r\n from manager user events. (issue #8955, mnicholson)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53042 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Only changed the paused status in an existing queue member if the pausedrussell1-1/+2
column exists. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53037 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31Instead of always creating a realtime queue member as unpaused, read therussell1-3/+12
"paused" column and use that value for the paused status of the member. (issue #8949, jmls) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53035 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Merged revisions 52716 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52716 | file | 2007-01-29 18:39:39 -0500 (Mon, 29 Jan 2007) | 2 lines Now that filename is part of the structure and since it comes before postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52717 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Use ast_calloc instead of malloc.file1-4/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52572 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via ↵murf1-2/+55
7663. But it wasn't so much an enhancement as a fix for the bad language output for portuguese in Brazil, so, after a lot of prodding from patient Brazilians, here is the same fix for 1.4 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52535 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Set quota information to 0 when creating a vm_state. (issue #8924 reported ↵file1-0/+2
by neutrino88) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52523 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-27Merged revisions 52415 via svnmerge from file1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52415 | file | 2007-01-26 21:09:10 -0500 (Fri, 26 Jan 2007) | 2 lines Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentation. (issue #7677 reported by amilcar) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52416 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25Merged revisions 52162 via svnmerge from file1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r52162 | file | 2007-01-24 20:48:52 -0500 (Wed, 24 Jan 2007) | 2 lines Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52163 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-25By suggestion from kpfleming last week, change "vmpassword" to "vmsecret".russell1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52160 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-75/+50
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52049 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24Merged revisions 51828 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51828 | russell | 2007-01-23 18:17:50 -0600 (Tue, 23 Jan 2007) | 4 lines Don't set a new value for the END_ variable on the channel before using the old value. If you do, it will lead to accessing a memory address that has been free()'d. (issue #8895, arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51829 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Merged revisions 51406 via svnmerge from file1-27/+32
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51406 | file | 2007-01-22 14:08:52 -0500 (Mon, 22 Jan 2007) | 2 lines Move filestream creation to Mixmonitor loop. This will prevent a blank file from being created if no frames ever pass through to be recorded. (issue #7589 reported by steve_mcneil) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51407 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-20Remove an unused instance of an unnamed enum.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51343 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Remove another duplicated definitionrussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51341 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-19Remove a variable that was declared twice.russell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51339 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-44/+88
Issue 8832, patch(es) by tgrman git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51265 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Only start timeout once we reach the end of the files to play back.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51251 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-18Build the IMAP remote directory string better and properly. Fix an issue ↵file1-8/+18
with encoding the GSM voicemail when attaching to the voicemail. (issue #8808 reported by akohlsmith) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51213 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17re-add "password" for realtime voicemailqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51186 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-17a few more coding style cleanups and one bug fix (from AnthonyL)kpfleming1-22/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51176 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Fix an issue with IMAP storage and realtime voicemail.qwell1-0/+34
Also update the vmdb sql script for IMAP specific options. Issue 8819, initial patches by bsmithurst (slightly modified by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51167 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51158 via svnmerge from tilghman1-5/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51158 | tilghman | 2007-01-16 15:26:06 -0600 (Tue, 16 Jan 2007) | 2 lines Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8513) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51159 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16minor things i missed before i get jumped onmogorman1-8/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51150 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Patch allows for changing voicemail password in users.conf from voicemail ↵mogorman1-119/+77
main, written by AnthonyL bug #8436 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51030 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-15Merged revisions 50946 via svnmerge from mogorman1-4/+8
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r50946 | mogorman | 2007-01-15 14:44:53 -0600 (Mon, 15 Jan 2007) | 4 lines Solves issue with forwarding voicemails from folders other than inbox. patch by anthonyl. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50957 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merge speech-multi branch which adds support for joining multiple sound ↵file1-28/+25
files together to be played one after another in SpeechBackground. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50433 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50295 via svnmerge from file1-5/+15
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50295 | file | 2007-01-09 23:51:06 -0500 (Tue, 09 Jan 2007) | 2 lines Add another return value to dial_exec_full that indicates execution is going to continuing at a new extension/context/priority and to just let it slide. (issue #8598 reported by jon) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50298 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-09Merged revisions 50150 via svnmerge from tilghman1-2/+24
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50150 | tilghman | 2007-01-09 07:30:04 -0600 (Tue, 09 Jan 2007) | 4 lines The advent of realtime has enabled people to use commas in the fullname field. This could cause an issue with sending voicemails, when the field is unquoted. (Issue 8595) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50151 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Fix an issue with voicemail and users.conf, where it wouldn't ever parse a ↵qwell1-1/+1
password, since it was using "secret" instead of "password" Issue 8761, reported by and patch suggestion from ssokol. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50098 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08we can't unlock a channel if we cant find it. - AnthonyL bug #8741mogorman1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50073 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-07Merged revisions 49833 via svnmerge from tilghman1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r49833 | tilghman | 2007-01-07 15:43:10 -0600 (Sun, 07 Jan 2007) | 2 lines If openstream fails, then we crash (Issue 8564) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49834 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ↵kpfleming4-33/+33
cases git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49676 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-04Merged revisions 49447 via svnmerge from mogorman1-56/+55
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r49447 | mogorman | 2007-01-04 11:45:16 -0600 (Thu, 04 Jan 2007) | 2 lines converted a lot of 256 to PATH_MAX and some white space fixes. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49459 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-04Merged revisions 49412 via svnmerge from mogorman1-4/+4
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r49412 | mogorman | 2007-01-04 10:48:43 -0600 (Thu, 04 Jan 2007) | 3 lines good catch russell sorry i missed that. fix magic number with proper sizeof ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49413 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-03Merged revisions 49354 via svnmerge from mogorman1-7/+33
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r49354 | mogorman | 2007-01-03 17:22:47 -0600 (Wed, 03 Jan 2007) | 6 lines When using ODBC_STORAGE VoicemailMain doesn't create the subdirectories for a mailbox such as the INBOX directory. this patch solves that problem, was written by anthony be-125 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49355 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-26Get rid of a needless memory allocation and only create a conference ↵file1-10/+6
structure in find_conf_realtime if data was read from realtime. (issue #8669 reported by robl) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48966 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-20vms doesn't exist on non-IMAP storage builds.file1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-19Pass 'vms' pointer to record_and_review so it is then passed to the IMAP ↵file1-13/+12
store file function. (issue #8614 reported by punknow) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48596 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-19Merged revisions 48584 via svnmerge from file1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48584 | file | 2006-12-19 16:10:26 -0500 (Tue, 19 Dec 2006) | 2 lines Free localuser structure when we fail to dial (issue #8612 reported by rizzo) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48585 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-19fix a bogus datalen in the frames generated by app_smsrizzo1-1/+1
(causing noisy output if you listen to the output!) This affects trunk as well, whereas 1.2 is ok. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48583 f38db490-d61c-443f-a65b-d21fe96a405b