Commit Graph

3800 Commits (a66fa4db24553d6ec6c8978c528081a94b1715a1)

Author SHA1 Message Date
Joshua Colp 77002bc377 Merge in current pimp_my_sip work, including:
12 years ago
Joshua Colp 94ec267888 Migrate PeerStatus events to stasis, add stasis endpoints, and add chan_pjsip device state.
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Mark Michelson 2dc8a06006 Refactor the features configuration scheme.
12 years ago
Mark Michelson cfe32ec1da Add attended transfer support for chan_sip.c
12 years ago
Mark Michelson fac3839e68 Adds support for a core attended transfer function plus adds some hiding of masquerades.
12 years ago
Jason Parker 154fbf8cae Split Hold event into Hold/Unhold, and move it into core.
12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
12 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
12 years ago
David M. Lee b97c71bb11 Fix shutdown assertions in stasis-core
12 years ago
Jonathan Rose b90bba7a30 Stasis: Update security events to use Stasis
12 years ago
Michael L. Young 4ff6e61808 Fix Crash Caused By One-way Audio With auto_* NAT Settings Fix
12 years ago
Sean Bright 2cfedc12ad Fix copy/paste error in one-touch-recording implementation.
12 years ago
David M. Lee e06e519a90 Initial support for endpoints.
12 years ago
Alec L Davis efd28c676a chan_sip: NOTIFYs for BLF start queuing up and fail to be sent out after retries fail
12 years ago
Jonathan Rose 1eac5a7988 Stasis: Convert network change events into network change stasis messages
12 years ago
Alec L Davis f7f58b7bc2 chan_sip: Session-Expires: Set timer to correctly expire at (~2/3) of the interval when not the refresher
12 years ago
Alec L Davis 7f0f53958b chan_sip: Honor Session-Expires in 200OK response when it's a RE-INVITE when asterisk is the refresher.
12 years ago
Matthew Jordan b693a72378 Prevent crash in 'sip show peers' when the number of peers on a system is large
12 years ago
Jonathan Rose 8e257fe819 Stasis Core: Refactor ACL Change events to go out over the stasis core msg bus
12 years ago
Michael L. Young b4c881c86e Fix Displaying Symmetric RTP Global Setting
12 years ago
Michael L. Young 735026ccf6 Change Case On Forcerport For Consistency
12 years ago
Michael L. Young fcbb9f0c8d Fix One-Way Audio With auto_* NAT Settings When SIP Calls Initiated By PBX
12 years ago
Matthew Jordan caf4a5f605 Fix crash in chan_sip when a core initiated op occurs at the same time as a BYE
12 years ago
Michael L. Young 03286cf23f Fix For Not Overriding The Default Settings In chan_sip
12 years ago
Kinsey Moore 1a2a4578d2 Convert MWI state message type to the new stasis naming convention
12 years ago
Kinsey Moore 72bccf69c3 Address uninitialized conditional that valgrind found
12 years ago
Matthew Jordan 0ffce56f1b AST-2013-003: Prevent username disclosure in SIP channel driver
12 years ago
Matthew Jordan 58ee2b7d11 Resolve deadlock between SIP registration and channel based functions
12 years ago
Kinsey Moore 99aa02d17f Transition MWI to Stasis-core
12 years ago
Kinsey Moore ad5f3a5759 tcptls: Prevent unsupported options from being set
12 years ago
Matthew Jordan cacc356bbe When a session timer expires during a T.38 call, re-invite with correct SDP
12 years ago
Matthew Jordan 00e9ffb907 Include the Username field in SIP Registry events when Status is registered
12 years ago
Kevin Harwell 09ecb25e08 Added an option to disallow music on hold
12 years ago
Jonathan Rose b4a010e958 chan_sip: Update the via header when relaying SMS MESSAGE
12 years ago
Matthew Jordan f6f6bc7b59 Remove unused function
12 years ago
Matthew Jordan 12748bc735 Don't reset the RTP address on a glare re-INVITE
12 years ago
Matthew Jordan 80b8c2349c Add a 'secret' probation strictrtp mode to handle delayed changes in RTP source
12 years ago
Matthew Jordan 8d5c36c9bb Add RFC 3327 Path header support to chan_sip
12 years ago
Michael L. Young a3ad8b28e6 Fix / Clean Up Some Items To Handle The New auto_* NAT Options
12 years ago
Joshua Colp e0b49e7331 Relax dialog checking in get_sip_pvt_byid_locked so it works when the dialog is forked.
12 years ago
Walter Doekes d33d9c1781 Correct RPID parsing for unquoted display-name.
12 years ago
Matthew Jordan 2ebb9863ea Don't send presencestate information if the state is invalid
12 years ago
Mark Michelson 8a7dd2f408 Fix a crash that occurred when a BYE was received on a replaced dialog.
12 years ago
Jonathan Rose f008baddac chan_sip: Use video and text crypto attributes to append RTP profiles to SDP
12 years ago
Kinsey Moore 81fa307af7 Fix some more REF_DEBUG-related build errors
12 years ago
Richard Mudgett 5b236ee647 Make ast_do_masquerade() a void function.
12 years ago
David M. Lee 345253a50e Fixed failing test from r380696.
12 years ago
David M. Lee 5899e13112 Process session timers, even if Session-Expires header is missing
12 years ago
Matthew Jordan 01309cf41e Unregister SIP provider API if module load is declined
12 years ago
Matthew Jordan 8018bdd8e1 Perform case insensitive comparisons for T.38 attributes
12 years ago
Matthew Jordan 126060042e Ensure that a declined media stream is terminated with a '\r\n'
12 years ago
David M. Lee be727bf0d2 Fix Record-Route parsing for large headers.
13 years ago
David M. Lee a91a289154 Fix XML encoding of 'identity display' in NOTIFY messages, continued.
13 years ago
David M. Lee aecd2429bd Fix XML encoding of 'identity display' in NOTIFY messages.
13 years ago
Michael L. Young 209373262d Fix SIP Notify Messages To Have The Proper IP Address In The FROM Field
13 years ago
Matthew Jordan 8fb5bdce9a Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Matthew Jordan 1fb06fde95 Resolve crashes due to large stack allocations when using TCP
13 years ago
Kinsey Moore 32472eca70 Ensure chan_sip rejects encrypted streams without crypto info
13 years ago
Brent Eagles ab894d5af9 This change adds a SIP peer configuration feature to allow the peer's
13 years ago
Kinsey Moore 4f6064584d Ensure Min-SE is included in outbound INVITEs
13 years ago
Mark Michelson 607a5d898c Fix a potential deadlock in chan_sip during transfers.
13 years ago
Kinsey Moore 1c1faa1380 Handle Session-Expires less than local Min-SE in 200 OK
13 years ago
Joshua Colp b206511914 Fix a SIP request memory leak with TLS connections.
13 years ago
Olle Johansson 712aaa9828 Move functions to AFTER the block of forward declarations of functions.
13 years ago
Olle Johansson 1b47dbe991 Formatting changes
13 years ago
Mark Michelson fab48c28f9 Fix potential crashes during SIP attended transfers.
13 years ago
Richard Mudgett 53e97bc9ee Fix compile error.
13 years ago
Michael L. Young 587906cb6c Improve Code Readability And Fix Setting natdetected Flag
13 years ago
Pedro Kiefer e46ea1fe65 Fix chan_sip websocket payload handling
13 years ago
Mark Michelson b37ab7e673 Add "Require: timer" to 200 OK responses when appropriate.
13 years ago
Alec L Davis 316fbb083c Reduce CLI spam of "Extension Changed" device state messages.
13 years ago
Walter Doekes 907050d41b Fix most leftover non-opaque ast_str uses.
13 years ago
Jonathan Rose e62bab8131 chan_sip: Add SubscribeContext field to SIPshowpeer AMI response
13 years ago
Joshua Colp 866d968149 Remove a fixed size limitation for producing SDP and change how ICE support is disabled by default.
13 years ago
Michael L. Young 01526b2c3c Fix Wrong Result In Debug Message For SDP Origin Processing
13 years ago
Jonathan Rose d4a357b82f chan_sip: Fix a bug causing SIP reloads to remove all entries from the registry
13 years ago
Mark Michelson 5f3f32c494 Prevent resetting of NATted realtime peer address on reload.
13 years ago
Mark Michelson da85f8489f Make evaluation of channel variables consistently case-sensitive.
13 years ago
Walter Doekes 6d57ecd48c Change a few warnings to debug and the inverse.
13 years ago
Walter Doekes 1a0646aec1 Fixes to the fd-oriented SIP TCP reads.
13 years ago
Walter Doekes 8a65f47e88 Don't do SIP contact/route DNS if we're not using the result.
13 years ago
Walter Doekes 2142fc3bc7 Update sip_request_call SIP dial string documentation.
13 years ago
Andrew Latham 3820f1586e Doxygen Updates - Title update
13 years ago
Mark Michelson c7b23cbb0a Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Mark Michelson 825607e09b Don't make chan_sip export global symbols.
13 years ago
Joshua Colp 766d133c62 Improve logging for DTLS-SRTP failure situations.
13 years ago
Joshua Colp d78f7f92b2 Add support for applying direct media ACLs between differing channel technologies.
13 years ago
Andrew Latham 99e1174bfa Doxygen Cleanup
13 years ago
Matthew Jordan c3c317433f Fix ref leak when adding ICE candidates to an SDP
13 years ago
Joshua Colp 9f55e5e928 Make res_http_websocket an optional dependency on supported platforms for chan_sip.
13 years ago
Mark Michelson b6a780b923 Move handling of 408 response so there is no misleading warning message.
13 years ago
Mark Michelson fdfb3ae5fa Allow for redirecting reasons to be set to arbitrary strings.
13 years ago
Terry Wilson b7233b18eb Properly handle UAC/UAS roles for SIP session timers
13 years ago
Jonathan Rose c7850a198b chan_sip: Set Quality of Service for video rtp instance
13 years ago
Richard Mudgett da8c22fe45 Be consistent, send From: "Anonymous" <sip:anonymous@anonymous.invalid>
13 years ago
Richard Mudgett bc090677bc Fix potential reentrancy problems in chan_sip.
13 years ago
Joshua Colp f6e0406239 Fix a deadlock caused by a race condition between removing a hint and reloading the dialplan and subscribing to the removed hint.
13 years ago
Joshua Colp ad3e51bf4c Fix an issue with H.264 format attribute comparison and fix an issue with improper SDP being produced.
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
Joshua Colp e8380afc8a Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
13 years ago
Kinsey Moore afa6b8f320 Correct handling of unknown SDP stream types
13 years ago
Matthew Jordan f92bb6265c Resolve memory leaks in TLS initialization and TLS client connections
13 years ago
Mark Michelson b0a4f08928 Add channel name to a warning to make debugging easier.
13 years ago
Jonathan Rose 23a298f28c chan_sip: Change SIPQualifyPeer to improve initial response time
13 years ago
Darren Sessions 7e46e4d17b LDAP Realtime Peers Cannot Register
13 years ago
Mark Michelson a40f702aef Fix issue where SIP devices were not notified when custom devices changed to "ringing".
13 years ago
Matthew Jordan 8018b879a2 Clean up doxygen warnings
13 years ago
Jonathan Rose 6c07c904aa chan_sip: Change manager event to confirm SIPqualifypeer into an ack
13 years ago
Jonathan Rose 3f69a4e34f chan_sip: Send 408 on retransmit timeout instead of 603
13 years ago
Jonathan Rose 504cfd1070 chan_sip: Send a manager event to confirm SIPqualifypeer completes
13 years ago
Mark Michelson 6a539ace84 Fix misuses of asprintf throughout the code.
13 years ago
Joshua Colp 1a95c9a906 When a peer registers using WebSocket do not resolve the Contact provided.
13 years ago
Jonathan Rose d4879edd8e chan_sip: Use pvt outgoing_call variable to set Remote-Party-ID Header
13 years ago
Jonathan Rose 70ca2e51a1 chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK
13 years ago
Michael L. Young 7aac43b4b1 Fix Segfault When Registering SIP Over WebSockets
13 years ago
Kinsey Moore 837e00a5cc Avoid unconditional NULLing of mwipvt on relatedpeer on SIP dialog destruction
13 years ago
Kinsey Moore 76d642ff69 Add HANGUPCAUSE information to callee channels
13 years ago
Mark Michelson 5d02d8e016 Fix problem where incorrect pointer was checked for nullity.
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Mark Michelson 5ff199d99a Fix a comparison that was causing presence tests to fail.
13 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
13 years ago
Joshua Colp 15e41c7542 Reduce memory consumption significantly for users of the RTP engine API by storing only the payloads present and in use instead of every possible one.
13 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
13 years ago
Mark Michelson e46db5d943 Improve debug message for temporary outbound proxies.
13 years ago
Mark Michelson 9f0127f087 Multiple revisions 370769-370771
13 years ago
Kinsey Moore e108a5777a Fix regression from r370636
13 years ago
Mark Michelson 4377d511ae Add headers from SIPAddHeader to outbound REFER requests.
13 years ago
Matthew Jordan d5d41741cc Schedule pokes of registered SIP peers within a given timespan after SIP reload
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kinsey Moore e5210366e4 Clean up chan_sip
13 years ago
Jonathan Rose 3da07b3ec0 chan_sip: Add SIPpeerstatus command to AMI
13 years ago
Mark Michelson a28e6fc7bd Add separate configuration options for subscription and registration minexpiry and maxexpiry.
13 years ago
Joshua Colp 4d6b524b61 Prevent multiple local candidates from being added with the same information and add support for disabling ICE on a per-peer basis.
13 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
13 years ago
Matthew Jordan 86ff5585fd Add the ability to specify technology specific documentation
13 years ago
Joshua Colp cbdb2dbb0e Fix a crash occurring as a result of excess stack usage.
13 years ago
Walter Doekes 6027b26fa7 Code cleanup and bugfix in chan_sip outboundproxy parsing.
13 years ago
Joshua Colp f234eae9ee Fix a bug exposed by the testsuite where text streams would no longer be parsed correctly.
13 years ago
Joshua Colp e938737570 Add support for SIP over WebSocket.
13 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
13 years ago
Kinsey Moore c1354af599 Include Expires header for SIP PUBLISH requests
13 years ago
Kinsey Moore 65fe6976ae Prevent double uri_escaping in chan_sip when pedantic is enabled
13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
13 years ago
Kinsey Moore 3805e2ae4d Fix failing SDP_offer_answer test
13 years ago
Joshua Colp 7baa8bf43d Add support for exposing the received contact URI and also for setting the request URI in messages.
13 years ago
Jonathan Rose 60bc927579 chan_sip: Fix small behavioral change accidentally introduced in r369750
13 years ago
Jonathan Rose 49aa47171b chan_sip: Add case for FLASH control frames so that we don't display a warning.
13 years ago
Matthew Jordan 4b3476d016 Do not send a BYE when a provisional response arrives during a re-INVITE
13 years ago
Terry Wilson 474b023ad4 More improvements to re-INVITEs timing out after a provisional response
13 years ago
Terry Wilson d97e6c1401 Better handle re-INVITEs with provisional but no final repsonses
13 years ago
Joshua Colp 37256ea45d Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
13 years ago
Joshua Colp 35c533156c With some configurations a transport is not actually specified so assume UDP in these cases.
13 years ago
Joshua Colp 2e23dbb4b6 Make the address family filter specific to the transport.
13 years ago
Terry Wilson 7d9e0158c3 AST-2012-010: Clean up after a reinvite that never gets a final response
13 years ago
Mark Michelson e0883154cf Re-fix how local tag is generated when sending a 481 to an INVITE.
13 years ago
Mark Michelson 87810af23d Be more consistent with the return code for requests received from invalid domain.
13 years ago
Richard Mudgett e07ba960f9 Change incorrect chan_sip zombie hangup debug message. They are all zombies now.
13 years ago
Terry Wilson 9cdc5468e7 Don't crash on a guest directmedia call
13 years ago
Kinsey Moore 35c7b65475 Don't parse media stream state for SIP video streams
13 years ago
Mark Michelson 91157d5c2b Fix request routing issue when outboundproxy is used.
13 years ago
Kinsey Moore bf6ef69702 Allow chan_sip to decline unwanted media streams
13 years ago
Mark Michelson 6bd3eb4995 Set the Caller ID "tag" on peers even if remote party information is present.
13 years ago
Matthew Jordan 8bc3c1e20f Fix deadlock in SIP transfers that involve a REFER request
13 years ago
Kinsey Moore afa03bd310 Parse ANI2 information from SIP From header parameters
13 years ago
Richard Mudgett 72eb8eb1e7 Fix deadlock potential with ast_set_hangupsource() calls.
13 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Mark Michelson ea8cf8b5f3 Fix a specific scenario where ACKs are not matched.
13 years ago
Kinsey Moore 1492177b7b Ensure overlapping hold flags do not conflict
13 years ago
Kinsey Moore 571445ab9c Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE
13 years ago
Mark Michelson d210685a20 Relay proper SIP responses on calling side.
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Kevin P. Fleming dd02d976f5 Improve SDP offer/answer RFC compliance
13 years ago
Kevin P. Fleming 66e5c30716 Improve SDP parsing warning messages
13 years ago
Mark Michelson 463f9d729a Help mitigate potential reinvite glare scenarios.
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Michael L. Young 2eff35bafa Fix pvt_sip for inbound call to use peer's allowtransfer setting
13 years ago
Jonathan Rose bdaecbb66b chan_sip: fix problem directmediapermit/deny uses the wrong address
13 years ago
Matthew Jordan f454dceaf3 Re-add LastMsgsSent value for SIP peers
13 years ago
Terry Wilson 1ffb200c0e Resolve crash in subscribing for MWI notifications
13 years ago
Mark Michelson 8b1193087e Revert revision 367163.
13 years ago
Mark Michelson e5f1f0496a Add "send to voicemail" Digium phone functionality to Asterisk.
13 years ago
Mark Michelson 5c576aa3c2 Fix memory leak of SSL_CTX structures in TLS core.
13 years ago
Matthew Jordan 6eb4e81033 Fix more memory leaks
13 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
13 years ago
Jonathan Rose cd37bec058 logger: Adds additional support for call id logging and chan_sip specific stuff
13 years ago
Mark Michelson 5629d66257 Correct misuse of ast_strip_quoted() when getting a Diversion header's reason parameter.
13 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
13 years ago
Mark Michelson fef9a32fb4 Fix broken reinvite glare scenario.
13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose 8227f70cd7 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Mark Michelson 3430da58e9 Close the proper tcptls_session when session creation fails.
13 years ago
Mark Michelson 6125190ca1 Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt.
13 years ago
Mark Michelson abfe67b01e Send more accurate identification information in dialog-info SIP NOTIFYs.
13 years ago
Kinsey Moore 781f4657b9 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Jason Parker 067064bd65 Save the address on which a MESSAGE was received, so it can be used in MESSAGE()
13 years ago
Mark Michelson 355a6d6f37 Remove a function that has been marked unused since Asterisk 1.6.0.
13 years ago
Mark Michelson 6eb1ea3b79 Revert revision 360862.
13 years ago
Joshua Colp ae1502be33 Add support for lightweight NAT keepalive.
13 years ago
Mark Michelson 1a58b3b775 Don't attempt to make use of the dynamic_exclude_static ACL if DNS lookup fails.
13 years ago
Kinsey Moore 83cf78deda Allow SIP pvts involved in Replaces transfers to fall out of reference sooner
13 years ago
Matthew Jordan 103031330a Allow for reloading SRTP crypto keys within the same SIP dialog
13 years ago
Kinsey Moore 7bf6a01cfa Fix reference leaks involving SIP Replaces transfers
13 years ago
Alec L Davis 5746e0d2ac chan_sip: [general] maxforwards, not checked for a value greater than 255
13 years ago
Matthew Jordan e8e12afc6a AST-2012-006: Fix crash in UPDATE handling when no channel owner exists
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Michael L. Young 8337ecd38d Turn off warning message when bind address is set to any.
13 years ago
Kinsey Moore a485f44022 Add missing newlines to CLI logging
13 years ago
Matthew Jordan a2e127a651 Fix a typo in the warning messages for an ignored media stream
13 years ago
Jonathan Rose e96a59acfd Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Kinsey Moore 9cc6f2c59e Stop sending out RTCP if RTP is inactive
13 years ago
Mark Michelson cc2366bca0 Improve accuracy of identifying information sent in dialog-info SIP NOTIFY requests.
13 years ago
Mark Michelson 01cc64585e Make a debug message regarding subscription changes more accurate.
13 years ago
Richard Mudgett df16bd973e Add missing initialization of update_redirecting in chan_sip.c
13 years ago
Matthew Jordan c88d1c8337 Ensure Asterisk sends a BYE when pending on the final response to a re-INVITE
13 years ago
Paul Belanger 31462e7bd6 Remove unused variable ‘srch’
13 years ago
Paul Belanger 831af9fbc7 Remove some dead code found in _sip_show_peers()
13 years ago
Terry Wilson 699d2bd705 Make hints for invalid SIP devices return Unavail, not idle
13 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
13 years ago
Jonathan Rose 587cb230b2 Make transfer not ignore port information with SIP.
13 years ago
Joshua Colp 2736fe9917 Defer sending the connected line reinvite if a reinvite is already in progress.
13 years ago
Kinsey Moore dec0d4f9e3 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Richard Mudgett 85ea4277f1 Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
13 years ago
Jonathan Rose 565f411868 Changes transport option in sip.conf so that using multiple instances doesn't stack.
13 years ago
Jonathan Rose 299dd5d4fc Adds an option to sip.conf that prevents diversion headers from being added.
13 years ago
Richard Mudgett ebe2c33b72 Fix worker thread resource leak in SIP TCP/TLS.
13 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
13 years ago
Richard Mudgett 235f88d122 Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
13 years ago
Mark Michelson c078a1819c Fix ACK routing for non-2xx responses.
13 years ago
Matthew Jordan a8d9e0bf0b Merged revisions 356215 via svnmerge from
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Mark Michelson 8a20faa8d7 Fix regressions with regards to route-set creation on early dialogs.
13 years ago
Mark Michelson 03894236d0 Properly invert the return of a strncmp call.
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Kinsey Moore 6225c6cadc Fix parsing of SIP headers where compact and non-compact headers are mixed
13 years ago
Terry Wilson e5c51ee44c Add auto_force_rport and auto_comedia NAT options
13 years ago
Matthew Jordan dff9b61f5c Clean-up of minor formatting issues in r354542/3/4
13 years ago
Matthew Jordan ba08e9f4d6 Fix SIP INFO DTMF handling for non-numeric codes
13 years ago
Terry Wilson 3342183016 Add callbackextension matching & realtime callbackextensions
13 years ago
Terry Wilson 8ba2d70602 Fix multiple SIP realtime issues
13 years ago
Kinsey Moore 29318afc15 Ensure entering T.38 passthrough does not cause an infinite loop
13 years ago
Jonathan Rose 5164196972 Fix sip show peers port output, align columns, and fix ami port output.
13 years ago
Jonathan Rose 0e334d427b Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sip
13 years ago
Richard Mudgett 23bc964e1c Constify some more channel driver technology callback parameters.
13 years ago
Terry Wilson de57235ac6 Re-link peers by IP when dnsmgr changes the IP
14 years ago
Alec L Davis f92d6412ab Merged revisions 353369 via svnmerge from
14 years ago
Alec L Davis 0ccc1f5274 Merged revisions 353321 via svnmerge from
14 years ago
Kevin P. Fleming 82f313b7b8 Clarify log WARNING message when port-zero SDP 'm' lines received.
14 years ago
Richard Mudgett 27b69e7d29 Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Alec L Davis e0ca02fe21 Merged revisions 352863 via svnmerge from
14 years ago
Jonathan Rose f4d98aeb28 Copy amaflags to sip_pvt from peer during create_addr_from_peer
14 years ago
Alec L Davis ed32b1c098 Merged revisions 352705 via svnmerge from
14 years ago
Terry Wilson 080ea28515 Remove some extraneous debugging from registry memleak fix
14 years ago
Richard Mudgett cbe57b11cb Fixes for sending SIP MESSAGE outside of calls.
14 years ago
Terry Wilson 4bf5e3716e Clean up some SIP registry-related memory leaks
14 years ago
Mark Michelson 0fe9043233 Don't do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
14 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
14 years ago
Richard Mudgett 74508e3bca Fix sip_cfg.notifycid to be set with the defined enum values.
14 years ago
Mark Michelson 02408a2476 Remove XXX comment that is not necessary.
14 years ago
Mark Michelson ab8ba431b6 Fix RTP reference leak.
14 years ago
Richard Mudgett d0c765497d Make CLI sip show channel list the complete route set.
14 years ago
Kinsey Moore c6fd4f5d74 SIP session timeout AMI event
14 years ago
Jonathan Rose 1a6960099b Adds setting of mwi_from field to check_auth_result check_peer_ok
14 years ago
Richard Mudgett ae32acfa3e Misc minor fixes in reqresp_parser.c and chan_sip.c.
14 years ago
Jonathan Rose 6fd0ac9dcd Eliminates doubling the :port part of SIP Notify Message-Account headers.
14 years ago
Joshua Colp ddf421bd5c Prevent crash when an SDP offer is received with an encrypted video stream when support for video is disabled and res_srtp is loaded.
14 years ago
Stefan Schmidt f69fd136f4 The get_pai function in chan_sip.c didn't recognized a proper callerid name and
14 years ago
Mark Michelson 5af788ccd0 Use built-in parsing functions for Contact and Record-Route headers.
14 years ago
Matthew Jordan f86621eb93 Fix udptl issue with initial INVITE introduced by r351027
14 years ago
Russell Bryant 141dd18848 Merged revisions 351183 via svnmerge from
14 years ago
Terry Wilson aacc158072 Ensure ACK retransmit & hangup on non-200 response to INVITE
14 years ago
Terry Wilson fb5924ebe8 Don't prematurely stop SIP session timer
14 years ago
Matthew Jordan e09527b10d Create and initialize udptl only when dialog negotiates for image media
14 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Terry Wilson b35a3a5c4a Don't leak CID in From header when presentation=unavailable
14 years ago
Jonathan Rose dd3f9b51c8 Adds Subscription-State header to notify with call completion. per RFC3265
14 years ago
Russell Bryant 1a8b769fdc Fix some minor formatting issues based on coding guidelines.
14 years ago
Russell Bryant 2b2d34b3c9 Constify tag argument in REF_DEBUG related code.
14 years ago
Jonathan Rose 19a4928fee INFO/Record request configurable to use dynamic features
14 years ago
Jonathan Rose 03596bcb47 chan_sip autocreatepeer=persist option for auto-created peers to survive reload
14 years ago
Richard Mudgett 32e35e5fcd Fix extension state callback references in chan_sip.
14 years ago
Stefan Schmidt 7d1c55d093 Fix possible misshandling of an incoming SIP response as a peer poke response.
14 years ago
Walter Doekes 463bfdb400 Fix regression when using tcpenable=no and tlsenable=yes.
14 years ago
Terry Wilson e279b30f5a Don't crash on INFO automon request with no channel
14 years ago
Richard Mudgett 7e634c21f8 Make SIP INFO messages for dtmf-relay signals case insensitive.
14 years ago
Walter Doekes e14f572132 Don't allow transport=tcp when tcpenable=no.
14 years ago
Matthew Jordan b8dba87a4c Fixed crash from orphaned MWI subscriptions in chan_sip
14 years ago
Walter Doekes 6209c5a894 For SIP REGISTER fix domain-only URIs and domain ACL bypass.
14 years ago
Matthew Jordan fa4a7dcc45 Update SIP MESSAGE To parsing to correctly handle URI
14 years ago
Jonathan Rose 39424ebad2 Change 183 Ringing in sipfrag body to 180 ringing. 183 Ringing isn't even a thing.
14 years ago
Tilghman Lesher 56b21b4683 Remove the few places where we try to ast_verbose() without a newline.
14 years ago
Jonathan Rose 9ef171ffe0 r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines
14 years ago
Jonathan Rose fb4c483eb7 Reverting 346525 due to accidental patch against trunk instead of 1.8
14 years ago
Jonathan Rose 6fa827b5d0 Cleaning up chan_sip/tcptls file descriptor closing.
14 years ago
Tilghman Lesher 77b670c4ab Allow each logging destination and console to have its own notion of the verbosity level.
14 years ago
Walter Doekes 2ee874178e Minor cleanup in chan_sip get_msg_text() function.
14 years ago
Matthew Jordan 76394a727f Fixed SendMessage stripping extension from To: header in SIP MESSAGE
14 years ago
Terry Wilson 32d0faac9c Default to nat=yes; warn when nat in general and peer differ
14 years ago
Richard Mudgett 113612b9d6 Restore SIP DTMF overlap dialing method.
14 years ago
Kinsey Moore 818ac23b92 Ensure that a null vmexten does not cause a segfault
14 years ago
Kinsey Moore a4365a8ae2 Fix regression introduced by SDP fixups
14 years ago
Richard Mudgett e48cecc848 Check sip.conf maxforwards parameter for range 1 <= x <= 255.
14 years ago
Kinsey Moore c225800646 Fix several bugs with SDP parsing and well-formedness of responses
14 years ago
Richard Mudgett 6d481420ce Fix deadlock during dialplan reload.
14 years ago
Terry Wilson 04f04ff39d Don't treat a host:port string as a domain
14 years ago
Richard Mudgett 9537f22c54 Residual changes for Asterisk v10 branch from ASTERISK-18747.
14 years ago
David Vossel 5cb719acec Merged revisions 343900 via svnmerge from
14 years ago
Richard Mudgett cee432c9d8 Fixed reference to incorrect variable if unknown host configured crash.
14 years ago
Kinsey Moore 5249a147b8 Make "sip show settings" CLI command get RPID flags from the right global page
14 years ago
Matthew Nicholson 2b6ebcb9e9 respect case changes in peer names on sip reload
14 years ago
Richard Mudgett 98e494d4a0 Fix __sip_subscribe_mwi_do() incorectly changing dialogs hash key callid.
14 years ago
Kinsey Moore 1c526d3d7d Prevent BLF subscriptions from causing deadlocks
14 years ago
Richard Mudgett 7a5f6684f0 Fix deadlock if peer is destroyed while sending MWI notice.
14 years ago
Terry Wilson 7f883ef495 Remove registertrying option in chan_sip
14 years ago
Walter Doekes f7bdc835a4 Fix improper warning introduced by r342927 and more tweaks
14 years ago
Walter Doekes b41b49ea0e Several fixes to the chan_sip dynamic realtime peer/user lookup
14 years ago
Jonathan Rose 05c6628c55 Outbound SIP OPTIONS messages will now include fromuser of related peer.
14 years ago
Terry Wilson 5f8648892f Don't use is_int() since it doesn't link well on all platforms
14 years ago
Stefan Schmidt 2816ccc516 Don't sent in-dialog requests like UPDATE when Asterisk has not yet received a Contact URI from a UAS
14 years ago
Terry Wilson b0076c5be1 Don't resolve numeric hosts or contact unresolved hosts
14 years ago
Richard Mudgett 10de040b6e More parking issues.
14 years ago
Terry Wilson 9f83c2b513 Initialize variables before calling parse_uri
14 years ago
Terry Wilson 2cb5178d29 Don't try to remove peers without IPs from peers_by_ip
14 years ago
Kinsey Moore 4b9546abdf Merged revisions 340971 via svnmerge from
14 years ago
Stefan Schmidt c48bee8e82 Merged revisions 340718 via svnmerge from
14 years ago
Terry Wilson 5c77498afd Initialize ast_sockaddr before calling ast_sockaddr_resolve
14 years ago
Stefan Schmidt ee8844782c Merged revisions 340577 via svnmerge from
14 years ago
Terry Wilson e7ebf7d5ab Merged revisions 340578 via svnmerge from
14 years ago
Paul Belanger f2cc666a99 Fix verbose messages when IPv6 logic was added
14 years ago
Richard Mudgett b63c1cc545 Fix some potential deadlocks pointed out by helgrind.
14 years ago
Matthew Jordan 4ec8d57454 Merged revisions 340165 via svnmerge from
14 years ago
Richard Mudgett 2f82296096 Merged revisions 339626 via svnmerge from
14 years ago
Leif Madsen 34bf1527e8 Merged revisions 339148 via svnmerge from
14 years ago
Terry Wilson 2644af39b4 Merged revisions 339088 via svnmerge from
14 years ago
Olle Johansson 260648043b Formatting changes only
14 years ago
Richard Mudgett 977742747d Fix formatting of AMI header for SIP show peer.
14 years ago
Gregory Nietsky c4a7d0e2c7 Merged revisions 338417 via svnmerge from
14 years ago
Olle Johansson 6e0f7be7c9 Whitespace (red blobs) fixes
14 years ago
Jonathan Rose 5982bdcb7c Merged revisions 337595,337597 via svnmerge from
14 years ago
Gregory Nietsky 8493c46308 Merged revisions 336936 via svnmerge from
14 years ago
Terry Wilson 098efb6641 Merged revisions 336792 via svnmerge from
14 years ago
Olle Johansson 1ec4cb8ea0 Merged revisions 336502 via svnmerge from
14 years ago
Olle Johansson 5b4b76d3aa Merged revisions 336381 via svnmerge from
14 years ago
Jonathan Rose beae2df26e Merged revisions 336307 via svnmerge from
14 years ago
Olle Johansson 5c6d438231 Documentation updates
14 years ago
Olle Johansson 55b060fb35 Small documentation updates
14 years ago
Olle Johansson 404151ad65 New sip.conf option for setting default tonezone for channel or individual devices
14 years ago
Olle Johansson e4a11bcb6e Merged revisions 335323 via svnmerge from
14 years ago