aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-06-02Fix another typo in documentationrussell1-1/+1
2008-06-01small typo fix 'retires' => 'retries'mvanbaak1-1/+1
2008-05-30When joinempty=strict, it only failed on join if there were busy members. Iftilghman1-1/+1
2008-05-29 - Fix a typo in the argument to Playtonesrussell1-8/+3
2008-05-29 - Mark app_milliwatt dependent on res_indications (thanks to jsmith)russell1-1/+5
2008-05-29Change milliwatt to use the proper tone by default (1004 Hz) instead of 1000 Hz.russell1-20/+62
2008-05-29(closes issue #10668)murf1-9/+91
2008-05-27Russell noted to me that in the case that separate threads use theirmmichelson1-7/+6
2008-05-27small update to the g() option of app_voicemail tomvanbaak1-0/+1
2008-05-27Add a unique id to the datastore allocated in app_chanspy sincemmichelson1-2/+7
2008-05-14Detect another way for a connection to have gone away.tilghman1-1/+8
2008-05-05Don't consider a caller "handled" until the caller is bridged withmmichelson1-2/+1
2008-04-29Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channe...mmichelson1-4/+9
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman1-2/+7
2008-04-25Move the unlock of the spyee channel to outside the start_spying() function s...mmichelson1-7/+6
2008-04-24Output of channel variables when eventwhencalled=vars was setmmichelson1-4/+4
2008-04-23Fix an issue that caused getting the correct next channel to not always work.russell1-5/+3
2008-04-19Ensure that help text terminates with a newlinetilghman1-1/+1
2008-04-18For consistency sake, ensure that the values that ${CALLINGPRES} returns are ...tilghman1-2/+5
2008-04-17Declaration of the peer channel in this scope was making it so the peer varia...mmichelson1-1/+0
2008-04-17Make sure we have enough room for the recording's filename.seanbright1-2/+2
2008-04-16Include the proper headers for using mkdir on FreeBSD.file1-0/+2
2008-04-15Allow autofill to work in the general section of queues.conf.qwell1-2/+5
2008-04-14If the datastore has been moved to another channel due to a masquerade, thenmmichelson2-4/+15
2008-04-10Forgot the 1.4 branch for russian language fix.file1-2/+2
2008-04-10Create the directory where name recordings will go if it does not exist.file1-1/+10
2008-04-08Fix potential buffer overflow that could happen if more than 100 announce filesmmichelson1-1/+1
2008-04-02Ensure that there is no timeout if none is specified.mmichelson1-1/+1
2008-03-31Fix a silly infinite loop when choosing an invalid option.qwell1-0/+1
2008-03-27These small documentation updates made in response to a query inmurf1-0/+2
2008-03-26This code change is made just for clarification. It does exactlymmichelson1-1/+1
2008-03-26Add a lock to the vm_state structure and use the lock around mail_open callsmmichelson1-0/+7
2008-03-19Fix a bug where when calls on the trunk side hang up while on hold, the staterussell1-2/+3
2008-03-19Add a missing unlock in the case that memory allocation fails in app_chanspy.mmichelson1-4/+3
2008-03-18Fix one place where the chanspy datastore isn't removed from a channel.russell1-1/+3
2008-03-18This patch makes it so that all queue member status changes are handled throu...mmichelson1-96/+56
2008-03-17Make sure that we release the lock on the spyee channel if the spyee or spy h...mmichelson1-1/+3
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell1-0/+10
2008-03-13Fix a couple uses of sprintf. The second one could actually cause an overflowrussell1-2/+2
2008-03-12(closes issue #12187, reported by atis, fixed by me after some brainstormingrussell1-1/+3
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file1-1/+1
2008-03-11Add a newline on a logqwell1-1/+1
2008-03-11Add an additional check for setting conference parameter when using the marke...file1-1/+1
2008-03-11Fix a minor spelling error.file1-1/+1
2008-03-11backport a fix from trunkkpfleming1-6/+2
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming1-2/+2
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-19/+0
2008-03-07Only start the SLA thread if SLA has actually been configured.russell1-1/+2
2008-03-07Warn the user when a temporary greeting existstilghman1-1/+5
2008-03-07Safely use the strncat() function.tilghman4-7/+7