aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-03Clarify some documentation of queues.conf.samplemmichelson1-0/+4
2009-03-02Move ast_waitfor() down to avoid the results of the API call becoming stale.russell1-4/+3
2009-02-24Change include order to make compile on Centos 5 with DAHDItwilson1-2/+3
2009-02-19Fix up potential crashes, by reducing the sharing between interactive and non...tilghman1-3/+42
2009-02-19If we are able to create a speech structure unset the ERROR variable in case ...file1-0/+2
2009-02-16Remove unused variable and make dev-mode compilation happymmichelson1-1/+0
2009-02-16Open the DAHDI pseudo device and set it to be nonblocking atomicallymmichelson1-13/+2
2009-02-13Fix a potential crash situation when using IMAP voicemailmmichelson1-1/+2
2009-02-11Restore a behavior that was recently changed, when we fixed issue #13962 andtilghman1-0/+17
2009-02-10This patch solves some compiler complaintsmurf1-4/+7
2009-02-05Add new configuration option to make shared IMAP mailboxes function as expected.jpeeler1-2/+11
2009-02-05Fix situations where queue members could be autopaused unexpectedlymmichelson1-6/+6