aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Changes to make 1.4.26 into 1.4.26.1v1.4.26.1tilghman25-99/+111
2009-07-08Prevent phantom calls to queue members.mmichelson1-2/+3
2009-06-29Place unlock of mutex in an else block so that it does not get unlocked twice.mmichelson1-1/+2
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthdbrooks1-1/+1
2009-06-17StopMixMonitor race condition (not giving up file immediately)dvossel1-26/+64
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming3-14/+31
2009-05-30Treat an empty FORWARD_CONTEXT the same way we treat a missing one.seanbright1-0/+3
2009-05-28Update MixMonitor documentation.lmadsen1-0/+4
2009-05-28Add flags to chanspy audiohook so that audio stays in sync.mmichelson1-0/+2
2009-05-27Fix handling of the 'state_interface' option of the 'queue add member' CLIseanbright1-1/+3
2009-05-20Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.file1-1/+1
2009-05-19Ensure thread keys are initialized before attempting to access them.tilghman1-0/+3
2009-05-18Add a similar dependency on SMDI for voicemail as already exists for ADSI.tilghman1-0/+13
2009-05-12This change modifies app_queue to properly generate CDR records in failuremnicholson1-0/+39
2009-05-12Avoid initializing routines if the authentication fails. Fixes a crash (RR) ...tilghman1-4/+7
2009-05-11Move 300 bytes around on the stack, to make more room for an extension buffer.tilghman1-3/+6
2009-05-05Fix a bug where the followme application would continue trying numbers after ...file1-4/+4
2009-05-02Fix a bug which resulted from the Hebrew voicemail commit.mmichelson1-37/+47
2009-05-02Kevin has informed me that thi sort of thing is not necessary.mmichelson1-2/+2
2009-05-02Move static buffers to outside for loops in app_chanspy.mmichelson1-2/+2
2009-05-01Move the defintion of the a couple arrays out of loops.seanbright1-2/+2
2009-04-29Fix a crash in app_queue with very long member lists.seanbright1-4/+4
2009-04-20Update CDR appropriately when AST_CAUSE_NO_ANSWER is settwilson1-0/+3
2009-04-20Don't treat a NOANSWER like a CHANUNAVAILtwilson1-0/+1
2009-04-16Umask should not be exported into global namespace.tilghman1-1/+1
2009-04-09Permit zero-length text messages in SIP.tilghman1-1/+3
2009-04-08Fix a crash due to too few arguments to RetryDial.mmichelson1-1/+1
2009-04-07Fix Macro documentation to match current (and intended) behavior.tilghman1-7/+13
2009-04-06Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is...mmichelson1-1/+1
2009-04-03Found a conflict in the last commit, due to multiple targetstilghman1-1/+1
2009-04-03Distinguish in a sent email between simple sends and forwards.tilghman1-20/+94
2009-03-31Fix crash that would occur if an empty member was specified in queues.conf.mmichelson1-0/+5
2009-03-31Fix Russian voicemail intro to say the word "messages" properly.mmichelson1-6/+2
2009-03-31Fix some state_interface stuff that was in trunk but not in the backport to 1.4.mmichelson1-4/+4
2009-03-30Fix queue weight behavior so that calls in low-weight queues are not inapprop...mmichelson1-70/+82
2009-03-30Backport state interface changes to app_queue from trunk.mmichelson1-44/+83
2009-03-29Ensure targs variable is fully initialized.russell1-1/+1
2009-03-26pri loop TestClient/TestServer fails: server SEND DTMF 8dvossel1-41/+41
2009-03-24Change NULL pointer check to be ast_strlen_zero.mmichelson1-1/+1
2009-03-19Add missing datastore inherit (exists in all other branches)twilson1-0/+1
2009-03-19Cleaning up a few things in detect disconnect patchdvossel1-1/+1
2009-03-19Allow disconnect feature before a call is bridgeddvossel1-4/+35
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell2-2/+2
2009-03-18revert commit that included extranous changeskpfleming3-31/+14
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming3-14/+31
2009-03-17Allow dahdichanname to work as advertised.qwell1-1/+1
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-3/+3
2009-03-06Make compilation succeed in dev-mode when IMAP storage is enabled.mmichelson1-1/+1
2009-03-05[IMAP] Fix message retrieval issues when identical mailbox names were defined...mmichelson1-0/+2
2009-03-05Fix broken mailbox parsing when searchcontexts option is enabled.mmichelson1-10/+18