Commit Graph

2542 Commits (03d617040a1749c8efb90cc7d125583256e8cbb9)

Author SHA1 Message Date
Richard Mudgett 18d5041981 Use better libss7 detection test and move libpri compile test.
13 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
13 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
13 years ago
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
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
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
13 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
13 years ago
Kevin P. Fleming b5193428a7 Enable usage of system-provided iLBC library.
13 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
13 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
13 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
13 years ago
Joshua Colp cbdb2dbb0e Fix a crash occurring as a result of excess stack usage.
13 years ago
Joshua Colp 44345b0973 Fix a crash as a result of propagating MWI or device state over XMPP when the client is disconnected.
13 years ago
Joshua Colp e938737570 Add support for SIP over WebSocket.
13 years ago
Joshua Colp acb5f5f824 Reduce memory consumption and add the H.264 and H.263 modules I shamefully neglected to add.
13 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
13 years ago
Terry Wilson a7dfafdc56 Handle deprecated (aliased) option names with the config options api
13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
13 years ago
Joshua Colp a3fa37b8cf Add a new unified Jingle, Google Jingle, and Google Talk channel driver written from scratch called chan_motif.
13 years ago
Richard Mudgett 1906601bf4 Tweak some comments and whitespace in utils.h
13 years ago
Joshua Colp 213bbc169a Add a cleaned up drop-in replacement for res_jabber called res_xmpp. This provides the same externally facing functionality but is implemented differently internally.
13 years ago
Joshua Colp 37256ea45d Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
13 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
13 years ago
Terry Wilson 1609fca6bb Add the ability to set flags via the config options api
13 years ago
Jonathan Rose 5eb94d7ebb Unique Call ID logging Phases III and IV
13 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
13 years ago
Mark Michelson 453e01725d Multiple revisions 369323-369324
13 years ago
Michael L. Young c843dddf80 Fix NULL pointer segfault in ast_sockaddr_parse()
14 years ago
Kinsey Moore f080be134e Ensure that pvt cause information does not break native bridging
14 years ago
Kinsey Moore bdab2763ac Add HANGUPCAUSE hash support to IAX2
14 years ago
Richard Mudgett f8746d0009 Allow non-normal execution routines to be able to run on hungup channels.
14 years ago
Richard Mudgett c5256059b8 Move vm defines to group them better.
14 years ago
Jason Parker 6334142050 Multiple revisions 368963,368965
14 years ago
Terry Wilson cfa0826c49 Add a post_apply callback to the Config Options API
14 years ago
Terry Wilson 01307e4b7b Add filename alias support to the Config Options API
14 years ago
Richard Mudgett 72eb8eb1e7 Fix deadlock potential with ast_set_hangupsource() calls.
14 years ago
Richard Mudgett 745484e1b3 Fix error paths in action_hangup() for AMI Hangup action.
14 years ago
Richard Mudgett 8b2412db28 Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.
14 years ago
Terry Wilson 9f704b5d59 Fix reloading an unchanged file with the Config Options API
14 years ago
Terry Wilson aeeff8cfa2 Add default handler documentation and standardize acl handler
14 years ago
Kinsey Moore 571445ab9c Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE
14 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
14 years ago
Joshua Colp 380c7c5c39 Add res_http_websocket module which implements the WebSocket protocol according to RFC 6455.
14 years ago
Terry Wilson d54717c39e Add new config-parsing framework
14 years ago
Jonathan Rose bdaecbb66b chan_sip: fix problem directmediapermit/deny uses the wrong address
14 years ago
Terry Wilson c7f2d02ef1 Fix race condition for CEL LINKEDID_END event
14 years ago
Mark Michelson 8b1193087e Revert revision 367163.
14 years ago
Mark Michelson e5f1f0496a Add "send to voicemail" Digium phone functionality to Asterisk.
14 years ago
Terry Wilson 45149bfdf8 Minor documentation change
14 years ago
Mark Michelson 5c576aa3c2 Fix memory leak of SSL_CTX structures in TLS core.
14 years ago
Jonathan Rose cd37bec058 logger: Adds additional support for call id logging and chan_sip specific stuff
14 years ago
Richard Mudgett 2d175b7e8f Remove missed idx parameter to some ao2 global holder macros.
14 years ago
Richard Mudgett d4fa095a64 Change ao2 global array to ao2 global object holder.
14 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
14 years ago
Richard Mudgett 4ea636c776 Run predial routine on local;2 channel where you would expect.
14 years ago
Russell Bryant eebdf35159 res_corosync: Fix build against corosync 2.0.
14 years ago
Matthew Jordan 50c959580c Prevent overflow in calculation in ast_tvdiff_ms on 32-bit machines
14 years ago
Olle Johansson 7aa0c3c64b Make it possible to change the minimum DTMF duration in asterisk.conf
14 years ago
Richard Mudgett 3a874139d4 Fix connected-line/redirecting interception gosubs executing more than intended.
14 years ago
Richard Mudgett 73f48997f9 Add original party id and reason support.
14 years ago
Michael L. Young abf40d9b28 Add IPv6 address support to security events framework.
14 years ago
Richard Mudgett a35c7ba8e7 Add option to invoke the extensions.conf stdexten using the legacy macro method.
14 years ago
Mark Murawki 745fcdbffe Fix dev-mode compiler warning about gnu_printf
14 years ago
Mark Murawki e4252eac10 Allow the Hangup manager action to match channels by regex
14 years ago
Richard Mudgett fb796aac06 Misc changes to make astobj2 enhancement diffs easier to follow.
14 years ago
Jonathan Rose 655a8d4420 Introducing the log message unique call identifiers feature
14 years ago
Jonathan Rose d501c2ea2d undoing 360785 due to merging mistake
14 years ago
Jonathan Rose bf994f0e04 Introducing the log message unique call identifiers feature
14 years ago
Richard Mudgett 38e892b370 Add global ao2 array container.
14 years ago
Jonathan Rose c6979ff581 Adds F option to Bridge application
14 years ago
Sean Bright 3a231e090f chan_iax2: Correct spelling of 'Port' header in IAX2 PeerStatus AMI Events
14 years ago
Richard Mudgett 334f13d8b8 Allow AMI action callback to be reentrant.
14 years ago
Richard Mudgett dd4a3b1825 Simplify some code in ast_app_run_sub().
14 years ago
Mark Michelson 827f2eae92 Revert the pre-dial addition.
14 years ago
Mark Murawki c65b41f57a Add options PreDial options 'b' and 'B' to app_dial
14 years ago
Russell Bryant 28881524dc app.h: Always initialize AST_DECLARE_APP_ARGS().
14 years ago
Richard Mudgett 9b31bd3cd8 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Richard Mudgett a22b6f6e4b Three copies of the file contents in channel_internal.h are a bit excessive.
14 years ago
Matthew Jordan 6df0ae5c1f Force non-inlining of ao2_iterator_destroy when TEST_FRAMEWORK is enabled
14 years ago
Russell Bryant 00b270833f Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Russell Bryant 4585000039 Remove chan_usbradio and app_rpt.
14 years ago
Terry Wilson 128c9109b0 Add missing channel_internal.h
14 years ago
Terry Wilson 699d2bd705 Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
14 years ago
Joshua Colp f5fda0eb74 Transition app_page to using app_confbridge internally for the conference bridge portion of paging. This also adds a new 'announcement' option to ConfBridge user profiles.
14 years ago
Sean Bright a8116350bc Add some underscores in a few of our llist macros to reduce name collisions.
14 years ago
Richard Mudgett 38f6e5d1ad Make usage of DECLARE_STRINGFIELD_SETTERS_FOR() not look so odd.
14 years ago
Kinsey Moore 8d1bde49a9 Fix case-sensitivity for device-specific event subscriptions and CCSS
14 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
14 years ago
Walter Doekes 41f5a1ab35 Update stringfield documentation for removed second va_list in favor of va_copy.
14 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
14 years ago
Sean Bright 35e2a046fd Documentation update. There is no AST_SOCKADDR_UNSPEC.
14 years ago
Richard Mudgett 85ea4277f1 Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
14 years ago
Richard Mudgett 2e834f7d36 Astobj2 locking enhancement.
14 years ago
Richard Mudgett 50c8557f03 Add ability to clone ao2 containers.
14 years ago
Jonathan Rose e37631d071 Converts locking for odbc containers from ast_mutex_lock to ao2_locks.
14 years ago
Kinsey Moore 1fac2fba4b Deprecated macro usage for connected line, redirecting, and CCSS
14 years ago