summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2009-08-17Correct spelling of AGENTACCEPTDTMF in chan_agent.Sean Bright
2009-08-17Merged revisions 212498 via svnmerge from Jeff Peeler
2009-08-17Merged revisions 212430 via svnmerge from Richard Mudgett
2009-08-14Add braces where missing and a few whitespace fixes in sig_analogJeff Peeler
2009-08-14More code that somehow got left out of sig_analogJeff Peeler
2009-08-13Send a generic return result when we receive a CallDeflection facility messag...Richard Mudgett
2009-08-13Ensure that T38FaxVersion is put into outgoing SDP in the proper case.Kevin P. Fleming
2009-08-13Check an actual populated variable when seeing if we need to do video or not.Joshua Colp
2009-08-12This patch adds support for choosing a realm based on the domain in the From ...Matthew Nicholson
2009-08-12Fix chan_dahdi option ringtimeoutJeff Peeler
2009-08-12Make asterisk handle 423 Interval Too Short messages better.Matthew Nicholson
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.Richard Mudgett
2009-08-10AST-2009-005Tilghman Lesher
2009-08-10add manager events when a skinny device registers/unregistersMichiel van Baak
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if Jeff Peeler
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.Richard Mudgett
2009-08-10Fix retrieval of the port used for the video stream when adding SDP to a SIP ...Joshua Colp
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.Richard Mudgett
2009-08-07Fix static on line when PRI does overlap dialing.Richard Mudgett
2009-08-06Miscellaneous minor fixes to sig_analog.Richard Mudgett
2009-08-06Sanity adjustments to pri_ss_thread for sig_pri environment.Richard Mudgett
2009-08-06Accept additional T.38 reinvites after an initial one has been handled.Joshua Colp
2009-08-05Fix potential deadlock issue with USERUSERINFO channel variable.Richard Mudgett
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.Richard Mudgett
2009-08-05Merged revisions 210575 via svnmerge from Richard Mudgett
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.Richard Mudgett
2009-08-04Removed some dead code.Richard Mudgett
2009-08-03Rename 'canreinvite' option to 'directmedia', with backwards compatibility.Kevin P. Fleming
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.Richard Mudgett
2009-08-03Trim trailing whitespace.Richard Mudgett
2009-08-01Merged revisions 209759 via svnmerge from Kevin P. Fleming
2009-07-31Improve chan_sip's ability to determine what methods should and should not be...Mark Michelson
2009-07-30Add missing ifdef-s for service maintenance message functionalityJeff Peeler
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-07-30Fix a crash that can result if text codecs are allowed but textsupport is dis...Mark Michelson
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...Kevin P. Fleming
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-07-27Merged revisions 208923 via svnmerge from Jeff Peeler
2009-07-25Merged revisions 208746 via svnmerge from Jeff Peeler
2009-07-24Merged revisions 208587 via svnmerge from Mark Michelson
2009-07-24Resolve a T.38 negotiation issue left over from the udptl-updates merge.Kevin P. Fleming
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemsKevin P. Fleming
2009-07-23Merged revisions 208386 via svnmerge from Mark Michelson
2009-07-23Merged revisions 208380 via svnmerge from Jeff Peeler
2009-07-23Merged revisions 208312 via svnmerge from Mark Michelson
2009-07-23Fix sending of interface identifier unconditionally in sig_priJeff Peeler
2009-07-23Merged revisions 208262 via svnmerge from Mark Michelson
2009-07-23Fix potential crash if p->owner is NULL.Mark Michelson
2009-07-22Reset the fax buffers back to default settings regardless of signaling in use -Jeff Peeler