- 09 11月, 2015 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 William King 提交于
* commit 'b9278a8f': FS-8416: Regex feature in param field
-
由 Mike Jerris 提交于
Merge pull request #519 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-8248-python-esl-bindings-are-installed to master * commit 'f5441a09': FS-8248 put python binaries into site arch path
-
由 Mike Jerris 提交于
* commit '54be6fc5': ESL-111 Fix esl/python/Makefile to create install directory This need when using make install DESTDIR=...
-
由 Mike Jerris 提交于
Merge pull request #583 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-8426-freeswitch.pm-is-not-found-by-perl to master * commit 'ffa24ef6': FS-8426 place freeswitch.pm into /usr/share/perl5
-
由 Moises Silva 提交于
Use the buffer length returned by the driver instead of trying to use strlen()
-
- 07 11月, 2015 1 次提交
-
-
由 Stanislav Sinyagin 提交于
-
- 06 11月, 2015 3 次提交
-
-
由 Italo Rossi 提交于
FS-8400 [verto_communicator] Removing deprecated use of stream.stop(), removing unused code and making volume meter gray so we can see it in a white background
-
由 Ítalo Rossi 提交于
Merge pull request #581 in FS/freeswitch from ~JAONZE/freeswitch:feature/FS-8400-add-camera-and-microphone-preview to master * commit '522547f8': FS-8400 [verto_communicator] Added Camera and microphone preview after the splash screen.
-
由 Jaon EarlWolf 提交于
-
- 05 11月, 2015 5 次提交
-
-
由 Kirill Sysoev 提交于
-
由 Mike Jerris 提交于
Merge pull request #579 in FS/freeswitch from ~MARCELO1337/freeswitch-fs-8415:feature/FS-8415-send-180-ringing-for-early-media to master * commit '7c3aed29': FS-8415 #resolve [support early with 180 using early_use_180=true]
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Marcel Haldemann 提交于
-
- 04 11月, 2015 5 次提交
-
-
由 William King 提交于
FS-8377 Fix the handling of hiredis limit release when using an interval. The expectation for interval is to NOT decrement the limit.
-
由 Anthony Minessale 提交于
-
由 Nathan Neulinger 提交于
-
由 Brian West 提交于
Merge pull request #578 in FS/freeswitch from ~MARKL/freeswitch:bugfix/FS-8413-segfault-calling-session-getvariable-nil to master * commit '6288af5e': FS-8413: Segfault calling session:getVariable(nil) in lua script
-
由 Mark Lipscombe 提交于
script calling session:getVariable() with a null variable name will cause FreeSWITCH to segfault. This change checks whether varname parameter to switch_channel_get_variable_dup is non-NULL.
-
- 03 11月, 2015 2 次提交
-
-
由 Anthony Minessale II 提交于
* commit 'e96c2d49': FS-8411 Replace ping_frame with video_ping_frame in a couple places that were missed
-
由 Bradley Jokinen 提交于
-
- 29 10月, 2015 11 次提交
-
-
由 William King 提交于
Merge pull request #573 in FS/freeswitch from ~WTCROSS/freeswitch:bugfix/FS-8398-ubuntu-trusty-deb-packaging to master * commit '21a79e3f': FS-8398: Added event_handlers/mod_amqp to avoided modules for Ubuntu 14.04 Trusty
-
由 Anthony Minessale II 提交于
Merge pull request #574 in FS/freeswitch from bugfix/FS-8154-segmentation-fault-occurs-while-eavesdropping to master * commit 'b4045420': FS-8154 #resolve [Segmentation fault occurs while eavesdropping on video call]
-
由 Anthony Minessale 提交于
-
由 Artur Kraev 提交于
This need when using make install DESTDIR=...
-
由 Tyler Cross 提交于
This change makes it so that event_handlers/mod_amqp is avoided when building debian packages for Ubuntu 14.04 (Trusty). If this module is packaged there is a dependency issue related to the rabbitmq libraries. Avoiding the module was the simplest solution to achieve debian packaging on the Ubuntu 14.04 OS.
-
由 Brian West 提交于
-
由 Ítalo Rossi 提交于
Merge pull request #570 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-8222-closing-screen-share-does-not-end to master * commit '320cf0ad': Target link for the plugin url, added comment explaining override $.FSRTC callback FS-8222 [verto_communicator] updated getScreenId.js in order to detect plugin issues and attached an 'ended' event to screenshare stream in order to detect 'stop sharing' click
-
由 Jaon EarlWolf 提交于
-
由 Michael Jerris 提交于
-
由 Brian West 提交于
* commit 'e6ae2e9b': FS-8392: change rtpmap payload to a number in dynamic range to allow both H263 and H263+ to be offered
-
由 Emmanuel Schmidbauer 提交于
FS-8392: change rtpmap payload to a number in dynamic range to allow both H263 and H263+ to be offered
-
- 28 10月, 2015 4 次提交
-
-
由 Jaon EarlWolf 提交于
FS-8222 [verto_communicator] updated getScreenId.js in order to detect plugin issues and attached an 'ended' event to screenshare stream in order to detect 'stop sharing' click
-
由 Brian West 提交于
Merge pull request #550 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-fec-fix to master * commit '65fd0792': FS-8319: mod_opus: fix and cleanup of switch_opus_has_fec() and switch_opus_info().
-
由 Brian West 提交于
Merge pull request #555 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-repacketization-toggle-fec to master * commit 'd145111e': FS-8344: mod_opus: toggle FEC on the last frame which is to be packed, so that FEC will be only present on the first SILK frame of the next Opus frame (Opus repacketization).
-
由 Mike Jerris 提交于
Merge pull request #546 in FS/freeswitch from ~COREY BURKE/freeswitch:feature/FS-8281-expose-srtp-and-srtcp-crypto-keys to master * commit '0316fdfc': FS-8281: Expose SRTP and SRTCP crypto keys as channel vars
-