summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2012-09-04Fix issue where SIP devices were not notified when custom devices changed to ...Mark Michelson
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-29chan_sip: Change manager event to confirm SIPqualifypeer into an ackJonathan Rose
2012-08-29chan_sip: Send 408 on retransmit timeout instead of 603Jonathan Rose
2012-08-29chan_sip: Send a manager event to confirm SIPqualifypeer completesJonathan Rose
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-17When a peer registers using WebSocket do not resolve the Contact provided.Joshua Colp
2012-08-16chan_sip: Use pvt outgoing_call variable to set Remote-Party-ID HeaderJonathan Rose
2012-08-16chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACKJonathan Rose
2012-08-15Fix Segfault When Registering SIP Over WebSocketsMichael L. Young
2012-08-15Avoid unconditional NULLing of mwipvt on relatedpeer on SIP dialog destructionKinsey Moore
2012-08-15Add HANGUPCAUSE information to callee channelsKinsey Moore
2012-08-13Fix problem where incorrect pointer was checked for nullity.Mark Michelson
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-10Fix a comparison that was causing presence tests to fail.Mark Michelson
2012-08-09Extend extension state callbacks to have more information.Mark Michelson
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-08-06Improve debug message for temporary outbound proxies.Mark Michelson
2012-08-03Multiple revisions 370769-370771Mark Michelson
2012-08-02Fix regression from r370636Kinsey Moore
2012-07-31Add headers from SIPAddHeader to outbound REFER requests.Mark Michelson
2012-07-31Schedule pokes of registered SIP peers within a given timespan after SIP reloadMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-31Clean up chan_sipKinsey Moore
2012-07-26chan_sip: Add SIPpeerstatus command to AMIJonathan Rose
2012-07-23Add separate configuration options for subscription and registration minexpir...Mark Michelson
2012-07-22Prevent multiple local candidates from being added with the same information ...Joshua Colp
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-19Add the ability to specify technology specific documentationMatthew Jordan
2012-07-18Fix a crash occurring as a result of excess stack usage.Joshua Colp
2012-07-16Code cleanup and bugfix in chan_sip outboundproxy parsing.Walter Doekes
2012-07-16Fix a bug exposed by the testsuite where text streams would no longer be pars...Joshua Colp
2012-07-16Add support for SIP over WebSocket.Joshua Colp
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-07-12Include Expires header for SIP PUBLISH requestsKinsey Moore
2012-07-12Prevent double uri_escaping in chan_sip when pedantic is enabledKinsey Moore
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-10Fix failing SDP_offer_answer testKinsey Moore
2012-07-09Add support for exposing the received contact URI and also for setting the re...Joshua Colp
2012-07-09chan_sip: Fix small behavioral change accidentally introduced in r369750Jonathan Rose
2012-07-06chan_sip: Add case for FLASH control frames so that we don't display a warning.Jonathan Rose
2012-07-05Do not send a BYE when a provisional response arrives during a re-INVITEMatthew Jordan
2012-07-03More improvements to re-INVITEs timing out after a provisional responseTerry Wilson
2012-07-03Better handle re-INVITEs with provisional but no final repsonsesTerry Wilson
2012-07-01Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.Joshua Colp
2012-06-29With some configurations a transport is not actually specified so assume UDP ...Joshua Colp
2012-06-29Make the address family filter specific to the transport.Joshua Colp
2012-06-27AST-2012-010: Clean up after a reinvite that never gets a final responseTerry Wilson
2012-06-25Re-fix how local tag is generated when sending a 481 to an INVITE.Mark Michelson