aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Add pagerdateformat, to allow shorter dates for SMS messages.tilghman1-1/+9
2009-12-03Merged revisions 232820 via svnmerge from tilghman1-66/+79
2009-12-03Replaced two deprecated functions of OSP Toolkit.transnexus1-2/+8
2009-12-03Added custom info support.transnexus1-1/+35
2009-12-03Extend voicemail to allow IMAP folders to be specified per mailbox.jpeeler1-26/+48
2009-12-02Prevent double closing of FDs by EIVRdiruggles1-37/+35
2009-12-02Add an option to Record which enables a mode where any DTMF digit will termin...file1-2/+8
2009-12-02Merged revisions 232355 via svnmerge from file1-0/+1
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-2/+10
2009-11-30Reverted 231616mnicholson1-10/+2
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-2/+10
2009-11-30app_queue crashes randomly, often during call-transfersdvossel1-2/+13
2009-11-271. Modified exported variable names.transnexus1-120/+458
2009-11-24Found a few places where queue refcounts were counted incorrectly. Also add ...tilghman1-70/+87
2009-11-23Add an option to app_followme to disable the "please hold" announcement.mnicholson1-6/+12
2009-11-20Fix/Implement error events for non-existing filesdiruggles1-22/+22
2009-11-19Merged revisions 230508 via svnmerge from dvossel1-26/+70
2009-11-19Basic cleanup of ExternalIVR: cleaned up argument parsing; implemented good c...diruggles1-109/+112
2009-11-16Fix another buglet in T.38 session teardown at the end of FAX sessions.kpfleming1-2/+3
2009-11-16Ensure that only one end of a T.38 session initiates teardown at completion.kpfleming1-1/+5
2009-11-161. Added SIP Diversion support.transnexus1-283/+323
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman7-19/+21
2009-11-13Store the cause code that is returned when trying to create a channel in Chan...file1-5/+9
2009-11-13Added full number portability parameter support.transnexus1-34/+93
2009-11-11Flags not initialized in app_softhangup.c, causing undefined behaviordbrooks1-1/+1
2009-11-10When GOSUB is invoked within an AGI, it may not exit correctly.tilghman1-1/+11
2009-11-09Add the 'relative-periodic-announce' option to app_queue to allow for calcula...mnicholson1-1/+7
2009-11-05Yet another error message in the dialplan (thanks, rmudgett/russellb)tilghman1-1/+2
2009-11-05MEETME_INFO should not return a literal error message to the dialplan.tilghman1-1/+2
2009-11-05Fix the fix for chanspy option o jpeeler1-1/+2
2009-11-05Don't crash if no arguments are passed.tilghman1-0/+5
2009-11-04Added the 'a' option to app dial and modified app_dial to set the answertime ...mnicholson1-2/+18
2009-11-04Merged revisions 227827 via svnmerge from mnicholson1-13/+62
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman25-92/+92
2009-11-04Don't crash when state_interface is NULL.tilghman1-2/+2
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...mnicholson1-1/+1
2009-11-03Add support for using a hint when configuring a state interface using the for...file1-19/+107
2009-11-03Change warning message to debug message.lmadsen1-1/+1
2009-11-02Merged revisions 226889 via svnmerge from file1-1/+29
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-3/+1
2009-10-22Permit storage of voicemail secrets in a separate file, located within the sp...tilghman1-55/+173
2009-10-22Merged revisions 225105 via svnmerge from tilghman1-1/+1
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming3-5/+7
2009-10-21Apparently, I don't need to specify the ".so" suffix to get a matchtilghman1-1/+1
2009-10-21Turn on DENOISE filter for all conference participants.tilghman1-1/+7
2009-10-19Merged revisions 224565 via svnmerge from file1-4/+6
2009-10-19Allow ODBC storage to be queried with multiple mailboxes, and remove multiple...tilghman1-84/+92
2009-10-15Readd removed ability to allow listening to one side of the call in app_chanspyjpeeler1-1/+6
2009-10-13Revert inadvertant code commit to app_originatetwilson1-53/+8
2009-10-13Fix handling of notification calls w/ the dialing apitwilson1-8/+53