summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2009-06-16SIP transport type issuesDavid Vossel
2009-06-16keep backwards compatible chan_dahdi with older openr2 versions by not using ...Moises Silva
2009-06-15Accept T.38 re-INVITE responses with invalid SDP versions.Kevin P. Fleming
2009-06-15Convert a number of global module variables to 'static'.Kevin P. Fleming
2009-06-15Some minor structure size improvements in sip_pvt and sip_peer.Kevin P. Fleming
2009-06-15Merged revisions 200513 via svnmerge from Mark Michelson
2009-06-14added openr2 to menuselect-deps.in, recent commit in menuselect made me reali...Moises Silva
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentMark Michelson
2009-06-11Fix a crash due to a potentially NULL p->options.Mark Michelson
2009-06-10Only try to use the invite_branch on outgoing INVITEs with auth credentials.Mark Michelson
2009-06-09CLI NOTIFY sending wrong transport type.David Vossel
2009-06-08Fix a deadlock that could occur when setting rtp stats on SIP calls.Mark Michelson
2009-06-05Correct "dahdi show channels" output when specifying a group.Mark Michelson
2009-06-04Merged revisions 199138 via svnmerge from David Vossel
2009-06-02fixes issue with channels not going down after transferDavid Vossel
2009-06-02Correct documentation for the register line, specifically where the domain sh...Joshua Colp
2009-06-01Tell the IAX2 parser about more control frame types.Russell Bryant
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-06-01Remove extra lock from local_indicate in connected line case.Mark Michelson
2009-06-01Add missing unlock of local pvt.Mark Michelson
2009-06-01Remove documentation for the 'exten' argument to the AGENT function.Mark Michelson
2009-06-01Fix a bug where the Event and Content-Type headers were added twice to outgoi...Joshua Colp
2009-05-30When removing all packets from a dialog we also need to free the data if pres...Joshua Colp
2009-05-30Remove not used code in the Agent channel.Eliel C. Sardanons
2009-05-29New signaling module to handle analog operations in chan_dahdiJeff Peeler
2009-05-29Fix a bug where the default setting did not perform a remote bridge when it s...Joshua Colp
2009-05-29A few fixes to SIP with regards to connected line updates during transfers.Mark Michelson
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.Sean Bright
2009-05-28Treat 405 responses the same way we would a 501.Mark Michelson
2009-05-28Add missing lock to local_indicate function for connected line frames.Mark Michelson
2009-05-28Fix a bug where the trunkmtu setting was not set to the default value of 1240...Joshua Colp
2009-05-28Merged revisions 197562 via svnmerge from Eliel C. Sardanons
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-28Merged revisions 197466 via svnmerge from Joshua Colp
2009-05-27Adding some generic handling of error codes sent to us in replys to requests.Olle Johansson
2009-05-27Display an error message when chan_alsa fails to load due to a missingSean Bright
2009-05-26Remove some redundant or unnecessary connected line-related function calls.Mark Michelson
2009-05-26Fix a bug where the sip unregister CLI command did not completely unregister ...Joshua Colp
2009-05-23set MFCR2_CATEGORY just when starting the pbxMoises Silva
2009-05-22SIP set outbound transport type from RegistrationDavid Vossel
2009-05-22Don't crash if an RTP instance can't be created. This could occur when anSean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-22s/it's/its/Mark Michelson
2009-05-22resolve compiler warningRussell Bryant
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asSean Bright
2009-05-22Make chan_misdn compile.Richard Mudgett
2009-05-22Merged revisions 196116 via svnmerge from Joshua Colp
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-21Merged revisions 195991 via svnmerge from David Vossel
2009-05-20Get rid of some duplicated code and correct a connected line error.Mark Michelson