aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-12-06Add missing free's in rare circumstances (bug #2985)russell1-0/+3
2004-12-03canceled voicemail emails corrupt wav (bug 2957)russell1-1/+2
2004-11-25fix MEETMESECS (bug 2936)russell1-5/+6
2004-11-25get rid of stray '\n' (bug 2922)russell1-1/+1
2004-11-25Segfault if head caller times out of queue with moh running (bug 2891)russell1-1/+1
2004-11-09fix spelling error (bug 2810)russell1-1/+1
2004-11-08fix voicemail debug output (bug #2789)russell1-1/+1
2004-10-26fix short message issue (bug #2723)russell1-2/+2
2004-10-25fix show applications output for forkcdr (bug #2677)russell1-2/+3
2004-10-25fix debug message for voicemail email (bug #2675)russell1-1/+1
2004-10-25Fix user event body (bug #2713)russell1-1/+1
2004-10-24Sending SMS with no hangup supervision will hang the channel (bug #2708)russell1-0/+1
2004-10-23fix potential segfault in MeetMeAdmin (bug #2681)russell1-2/+5
2004-10-23make operator=no work correctly, fix typo (bug #2665)russell1-19/+21
2004-10-16call ast_destroy on cfg appropriately (bug #2661)russell1-1/+5
2004-10-13get rid of extra error message (bug #2633)russell1-1/+1
2004-10-12add check for incorrect voicemail sequencing (bug #2436)russell1-8/+74
2004-10-08Fix paths for app_sms (bug #2597)russell1-3/+9
2004-10-08Do not send progress when "ringing" only flag is set (bug #2553)russell1-1/+2
2004-10-08voicemail beep shouldn't be played till we get next message number (bug #2594)russell1-6/+6
2004-10-03Has(New)VoiceMail does not assume INBOX if no folder specified (bug #2559)russell1-13/+15
2004-09-30update description for VoiceMailMain (bug #2546)russell1-1/+4
2004-09-29Fix little "less than" issuemarkster1-1/+1
2004-09-28add ability to purge callers from queue if no agents are logged inrussell1-1/+16
2004-09-27Fix 2 memory leakscitats2-1/+2
2004-09-25Make holdtime announcement say "less than 2 minutes" instead of "1 minutes" (...markster1-1/+9
2004-09-24add app_forkcdranthm2-1/+90
2004-09-23tweak prior commitanthm1-5/+25
2004-09-22Check to be sure # of samples is > 0...markster1-0/+4
2004-09-22Handle arbitrary long dial sequences (like what we need at Astricon)markster1-5/+8
2004-09-20Fixup vm user struct (bug #2472)markster1-0/+1
2004-09-19Merge UK + DTMF Caller*ID stuff and fix app_test descriptionmarkster1-1/+1
2004-09-18Add "TrySystem" variation to System (bug #768)markster1-6/+29
2004-09-17Move routines from voicemail to app for general use (part of bug #752)markster1-645/+202
2004-09-15Fix app_disa to not ignore ignorepat :) (bug #2451)markster1-1/+12
2004-09-15Make ADSI in voicemail configurable (bug #2209)markster1-9/+24
2004-09-15Update mp3 copyright header, fix pedantic + register in SIP (bug #2422)markster1-2/+2
2004-09-13Fixed minor issue in app_rpt(). Allows it to work better with many Linux dist...jim1-3/+3
2004-09-11Use longer timeout if using http (bug #2418)markster1-6/+9
2004-09-10Properly lock management stuff (bug #2406)markster1-0/+2
2004-09-10macro support in the dial commandmattf1-0/+50
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...markster1-10/+19
2004-09-06Add Czech digit/voicemail supportmarkster2-1/+79
2004-09-06Allow "-" in password to make it unchangable (bug #2386)markster1-2/+11
2004-09-05Don't prompt for password if one is not needed (bug #2385)markster1-9/+14
2004-09-05Fix some small voicemail password bugs (bug #2373)markster1-1/+5
2004-09-03Make sure shell version happens even if MySQL mailboxes are there (bug #2367)markster1-7/+7
2004-09-03reload documentation, don't display res in app_test...markster1-1/+1
2004-09-03Allow external program to be used to change password (bug #2357)markster1-4/+22
2004-09-03Use exitcontext when available (bug #2363)markster1-2/+8