summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2014-10-30channels/chan_sip: Add improved support for 4xx error codesMatthew Jordan
2014-10-30channels/chan_sip: Support mutltiple Supported and Required headersMatthew Jordan
2014-10-17channels/chan_sip: Respect outboundproxy setting when sending qualify requestsMatthew Jordan
2014-10-12chan_sip: Fix so asterisk won't send reINVITE after a BYE.Walter Doekes
2014-10-10chan_sip: Fix dialog leak resulting from missing ACK to re-INVITE.Walter Doekes
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-10-01chan_sip: Simplify some unref code by removing unlink_peer_from_tables.Walter Doekes
2014-10-01chan_sip: Remove excess ref of realtime peer before sip_poke_peer.Walter Doekes
2014-09-24chan_sip: Unref outbound proxy structure on dialog/pvt destruction.Walter Doekes
2014-09-22chan_sip: On INVITE retransmission, don't add an extra 503 response.Walter Doekes
2014-08-29The assertion that peer was not found on final eventScott Griepentrog
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-24chan_sip: Use the server reflexive ICE candidate RTCP port as provided.Joshua Colp
2014-08-21chan_sip: Don't use port derived from fromdomain if it isn't setMatthew Jordan
2014-08-12chan_sip: Fix type mismatch when the format is changed.Richard Mudgett
2014-08-08chan_sip: Mark chan_sip and its files as extended supportMatthew Jordan
2014-08-07chan_sip: Replace sip_tls_read() and resolve the large SDP poll issue.Richard Mudgett
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-24chan_sip: complete upgrade to ao2Corey Farrell
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18media formats: fix ref leak of peer for mwi subscriptionScott Griepentrog
2014-07-17chan_sip: Make progressinband=never really mean 'never'Matthew Jordan
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-06-30chan_sip: be more tolerant of whitespace between attributes in SDP fmtp lineMatthew Jordan
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2014-06-26chan_sip: Fix handling of "From" headers longer than 256 charactersCorey Farrell
2014-06-16channels/chan_sip: Forbid remote bridging if T.38 is negotiatedMatthew Jordan
2014-06-13AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.Richard Mudgett
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2014-06-06chan_sip: Fix order of variables specified in SIPNotify actionJonathan Rose
2014-05-27chan_sip: Start session timer at 200, not at INVITE.Walter Doekes
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-13chan_sip: Add TLS and SRTP status to CLI command 'sip show channel'Jonathan Rose
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-02res_pjsip_refer: Add Referred-By header on INVITE for blind transfers.Richard Mudgett
2014-04-30chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.Richard Mudgett
2014-04-21chan_sip: Add sendrpid trust optionsJonathan Rose
2014-04-17chan_sip: Add SIPURIPHONECONTEXT channel variable for Request TEL URIsMatthew Jordan
2014-04-15chan_sip.c: Fix channel staging assertion failure.Richard Mudgett
2014-04-15chan_sip.c: Moved some sip_pvt unrefs after their last use.Richard Mudgett
2014-04-15Reverting r411189 so that it can be put up for public reviewJonathan Rose
2014-04-12chan_sip: Support RFC-3966 TEL URIs in inbound INVITE requestsMatthew Jordan
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-26chan_sip: Send real CallerID information with P-Assserted-Identity (RFC-3325)Jonathan Rose
2014-03-25chan_sip: Fix incorrect use of timersKinsey Moore