aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-05git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25016 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05move ExecIf from app_while.c to app_exec.c (issue #7094, north)russell2-51/+52
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25013 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Adding documentation about API change approved in order to fix bug(s).bweschke1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Minor documentation change regarding authentication. (issue #6644)file1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24982 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke3-33/+70
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24981 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05re-add the initialization of the scheduled item's time to 0. I had removedrussell1-4/+11
this because I checked the sched_alloc function to use calloc instead of malloc, so I thought it was no longer necessary. However, the sched structures are cached, and cached values will have the old values in them, so this still needs to be done. Also, wrap the scheduler debug code to only happen if option_debug is enabled. It spits out a ton of output so it's nice to be able to enable/disable it during runtime. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24950 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24912 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05convert the list of scheduled items in a scheduler context to use therussell1-71/+63
list macros. Also, use ast_calloc instead of malloc in one place git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24910 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05use ast_malloc instead of mallocrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24880 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Added option far_alerting. This option makes it possible to generate a ↵crichter6-6/+49
Ringing on other channels if they feel that they should have inband ringing, but there is non in reality. I need this due to the fact that asterisk has not the possibility to transmit progress indicators thus chan_sip and others do not know wether they should generate a Rining tone themselves if they receive AST_CONTROL_RINGING.. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24879 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05constify the argument to pbx_checkconditionrussell3-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05oops :)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24876 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Merged revisions 24837 via svnmerge from russell2-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24837 | russell | 2006-05-05 10:44:50 -0400 (Fri, 05 May 2006) | 3 lines use pbx_checkcondition() instead of ast_true() to evaluate the condition for MacroIf and WhileIf (issue #7086) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24838 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05- formatting fixesrussell1-10/+18
- don't declare a variable in the middle of a block - keep track of the result of registration functions in load_module() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 New manager action SendDTMF #6682 (squinky86)bweschke2-0/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24776 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 #6991. Take 3. (casper)bweschke1-19/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24775 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 Another adjustment for #6991 (casper)bweschke1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 ast_play_and_prepend and ast_play_and_record cleanup #6991 (casper)bweschke1-245/+67
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04Merged revisions 24706 via svnmerge from tilghman1-14/+47
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24706 | tilghman | 2006-05-04 11:27:20 -0500 (Thu, 04 May 2006) | 2 lines Bug 7023 - reload should not unpause members ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04Merged revisions 24669 via svnmerge from bweschke1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24669 | bweschke | 2006-05-04 06:17:13 -0500 (Thu, 04 May 2006) | 3 lines Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24670 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the ↵tilghman1-18/+76
new res_odbc git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Fix "o'clock" from being said twice in French. #6900 (casper)bweschke1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24640 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Documentation / whitespace fix.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Optionally record audio of the page command for re-pages/playback. #6827 ↵bweschke1-3/+8
(JeffSaxe) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24638 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)bweschke2-7/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the ↵bweschke2-1/+32
CHANNEL() function git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24621 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Correct call parking behavior when there is no courtesytone specified. ↵bweschke1-1/+4
#6306 (murf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24605 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Merged revisions 24567 via svnmerge from bweschke1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24567 | bweschke | 2006-05-03 15:58:10 -0500 (Wed, 03 May 2006) | 3 lines Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24604 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Make sure that callers kicked from queue because of joinempty and ↵bweschke2-1/+11
leavewhenempty have an event logged with regard to the reason for their departure. #6559 (Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by ↵bweschke2-3/+9
queue members. #7038 (alphaqueue) w/documentation mods added git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ↵bweschke2-0/+6
on bad queue members. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in ↵bweschke3-14/+108
queues.conf.sample and UPGRADE.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03suppress a compiler warningrussell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24534 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Merged revisions 24496 via svnmerge from russell1-1/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r24496 | russell | 2006-05-03 14:31:20 -0400 (Wed, 03 May 2006) | 6 lines 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: http://svn.digium.com/svn/asterisk/trunk@24497 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03remove variable declarations in the middle of two blocks.rizzo1-31/+20
While at it, normalize the surrounding code. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03remove useless variables, and argument checks for functionsrizzo1-11/+6
that can safely handle a NULL argument. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03document that ast_cdr_answer is happy with a NULL argumentrizzo1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03no point in clearing a local variable just before returnrizzo1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24462 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03more simplificationsrizzo2-398/+391
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24460 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03consistent rule for goto...rizzo2-265/+264
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24431 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03remove another useless nonterminalrizzo2-609/+590
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24430 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03remove a useless nonterminalrizzo2-419/+399
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24429 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03more simplificationsrizzo2-219/+211
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24428 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03remove more shift-reduce conflictsrizzo2-207/+195
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24427 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03remove a redundant rulerizzo2-495/+459
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03reduce shift/reduce warningsrizzo2-573/+552
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24425 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03simplify case_statementsrizzo2-467/+446
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24424 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03switch statement in one placerizzo2-298/+300
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way ↵file1-250/+238
get_from_jb and expire_registry works to get rid of certain crash scenarios. Finally - change the way expire_registry works when realtime autoclear is enabled to be a bit more efficient. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24422 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03common syntax for context namerizzo2-308/+292
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24421 f38db490-d61c-443f-a65b-d21fe96a405b