aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Add missing variable declaration in the PPC codetwilson1-0/+1
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-0/+6
2008-11-21This change had somehow gotten reverted due to ammichelson1-2/+3
2008-11-20Make sure to set the hangup cause on the calling channel in the casemmichelson1-0/+3
2008-11-18(closes issue #13899)jpeeler1-1/+1
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson2-0/+11
2008-11-14If the prompt to reenter a voicemail password timed out, itmmichelson1-1/+1
2008-11-14ast_waitfordigit() requires that the channel be up, for no good logicaltilghman1-1/+5
2008-11-12When using call limits under 1 second, infinite call lengths are allowed,tilghman1-1/+4
2008-11-12If the SLA thread is not started, then reload causes a memory leak.tilghman1-0/+4
2008-11-12For whatever reason, gcc only warned me about the possible use of an uninitia...jpeeler1-1/+1
2008-11-12(closes issue #13173)jpeeler1-23/+149
2008-11-12When doing some tests, I was having a crash at the end of every callmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright2-42/+44
2008-11-03Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.tilghman1-1/+1
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming6-12/+37
2008-10-31Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_featurestwilson1-10/+24
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