aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-08 Fix situation for when there is no monitor_option defined, but there is a ↵bweschke1-3/+4
monitor_exec defined. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25487 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08use ast_channel_(un)lockrussell1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25450 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08added managerevent meetmemute with status on or off.mogorman1-0/+10
patch provided by bug 6811, with modifications for api. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25447 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08remove a check of the result from ast_mutex_lockrussell1-7/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25446 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported ↵file1-2/+2
and fixed by nathan) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25444 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 - convert the lists of switches to use the linked list macrosrussell2-147/+74
- remove some checks of the result of ast_mutex_lock, since it is not necessary (this would be a good project to add to the janitor projects list). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08woohoo asterdevcon first commit, adds feature to mogorman1-0/+66
cli for agents, show agents online , patch from bug 7096 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25441 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08remove an XXX commentrussell2-2/+9
- we can't use ast_true here because non-empty strings would no longer be evaluated as true document the return values of pbx_checkcondition() in doxygen format git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25411 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08VIDUPDATE does not matter during playback.markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25385 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08in PTMP TE we should set the free state for the B-Channel if we ignore an ↵crichter1-0/+2
incoming call git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25384 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07add the asterisk copyright header, doxygen header, and tweak the formattingrussell1-9/+30
of the included strsep to match our coding guidelines git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07- use ast_calloc instead of malloc+memsetrussell1-11/+6
- conver one malloc to ast_malloc git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25356 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Merged revisions 25322 via svnmerge from bweschke1-3/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25322 | bweschke | 2006-05-07 09:38:11 -0400 (Sun, 07 May 2006) | 3 lines Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Merged revisions 25288 via svnmerge from bweschke1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25288 | bweschke | 2006-05-07 08:48:09 -0400 (Sun, 07 May 2006) | 3 lines Reset the value of ast_mainpid if we fork so future remote unix connections display the correct PID. #7098 (tzafrir reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25289 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07various menuselect fixes as a result of boredom during a 9 hour flight andrussell2-96/+155
now a 9 hour layover ... - If a module is disabled from being built because of failed dependencies or a conflict, automatically re-enable the module if the issues are later resolved. - If a module has been disabled by default, only set this value if there is not an existing menuselect.makeopts file. Previously, this value would get reset every time you ran menuselect. - staticize a bunch of functions and variables that aren't public git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Minor AJAM fixupsmarkster2-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25260 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06 Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)bweschke2-163/+133
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25234 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06Typo fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25206 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06fix a problem where the frame's data pointer is overwritten by the newlyrussell1-8/+12
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: http://svn.digium.com/svn/asterisk/trunk@25164 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25162 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06add Polish language support to Voicemail, with some minor modifications thatrussell2-30/+398
include formatting fixes, making it so variables aren't declared in the middle of a block, and various other little code cleanups (issue #6970, supczinskib) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25159 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06Merged revisions 25123 via svnmerge from russell1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25123 | russell | 2006-05-05 20:05:27 -0400 (Fri, 05 May 2006) | 3 lines 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: http://svn.digium.com/svn/asterisk/trunk@25124 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05modify the handling of the new temporary greeting reminder feature so thatrussell1-11/+12
it works for any language git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25096 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for installing other init scripts, other than just the redhatrussell1-6/+24
version. (issue #7093, initial patch by froguz, extended by north) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25095 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg ↵bweschke1-1/+1
instead of LOG_WARNING as this only has relevance to developers trying to resolve a possible problem. #6949 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ↵bweschke3-20/+164
recording queue member conversations with callers. #7084 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05document the return value of gettag()russell1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25063 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05fix the return value of gettag() to only return the pointer to the providedrussell1-1/+2
tag buffer if the tag was actually found. There is code that checks to see if this result is non-zero to determine whether the tag was found or not. (issue #7092, mikma) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05minor code optimizations to reduce the number of times that the ast_framerussell3-29/+39
and ast_trans_pvt pointers have to be dereferenced (issue #7069, Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25059 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for having the user reminded that their temporary greetingrussell4-9/+32
is still set (issue #6120, khaefner) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ↵bweschke2-4/+32
get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25056 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell6-36/+39
res_agi.c no longer depend on manager.h (issue #6397, casper) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25026 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Blocking r25014 from coming into /trunk as the fix was different for /trunk ↵bweschke0-0/+0
and was already applied earlier. #7064 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25017 f38db490-d61c-443f-a65b-d21fe96a405b
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