aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-17Define our desires for POSIX and X/OPEN API features properly.kpfleming2-6/+14
2009-08-17Merged revisions 212430 via svnmerge from rmudgett2-2/+2
2009-08-16Add two more API calls for getting the current glue and channel in bridging c...file2-0/+64
2009-08-15cast time_t type variables to long where needed.mvanbaak1-8/+8
2009-08-15Add an empty line after each option when printing themvanbaak1-0/+1
2009-08-14Add braces where missing and a few whitespace fixes in sig_analogjpeeler1-301/+455
2009-08-14More code that somehow got left out of sig_analogjpeeler3-18/+119
2009-08-14Add SSL_VERIFYPEER, as requested on the -users listtilghman1-16/+20
2009-08-13Send a generic return result when we receive a CallDeflection facility messag...rmudgett1-0/+9
2009-08-13Add an API call for retrieving the engine in use by an RTP instance.file2-0/+24
2009-08-13Ensure that T38FaxVersion is put into outgoing SDP in the proper case.kpfleming1-1/+1
2009-08-13Check an actual populated variable when seeing if we need to do video or not.file1-1/+1
2009-08-13Fixed typoghenry2-6/+7
2009-08-12Merged revisions 211953 via svnmerge from mnicholson1-1/+3
2009-08-12This patch adds support for choosing a realm based on the domain in the From ...mnicholson2-2/+93
2009-08-12Fix chan_dahdi option ringtimeoutjpeeler3-6/+23
2009-08-12Make asterisk handle 423 Interval Too Short messages better.mnicholson1-3/+6
2009-08-12Blocked revisions 211807 via svnmergemmichelson0-0/+0
2009-08-12Added three new attributes and applied a patch to res_config_ldap.cghenry3-12/+77
2009-08-12Always specify which RTP engine is desired for a new RTP instance.russell6-7/+7
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.rmudgett1-70/+143
2009-08-10Merged revisions 211583 via svnmerge from tilghman1-3/+4
2009-08-10AST-2009-005tilghman101-455/+484
2009-08-10add manager events when a skinny device registers/unregistersmvanbaak1-0/+4
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if jpeeler2-8/+4
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.rmudgett3-3/+24
2009-08-10Fix up some issues with getting a channel by "name".russell1-1/+25
2009-08-10Fix retrieval of the port used for the video stream when adding SDP to a SIP ...file1-10/+10
2009-08-09Merged revisions 211274 via svnmerge from tilghman1-1/+1
2009-08-09Check for NULL frame, before dereferencing pointer.tilghman1-1/+6
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.rmudgett1-29/+32
2009-08-07Fix static on line when PRI does overlap dialing.rmudgett1-2/+10
2009-08-07Recorded merge of revisions 211112 via svnmerge from russell0-0/+0
2009-08-07Merged revisions 211038 via svnmerge from tilghman1-2/+2
2009-08-07Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.kpfleming1-5/+9
2009-08-06Merged revisions 210913 via svnmerge from tilghman1-0/+2
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.tilghman3-13/+34
2009-08-06Miscellaneous minor fixes to sig_analog.rmudgett1-6/+9
2009-08-06Sanity adjustments to pri_ss_thread for sig_pri environment.rmudgett1-2/+7
2009-08-06Accept additional T.38 reinvites after an initial one has been handled.file1-91/+93
2009-08-06Minor improvements to app_fax.kpfleming4-11852/+12961
2009-08-05Fix potential deadlock issue with USERUSERINFO channel variable.rmudgett1-33/+87
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.rmudgett3-19/+19
2009-08-05Merged revisions 210575 via svnmerge from rmudgett1-38/+41
2009-08-05Merged revisions 210563 via svnmerge from lmadsen1-6/+17
2009-08-05Revert some silly code that snuck into trunk from my working copy. Sorry!russell1-25/+0
2009-08-05ignore the .i files when compiling in 'DONT_OPTIMIZE' in the addons/mp3 direc...mvanbaak0-0/+0
2009-08-04Blocked revisions 210067 via svnmergedbrooks0-0/+0
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.rmudgett3-32/+169
2009-08-04Initial minimum ast_party_caller support.rmudgett2-0/+34