aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-14/+25
2008-10-29A little documentation cross-ref between features andmurf2-13/+31
2008-10-29The magic trick to avoid this crash is not tomurf2-26/+30
2008-10-28Quoting in the wrong directiontilghman1-1/+1
2008-10-28Reset all DIAL variables back to blank, in case Dial is called multiple timestilghman1-0/+7
2008-10-14Update the queue with the correct number of calls andmmichelson1-3/+8
2008-10-14Check correct values in the return of ast_waitfor(); also, get rid of atilghman1-2/+4
2008-10-14Some compilers warn, some don't. Fixing.tilghman1-1/+1
2008-10-14Ensure that mail headers are 7-bit clean, even when UTF-8 characters are usedtilghman1-24/+136
2008-10-10User not notified of temporary greeting, if ODBC storage is in use.tilghman1-0/+4
2008-10-09When blank, callerid name and number should display "unknown caller" in voice...tilghman1-1/+2
2008-10-08If we receive DTMF make sure that the state of the speech structure goes back...file1-0/+1
2008-10-07Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.seanbright1-2/+2
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman1-2/+10
2008-10-03Change some preprocessor macros to struct definitions so that we getseanbright1-6/+6
2008-09-25Backport Hebrew language to voicemail.tilghman1-4/+133
2008-09-17When callerid is blank, we want to use "unknown caller" in those cases, too.tilghman1-2/+2
2008-09-12Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italiantilghman1-1/+1
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-0/+2
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