summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2010-04-16Make sure to fail a monitor if we receive a negative response for a CC SUBSCR...Mark Michelson
2010-04-16Enable PRI SERVICE message support in chan_dahdi for the 'national' switchtypeDwayne M. Hubbard
2010-04-15Merged revisions 257467 via svnmerge from Tilghman Lesher
2010-04-13Also unref the pvt when we delete the provisional keepalive job.Tilghman Lesher
2010-04-12gives channel reference before unlocking it and using setvar helper.David Vossel
2010-04-09Remove status_response callbacks where they are not needed.Mark Michelson
2010-04-09Prevent crash when originating a call to a local channel.Mark Michelson
2010-04-09Remove PRI CCSS BUGBUG message and update configure script.Richard Mudgett
2010-04-09Add routines for parsing SIP URIs consistently.Mark Michelson
2010-04-09Fix some compiler errors that popped up after the CCSS merge.Mark Michelson
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-09func_srv and explicit specification of a remote IP for SIP.Mark Michelson
2010-04-06fixes deadlock in chan_sip caused by usage of MASTER_CHANNEL dialplan functionDavid Vossel
2010-04-06Merged revisions 256225 via svnmerge from Richard Mudgett
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-04-02Merged revisions 256014 via svnmerge from Russell Bryant
2010-04-02Ignore Redial softkey when no previous dialed number is knownMichiel van Baak
2010-04-02Cleanup transmit_* functionsMichiel van Baak
2010-03-31Fix improper comaparison of anonymous URI when getting P-Asserted-Identity.Mark Michelson
2010-03-30Merged revisions 255409 via svnmerge from Russell Bryant
2010-03-25chan_usbradio depends on alsa.Russell Bryant
2010-03-25Add new rtpsource options to the CHANNEL function.Mark Michelson
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capableKevin P. Fleming
2010-03-25remove unneeded explicit channel in dahdi ioctlsTzafrir Cohen
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2010-03-20Use SHRT_MAX instead of MAXSHORT.Russell Bryant
2010-03-15Tell the RTP engine API about the initial read and write format.Russell Bryant
2010-03-15THIS IS NOT PYTHON. Indentation doesn't matter, only braces do.Tilghman Lesher
2010-03-12Only change the RTP ssrc when we see that it has changedTerry Wilson
2010-03-12add missing mfcr2_skip_category settingMoises Silva
2010-03-12Doxegen this chan_dahdi lock.Richard Mudgett
2010-03-11Minor tweaks and comment updates to chan_dahdi.Richard Mudgett
2010-03-10Simplified dahdi_request() channel selection failed reason/cause code.Richard Mudgett
2010-03-10Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.Richard Mudgett
2010-03-07Clean transmit_* for start/stop media transmission Michiel van Baak
2010-03-07Cleanup transmit_callstate handling Michiel van Baak
2010-03-06Fix a crash in SIP blind transfer handling found by an automated external test.Russell Bryant
2010-03-05Fix up some of chan_sip's usage of the RTP engine API.Russell Bryant
2010-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2010-03-03Merged revisions 250480 via svnmerge from Jeff Peeler
2010-03-03Merged revisions 250394 via svnmerge from David Vossel
2010-03-03Add new config option to control AMI alarm event reporting in chan_dahdi.Jeff Peeler
2010-03-03fixes signed to unsigned int comparision issue for FaxMaxDatagram value.David Vossel
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-03-02fix asterisk setting of pritimers from chan_dahdi.confAlec L Davis
2010-03-01Cleanup display_*message functions.Michiel van Baak
2010-03-01fix endianes issues in chan_skinnyMichiel van Baak
2010-03-01Merged revisions 249536 via svnmerge from Jeff Peeler
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsAlec L Davis
2010-02-27Merged revisions 249234 via svnmerge from Kevin P. Fleming