Commit Graph

3556 Commits (6c4df2c7041c7fc139ab4f041a0e6f76b843a03d)

Author SHA1 Message Date
Matthew Jordan 6c4df2c704 channels/chan_sip: Clarify WARNING message in mismatched SRTP scenario
10 years ago
Matthew Jordan 789d4379b6 channels/chan_sip: Fix crash when transmitting packet after thread shutdown
10 years ago
Matthew Jordan e5d1dbafe0 channels/chan_sip: Fix RealTime error during SIP unregistration with MariaDB
10 years ago
Matthew Jordan bc1e13dfc3 channels/chan_sip: Ensure that a BYE is sent during INVITE w/Replaces transfer
10 years ago
Mark Michelson 47b83c9378 Use SIPS URIs in Contact headers when appropriate.
11 years ago
Kevin Harwell 9f694d888e chan_sip: stale nonce causes failure
11 years ago
Walter Doekes 08efda063a Fix typo's (retrieve, specified, address).
11 years ago
Walter Doekes 2fa4484340 chan_sip: Case insensitive comparison of "defaultuser" parameter.
11 years ago
Matthew Jordan 5c7b830492 chan_sip: Send CANCEL via original INVITE destination even after UPDATE request
11 years ago
Walter Doekes 822abf9e9b Fix printf problems with high ascii characters after r413586 (1.8).
11 years ago
Joshua Colp 03d831ec94 chan_sip: Allow T.38 switch-over when SRTP is in use.
11 years ago
Joshua Colp 3aeed57b3c res_http_websocket: Fix crash due to double freeing memory when receiving a payload length of zero.
11 years ago
Richard Mudgett 094eeade6e ast_str: Fix improper member access to struct ast_str members.
11 years ago
Corey Farrell b3e0d05aad chan_sip: Fix theoretical leak of p->refer.
11 years ago
Matthew Jordan cfa7763f85 channels/chan_sip: Add improved support for 4xx error codes
11 years ago
Matthew Jordan bcd3f49994 channels/chan_sip: Support mutltiple Supported and Required headers
11 years ago
Matthew Jordan ebb3d8db82 channels/chan_sip: Respect outboundproxy setting when sending qualify requests
11 years ago
Walter Doekes 03a4a28a2e chan_sip: Fix so asterisk won't send reINVITE after a BYE.
11 years ago
Walter Doekes 3b4fcfe6de chan_sip: Fix dialog leak resulting from missing ACK to re-INVITE.
11 years ago
Corey Farrell 8b405b7b34 chan_sip: Clean leak on error path of process_sdp
11 years ago
Walter Doekes 2e62e7b1ef chan_sip: Simplify some unref code by removing unlink_peer_from_tables.
11 years ago
Walter Doekes a819ae6b8a chan_sip: Remove excess ref of realtime peer before sip_poke_peer.
11 years ago
Walter Doekes 9bb255bc7c chan_sip: Unref outbound proxy structure on dialog/pvt destruction.
11 years ago
Walter Doekes 559b43bd6d chan_sip: On INVITE retransmission, don't add an extra 503 response.
11 years ago
Kinsey Moore 5cdd1413f1 CallerID: Fix parsing of malformed callerid
11 years ago
Joshua Colp 905f1f61e1 chan_sip: Use the server reflexive ICE candidate RTCP port as provided.
11 years ago
Matthew Jordan 6c4c543d48 chan_sip: Don't use port derived from fromdomain if it isn't set
11 years ago
Richard Mudgett d779523c8c chan_sip: Replace sip_tls_read() and resolve the large SDP poll issue.
11 years ago
Corey Farrell aaa44d6ea5 chan_sip: sip_subscribe_mwi_destroy should not call sip_destroy
11 years ago
Joshua Colp 915de454f8 res_rtp_asterisk: Add SHA-256 support for DTLS and perform DTLS negotiation on RTCP.
11 years ago
Matthew Jordan 1644cd874d chan_sip: be more tolerant of whitespace between attributes in SDP fmtp line
11 years ago
Matthew Jordan 32d684ee25 res_http_websocket: Close websocket correctly and use careful fwrite
11 years ago
Corey Farrell 2875174e97 chan_sip: Fix handling of "From" headers longer than 256 characters
11 years ago
Richard Mudgett 11553fd489 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
11 years ago
Richard Mudgett df686c50d8 AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
11 years ago
Jonathan Rose a92d272d2f chan_sip: Fix order of variables specified in SIPNotify action
11 years ago
Walter Doekes 611f27fbd9 chan_sip: Start session timer at 200, not at INVITE.
11 years ago
Jonathan Rose 93e4470a65 chan_sip: Add TLS and SRTP status to CLI command 'sip show channel'
11 years ago
Walter Doekes adb50be36d chan_sip+CEL: Add missing ANSWER and PICKUP events to INVITE/w/replaces pickup.
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 709d39b662 chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.
11 years ago
Jonathan Rose 43f21b8564 chan_sip: Add sendrpid trust options
11 years ago
Richard Mudgett bb3b4352ac chan_sip.c: Moved some sip_pvt unrefs after their last use.
11 years ago
Jonathan Rose 1d1cc62fba Reverting r411189 so that it can be put up for public review
11 years ago
Matthew Jordan 33d1220bee main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output
11 years ago
Richard Mudgett 45ebd29e10 internal_timing: Remove the option and always make it enabled if a timing module is loaded.
11 years ago
Corey Farrell 8fe29356ac Fix dialplan function NULL channel safety issues
11 years ago
Jonathan Rose 6a4e040aa8 chan_sip: Send real CallerID information with P-Assserted-Identity (RFC-3325)
11 years ago
Kinsey Moore 336ecce920 chan_sip: Fix incorrect use of timers
11 years ago
Joshua Colp 4644a07334 chan_sip: Always use fromdomain if set for domain, even if callerid is set to restricted.
11 years ago