aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Since greetings are not stored in IMAP, we shouldmmichelson1-1/+9
2008-09-03Fix voicemail forwarding when using ODBC storage.mmichelson1-2/+13
2008-09-02After adding the context checking to app_voicemailmmichelson1-0/+1
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-1/+1
2008-08-29Add context checking when retrieving a vm_state.mmichelson1-12/+15
2008-08-20Fix a crash in the ChanSpy application. The issue here is that if you callrussell1-2/+2
2008-08-19Add a lock and unlock prior to the destruction of the chanspy_dsmmichelson1-0/+2
2008-08-18Change the inequalities used in app_queue with regardsmmichelson1-9/+9
2008-08-13remove some more chan_zap referenceskpfleming1-4/+4
2008-08-11convert this module to be able to handle DAHDI or Zaptel (reported on asteris...kpfleming1-15/+22
2008-08-07Update persistent state on all exit conditions.tilghman1-0/+2
2008-08-07work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of '...kpfleming1-2/+2
2008-08-06We only need to unregister the QueueStatus managermmichelson1-1/+0
2008-08-06Revert inadvertent changes to app_skel that occurred whenmmichelson1-14/+15
2008-08-06Merging the issue11259 branch.mmichelson1-15/+14
2008-08-05(closes issue #12982)murf1-2/+7
2008-08-04Memory leak on unloadtilghman1-10/+21
2008-08-01make app_ices compile on OpenBSD.mvanbaak1-6/+6
2008-07-31Get app_ices working againrussell1-12/+22
2008-07-31Add more timeout checks into app_queue, specificallymmichelson1-1/+43
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming5-12/+10
2008-07-29Merging the imap_consistency branch.mmichelson1-1553/+1223
2008-07-28Detect when sox fails to raise the volume, because sox can't read the file.tilghman1-4/+11
2008-07-25Remove unnecessary mmap flagtilghman1-1/+1
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming3-12/+9
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson1-6/+9
2008-07-23Zap/pseudo is ten characters, but DAHDI/pseudo ismmichelson1-1/+10
2008-07-23Update the "last" channel in next_channel in app_chanspy sommichelson1-0/+1
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming3-5/+5
2008-07-21Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't bbryant1-0/+1
2008-07-16Move the init_queue call back to where it used to be (changedmmichelson1-1/+1
2008-07-16Apparently, "thread safety" is important, whatevermmichelson1-3/+4
2008-07-16Make absolutely certain that the transfer datastoremmichelson1-1/+9
2008-07-14Add a check to the CAN_EARLY_BRIDGE macro in app_dial tommichelson1-6/+7
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming3-56/+121
2008-07-08Backport TCP-related timeouts to IMAP voicemail in 1.4mmichelson1-1/+32
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman1-0/+1
2008-07-08Check for non-NULL before stripping characters.tilghman1-3/+7
2008-07-07Stop using deprecated method, as requested by Kevin.tilghman1-54/+93
2008-07-03remove this, it has been moved to the main Makefilekpfleming1-5/+0
2008-07-01Add error message to failed open(2) calls inside the copy() function ofmmichelson1-2/+2
2008-06-26Add the interface of a queue member to the output of the "queue show" commandmmichelson1-1/+4
2008-06-26Backport of attended transfer queue_log patch from trunk.mmichelson1-38/+132
2008-06-26Prior to this patch, the "queue show" command used cachedmmichelson1-1/+11
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-27/+23
2008-06-24Occasionally control characters find their way into CallerID. These need totilghman1-12/+37
2008-06-22(closes issue #12910)murf1-3/+3
2008-06-20usleep with a value over 1,000,000 is nonportable. Changing to use sleep()tilghman1-1/+1
2008-06-19Fix IMAP forwarding so that messages are sent to the proper mailbox.mmichelson1-0/+25
2008-06-17davidw pointed out that the holdtime calculation used bymmichelson1-2/+2