aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-12Merged revisions 223804 via svnmerge from jpeeler1-1/+3
2009-10-12Remove automatic switching from T.38 to voice mode in chan_sip.kpfleming1-1/+54
2009-10-09Initiate T.38 switchover when acting as called party, regardless of FAX direc...kpfleming1-2/+2
2009-10-09Fix potential memory leaks.mmichelson1-7/+14
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-3/+44
2009-09-30Prevents from division by zeromnick1-1/+1
2009-09-30Modify VoiceMailMain()'s a() argument to allow mailboxes to be specified by n...seanbright1-25/+46
2009-09-30Clarify documentation for VoiceMailMain()'s a() option.seanbright1-1/+13
2009-09-29Fix options 'm' and 's'. They were swapped in the code. Also document the fa...mnicholson1-2/+3
2009-09-29Make deletion of temporary greetings work properly with IMAP_STORAGEjpeeler1-6/+8
2009-09-24Add bridge related dial flags to the bridge appjpeeler1-108/+1
2009-09-24Merged revisions 220288 via svnmerge from tilghman2-9/+1
2009-09-24Fix two possible crashes, one only in 1.6.1 and one in 1.6.1 forward.tilghman1-0/+5
2009-09-22Merged revisions 219816 via svnmerge from tilghman1-0/+24
2009-09-18Missing value setting line for maxsecs/maxmessagetilghman1-0/+1
2009-09-17Get this compiling under dev-mode.seanbright1-1/+0
2009-09-17Add the 'E' option to exit ChanSpy, once the single channel it spied upon han...tilghman1-53/+68
2009-09-15Merged revisions 218730 via svnmerge from tilghman1-15/+14
2009-09-15Merged revisions 218577 via svnmerge from tilghman1-0/+4
2009-09-14Recorded merge of revisions 218331 via svnmerge from tilghman1-0/+13
2009-09-14Merged revisions 218223 via svnmerge from mnicholson1-1/+1
2009-09-10Merged revisions 217989 via svnmerge from tilghman1-4/+21
2009-09-08Fix compilation of app_meetme.seanbright1-1/+1
2009-09-08Merged revisions 217156 via svnmerge from tilghman1-9/+25
2009-09-04Use ast_free() instead of free().seanbright1-1/+1
2009-09-04Merged revisions 216430 via svnmerge from oej2-2/+10
2009-09-02Merged revisions 215270 via svnmerge from dhubbard1-3/+5
2009-08-24Fix storage of greetings when using IMAP_STORAGEjpeeler1-5/+8