aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-11-04This patch modifies the Dial application to monitor the calling channel for h...mnicholson1-13/+62
2009-11-02Fix a bug where the recorded privacy introduction file would not get removed ...file1-14/+31
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman1-1/+1
2009-10-21Suffix is not needed for a matchtilghman1-16/+6
2009-10-19Do not attempt early media bridging (ie: direct RTP setup) if options are ena...file1-6/+11
2009-10-12Ensure ringing continues for branched calls after progress is receivedjpeeler1-2/+7
2009-10-11Remove a duplicate ao2_iterator_destroy().russell1-1/+0
2009-10-09Fix potential memory leak in app_dial.cmmichelson1-0/+1
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-2/+29
2009-09-29Avoid a deadlock in chanspy, just in case the spyee is masqueraded and chansp...mnicholson1-3/+4
2009-09-24Implicitly sending a progress signal breaks some applications.tilghman2-9/+1
2009-09-22When IMAP variables were changed during a reload, Voicemail did not use the n...tilghman1-2/+22
2009-09-15If the user enters the same password as before, don't signal an error when th...tilghman1-8/+7
2009-09-15Ensure FollowMe sets language in channels it creates.tilghman1-0/+4
2009-09-14Don't say "Please try again" if we don't give the user another chance to try ...tilghman1-0/+6
2009-09-14Ensure we don't pickup ourselves when doing pickup by exten.mnicholson1-1/+1
2009-09-10Don't ring another channel, if there's not enough time for a queue member to ...tilghman1-4/+21
2009-09-08When MOH is playing on the channel, announcements sent through the conference...tilghman1-12/+30
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej2-2/+11
2009-09-01Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel namesdhubbard1-3/+5
2009-08-20Make all the symbols for the C-client callbacks globaljpeeler1-0/+20
2009-08-19Fixes memory leak caused by incorrectly freeing mixmonitordvossel1-2/+2
2009-08-12This patch adds additional checking when generating queue log TRANSFER events.mnicholson1-1/+3
2009-08-10AST-2009-005tilghman25-99/+111
2009-08-07Resolve a deadlock involving app_chanspy and masquerades.russell1-6/+10
2009-08-07QUEUE_MEMBER_LIST _really_ wants the interface name, not the membername.tilghman1-2/+2
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman1-4/+4
2009-08-01Modify how Playtones() is used in Milliwatt() to resolve gain issue.russell1-7/+3
2009-07-24Don't impose an arbitrary limit on member lines in queues.confmmichelson1-2/+5
2009-07-24Do not log an ERROR if autoservice_stop() returns -1.russell1-1/+0
2009-07-08Prevent phantom calls to queue members.mmichelson1-2/+3
2009-06-29Place unlock of mutex in an else block so that it does not get unlocked twice.mmichelson1-1/+2
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthdbrooks1-1/+1
2009-06-17StopMixMonitor race condition (not giving up file immediately)dvossel1-26/+64
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming3-14/+31
2009-05-30Treat an empty FORWARD_CONTEXT the same way we treat a missing one.seanbright1-0/+3
2009-05-28Update MixMonitor documentation.lmadsen1-0/+4
2009-05-28Add flags to chanspy audiohook so that audio stays in sync.mmichelson1-0/+2
2009-05-27Fix handling of the 'state_interface' option of the 'queue add member' CLIseanbright1-1/+3
2009-05-20Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.file1-1/+1
2009-05-19Ensure thread keys are initialized before attempting to access them.tilghman1-0/+3
2009-05-18Add a similar dependency on SMDI for voicemail as already exists for ADSI.tilghman1-0/+13
2009-05-12This change modifies app_queue to properly generate CDR records in failuremnicholson1-0/+39
2009-05-12Avoid initializing routines if the authentication fails. Fixes a crash (RR) ...tilghman1-4/+7
2009-05-11Move 300 bytes around on the stack, to make more room for an extension buffer.tilghman1-3/+6
2009-05-05Fix a bug where the followme application would continue trying numbers after ...file1-4/+4
2009-05-02Fix a bug which resulted from the Hebrew voicemail commit.mmichelson1-37/+47
2009-05-02Kevin has informed me that thi sort of thing is not necessary.mmichelson1-2/+2
2009-05-02Move static buffers to outside for loops in app_chanspy.mmichelson1-2/+2
2009-05-01Move the defintion of the a couple arrays out of loops.seanbright1-2/+2