- 25 4月, 2015 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 24 4月, 2015 3 次提交
-
-
由 Eric Tamme 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
- 23 4月, 2015 1 次提交
-
-
由 William King 提交于
-
- 22 4月, 2015 2 次提交
-
-
由 William King 提交于
This reverts commit 702f0472.
-
由 William King 提交于
Merge pull request #234 in FS/freeswitch from feature/FS-7435-enable-auto-detection-of-libpq-for to master * commit '702f0472': FS-7435 change pgsql support to default on, with an option to disable
-
- 21 4月, 2015 3 次提交
-
-
由 Michael Jerris 提交于
-
由 Jeff Lenk 提交于
-
由 Michael Jerris 提交于
-
- 20 4月, 2015 2 次提交
-
-
由 William King 提交于
-
由 William King 提交于
-
- 17 4月, 2015 2 次提交
-
-
由 Anthony Minessale II 提交于
* commit '638e9324': FS-7434 reset jitter buffer when SSRC changes
-
由 Michael Jerris 提交于
-
- 16 4月, 2015 4 次提交
-
-
由 Chris Rienzo 提交于
-
-
由 Steve Underwood 提交于
-
由 Brian 提交于
-
- 15 4月, 2015 2 次提交
-
-
由 Brian 提交于
-
由 William King 提交于
-
- 14 4月, 2015 2 次提交
-
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
- 13 4月, 2015 4 次提交
-
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Steve Underwood 提交于
-
由 Steve Underwood 提交于
-
- 11 4月, 2015 1 次提交
-
-
由 Chris Rienzo 提交于
FS-7428 freeswitch.spec needs to copy mongo driver tarball to libs so that packaging doesn't fetch from files.freeswitch.org every build.
-
- 10 4月, 2015 1 次提交
-
-
由 William King 提交于
-
- 08 4月, 2015 2 次提交
-
-
由 William King 提交于
-
由 Steve Underwood 提交于
-
- 07 4月, 2015 2 次提交
-
-
由 William King 提交于
-
由 William King 提交于
-
- 04 4月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 03 4月, 2015 3 次提交
-
-
由 William King 提交于
-
由 William King 提交于
* commit '1a96f23f': Adding mod_amqp as an event_handler module
-
由 William King 提交于
AMQP(Advanced Message Queueing Protocol) is an event bus protocol with more info here http://www.amqp.org/about/what mod_amqp implements the client side of the amqp protocol. Currently the module supports two separate, but not mutually exclusive usages: 1. Sending a filtered whitelist of events to an AMQP server. The before the events are sent an amqp routing header is generated so that downstream subscriptions can subscribe using filters. If the connection to the remote server is interrupted, the module will attempt to reconnect. 2. Subscribing to a 'control' channel on the remote AMQP server. When events are received on this channel if they match a configured filter, the commands are run locally as api commands. If the filter for the events being sent to the remote AMQP server include SWITCH_EVENT_API then the results of the api commands will be sent back to the AMQP server. FS-7060 #resolve Thanks-to: Daniel Bryars <danb@aeriandi.com> and Tim Brown <tim.brown@aeriandi.com>
-
- 01 4月, 2015 2 次提交
-
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
DTMF-Source may have the following values: APP : injected by application (send_dtmf, etc) ENDPOINT : detected by endpoint signaling (like SIP INFO) INBAND_AUDIO : detected by start_dtmf, spandsp_start_dtmf, etc RTP : detected as 2833/4733 telephone event UNKNOWN : unknown source One possible use of this header is to determine telephone events are being received, and if so, disable inband detection.
-