Commit Graph

3580 Commits (640160a351dcbde8ccae366c1339c708d2238355)

Author SHA1 Message Date
Eugene Voityuk badac7c340 chan_sip.c: Start ICE negotiation when response is sent or received.
10 years ago
Richard Mudgett 47118fb947 chan_sip: Fix crash involving the bogus peer during sip reload.
10 years ago
Richard Mudgett 394b8a40c1 Audit improper usage of scheduler exposed by 5c713fdf18.
10 years ago
Steve Davies e74110188d Further fixes to improper usage of scheduler
10 years ago
Alexander Traud 811ef5ebac format: Update the maximum packetization time for iLBC 30.
10 years ago
Matt Jordan b3101fb8df channels/chan_sip: Set cause code to 44 on RTP timeout
10 years ago
Matt Jordan 60a9172d7e Fix improper usage of scheduler exposed by 5c713fdf18
10 years ago
Walter Doekes 2fcf45e9cf chan_sip: Fix From header truncation for extremely long CALLERID(name).
10 years ago
Joshua Colp 59636e82b2 chan_sip: Allow call pickup to set the hangup cause.
10 years ago
Kevin Harwell 430db4333e chan_sip.c: wrong peer searched in sip_report_security_event
10 years ago
Richard Mudgett 5311d18101 chan_sip.c: Move NULL check to where it will do some good.
10 years ago
Richard Mudgett f5cd1fa0df chan_sip.c: Tweak glue->update_peer() parameter nil value.
10 years ago
Walter Doekes 0e6d3f5ee5 chan_sip: Fix early call pickup caused deadlock.
10 years ago
Matt Jordan 353dd68cd0 Merge "chan_sip: Prevent deadlock when performing BYE with Also transfer." into 11
10 years ago
Damian Ivereigh 8b60998d29 chan_sip.c: Update dialog fromtag after request with auth
10 years ago
Mark Michelson d821f56b02 chan_sip: Prevent deadlock when performing BYE with Also transfer.
10 years ago
Corey Farrell 53658a14cc Fix unsafe uses of ast_context pointers.
10 years ago
Matthew Jordan 7dd8c34e82 chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabled
10 years ago
Matthew Jordan c224c44a16 clang compiler warnings: Fix non-literal-null-conversion warnings
10 years ago
George Joseph 5e46127e17 build: Fixes for gcc 5 compilation
10 years ago
Matthew Jordan b8d7aa442d clang compiler warnings: Fix invalid enum conversion
10 years ago
Corey Farrell 648fd9e2dd chan_sip: Fix dialog reference leaked to scheduler for reinvite_timeout.
10 years ago
Richard Mudgett 2befe82721 chan_sip: Fix realtime locking inversion when poking a just built peer.
10 years ago
Matthew Jordan bbfc8cc778 channels/chan_sip: Don't send a BYE after final response when PBX thread fails
10 years ago
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