summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
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