summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...Kevin P. Fleming
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 208312 via svnmerge from Mark Michelson
2009-07-23Merged revisions 208262 via svnmerge from Mark Michelson
2009-07-23Fix potential crash if p->owner is NULL.Mark Michelson
2009-07-20reg->username is parsed only once on sip reloadDavid Vossel
2009-07-20Merged revisions 207423 via svnmerge from Mark Michelson
2009-07-17sip option flags handled incorrectlyDavid Vossel
2009-07-17Merged revisions 206938 via svnmerge from David Vossel
2009-07-15Session timer were not activated if Supported header field in INVITE had both...David Vossel
2009-07-15callerid(num) is wrong when username is missing David Vossel
2009-07-13dns lookup of peername rather than peer's host in transmit_register()David Vossel
2009-07-10SIP register not using peer's outbound proxyDavid Vossel
2009-07-10Merged revisions 205877 via svnmerge from Mark Michelson
2009-07-10Merged revisions 205804 via svnmerge from David Vossel
2009-07-10Merged revisions 205775 via svnmerge from Mark Michelson
2009-07-09Repair ability of SendFAX/ReceiveFAX to respond to T.38 switchover.Kevin P. Fleming
2009-07-07Permit setting custom headers from the peer definition.Tilghman Lesher
2009-06-30Move the masquerade in local_attended_transfer to a point where we hold the c...Mark Michelson
2009-06-30Remove some bogus deadlock avoidance code from local_attended_transfer.Mark Michelson
2009-06-29Merged revisions 204300 via svnmerge from Mark Michelson
2009-06-29Merged revisions 204243,204246 via svnmerge from Mark Michelson
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