aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05Add some missing cleanup to app_mixmonitormmichelson1-0/+2
2009-02-05Fix a problem where a channel pointer becomes invalid due to masquerading or ...mmichelson1-6/+89
2009-02-04Revert my previous change because it was stupidmmichelson1-3/+1
2009-02-04Add a missing unlock. Extremely unlikely to ever matter, but it's needed.mmichelson1-1/+3
2009-01-30Fix feature inheritance with builtin featurestwilson1-73/+0
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman6-11/+120
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-0/+5
2009-01-25Resolve a logic error that was causing Page() to crash when more than oneseanbright1-4/+7
2009-01-23When a call is forwarded stop any active indications. The new channel will pr...file1-0/+3