summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2009-06-26Ensure the TCP read buffer is fully initialized before handling each packet.Russell Bryant
2009-06-26Fix the 'nat' option to actually do RFC3581 as expected and extend the config...Joshua Colp
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-25Merged revisions 203115 via svnmerge from Russell Bryant
2009-06-24Merged revisions 202966 via svnmerge from Mark Michelson
2009-06-24Ensure the default settings are applied for T.38 when we set it up for a peer.Joshua Colp
2009-06-23Merged revisions 202671 via svnmerge from David Vossel
2009-06-22Merged revisions 202414 via svnmerge from Russell Bryant
2009-06-22Merged revisions 202341-202342 via svnmerge from Mark Michelson
2009-06-22Merged revisions 202336 via svnmerge from Mark Michelson
2009-06-19Use sched_yield() instead of usleep(1)Matthew Nicholson
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...Joshua Colp
2009-06-18Added deadlock protection to try_suggested_sip_codec in chan_sip.c.Matthew Nicholson
2009-06-18Trunk implementation of setting an alternate RTP source.Mark Michelson
2009-06-18parsing extension correctly from sip register linesDavid Vossel
2009-06-17Fix problem with no audio due to ignoring the SDP.Mark Michelson
2009-06-17Merged revisions 201380 via svnmerge from David Brooks
2009-06-17SIP registry ref count errorDavid Vossel
2009-06-16fix issue with build_contact introduced by the "SIP trasnport type issues" co...David Vossel
2009-06-16Enable applications to enable/disable digit and tone detection.Kevin P. Fleming
2009-06-16SIP transport type issuesDavid Vossel
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-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-02Correct documentation for the register line, specifically where the domain sh...Joshua Colp
2009-06-01Add the ability to execute connected line interception macros.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-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-28Treat 405 responses the same way we would a 501.Mark Michelson
2009-05-28Merged revisions 197562 via svnmerge from Eliel C. Sardanons
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-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-22SIP set outbound transport type from RegistrationDavid Vossel
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-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-20Get rid of some duplicated code and correct a connected line error.Mark Michelson
2009-05-19Add basic support for handling connected line-related UPDATE requests.Mark Michelson
2009-05-19Merged revisions 195448 via svnmerge from Joshua Colp
2009-05-18Fix a bug where specifying an empty outboundproxy would cause packets to get ...Joshua Colp