Sergey Khripchenko
2766eaf49e
FS-9225: [mod_sofia] Allow to force SIP REGISTER Expires: to be within configured range.
...
Allow to force SIP REGISTER Expires: to be within MIN and MAX values.
Not just to force it to one specific value using "sip-force-expires".
New profile parameters:
"sip-force-expires-min"
"sip-force-expires-max"
2016-06-03 05:30:01 -07:00
Anthony Minessale
46b9ace417
FS-9197
2016-06-02 19:13:22 -05:00
Anthony Minessale
79229cdb8a
FS-9197
2016-06-02 15:53:38 -05:00
Mike Jerris
cfd2931782
Merge pull request #866 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9142-avmd-dynamic-settings to master
...
* commit 'eb369130d97802e3e739cebace38d76887cdf450':
FS-9142 [avmd] Dynamic settings
2016-06-02 15:34:45 -05:00
Anthony Minessale
885fe3b25c
FS-9197
2016-06-02 13:14:26 -05:00
Ken Rice
9ca13303f4
FS-9222 small tweak to freeswitch console to strip leading spaces from commands
2016-06-02 12:21:11 -05:00
William King
d5e390aba5
Merge pull request #852 in FS/freeswitch from ~MZAKA/freeswitch:bugfix/FS-9156-increments-when-call-limit-reached-improve to master
...
* commit 'f8b3140fed1650828d13349a7f9a63a73b29542e':
FS-9156: Code Improvement for the non-interval increment when limit reached
2016-06-02 11:44:51 -05:00
Muhammad Zaka
f8b3140fed
FS-9156: Code Improvement for the non-interval increment when limit reached
2016-06-02 09:57:17 +01:00
Ken Rice
959cc6543e
FS-9174 #resolve add dep to meta-all for mod_png so its installed via the debian -all packages
2016-06-01 15:55:24 -05:00
Mike Jerris
4631b8ff88
Merge pull request #867 in FS/freeswitch from ~JFIRLES/freeswitch:bugfix/FS-9216-add-ua-update-display to master
...
* commit 'b36cef731c14eb73730b9e86b5dd533c20180eb4':
FS-9216: [mod_sofia] Add Cisco SPA30X and Grandstream GXP user agents to send UPDATE
2016-06-01 15:44:06 -05:00
Jose Fco. Irles
b36cef731c
FS-9216: [mod_sofia] Add Cisco SPA30X and Grandstream GXP user agents to send UPDATE
2016-06-01 16:58:40 +02:00
Anthony Minessale
c0d9901b8b
FS-9150 #resolve ["video-mute-exit-canvas" param combined with "video-bridge-first-two" causes video feed to flip back and forth between feeds when users video-mute]
2016-05-31 20:35:00 -05:00
Mike Jerris
e4b141c5f8
Merge pull request #860 in FS/freeswitch from ~SJTHOMASON/freeswitch:feature/FS-9184-allow-show-calls-to-be-filtered-by to master
...
* commit '800655f774f12d76883f3a07ee35782006fb4c03':
FS-9184: Allow show calls to be filtered by accountcode
2016-05-31 13:43:09 -05:00
Michael Jerris
0421052b14
FS-9212: [mod_conference] fix conference recording api when using default canvas number
2016-05-31 12:37:58 -04:00
Piotr Gregor
eb369130d9
FS-9142 [avmd] Dynamic settings
...
Add checking of per session settings
with locking synced on avmd session mutex
2016-05-30 23:23:16 +02:00
Steve Underwood
a4cf41771e
A-law idle byte was defined incorrectly.
2016-05-29 21:00:49 +08:00
Anthony Minessale
57aa22638c
FS-9207 #resolve [Add ignore_sdp_ice=true to ignore ICE when parsing an SDP]
2016-05-27 14:52:51 -05:00
Mike Jerris
a838c29e41
Merge pull request #862 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9188 to master
...
* commit '08199210c1f548a1aa9a302c32eb89fabbf90301':
[mod_sofia] [FS-9188] added channel var to suppress auto-answer notify
2016-05-26 16:28:07 -05:00
Mike Jerris
f1b4d15c81
Merge pull request #864 in FS/freeswitch from feature/FS-9199-mem-alloc-debug to master
...
* commit '68892535ca188a1dabb942bfcc77932aec0b08c9':
FS-9199 easier memory allocation debugging and analysis
2016-05-26 16:12:54 -05:00
nneul at mst.edu
68892535ca
FS-9199 easier memory allocation debugging and analysis
2016-05-26 16:08:21 -05:00
Anthony Minessale
67e1db09d3
FS-9198 #resolve [Small memory leaks in mod_skinny]
2016-05-26 10:10:05 -05:00
William King
0630f334f2
Merge pull request #863 in FS/freeswitch from ~LEKENSTEYN/freeswitch:debian-systemd-fixes to master
...
* commit 'a8c497cbac5c99458f65f5d86cd3d170a8afceff':
debian: fix compatibility with systemd 215 on Jessie
2016-05-25 14:52:34 -05:00
nneul at mst.edu
ae8e5cb118
FS-9202 [mod_skinny] fix leak in speed dial
2016-05-25 14:14:03 -05:00
nneul at mst.edu
8339c1f980
FS-9201 [mod_skinny] fix leak in api call to list devices
2016-05-25 13:57:46 -05:00
Anthony Minessale
0151b8eddd
FS-9106 followup and tweaks on this patch after some testing
2016-05-25 10:59:15 -05:00
nneul at mst.edu
e26dbafa6a
FS-9198 [mod_skinny] fix small memory leaks
2016-05-25 10:40:28 -05:00
Peter Wu
a8c497cbac
debian: fix compatibility with systemd 215 on Jessie
...
Since FS-8788, this error is printed to the journal:
[/lib/systemd/system/freeswitch.service:22] Failed to parse resource value, ignoring: 240K
It turns out that suffixes are only introduced in systemd 228 which is
not available in Debian Jessie. Use 240*1024, rounded up to a nice
human-readable number.
2016-05-25 15:54:09 +02:00
Seven Du
93e401e78b
FS-8979 #resolve #comment please test
2016-05-24 17:36:39 +08:00
Mike Jerris
d8164a95f2
Merge pull request #633 in FS/freeswitch from ~LAZEDO/freeswitch:FS-8652 to master
...
* commit 'dc7753f51667e235ec7171a697f14989c9759e6f':
FS-8652 handle early-only param in replaces header
2016-05-23 14:27:27 -05:00
Luis Azedo
dc7753f516
FS-8652 handle early-only param in replaces header
2016-05-23 18:59:42 +01:00
Mike Jerris
e6d77e2813
Merge pull request #830 in FS/freeswitch from ~ETHANATKINS/freeswitch:ssl-transport to master
...
* commit 'db0dfe94d079e8b82c5ca93092faa2fe204b0d06':
FS-9113 [sofia-sip] Clear out ssl error queue
2016-05-23 10:52:12 -05:00
Spencer Thomason
800655f774
FS-9184: Allow show calls to be filtered by accountcode
2016-05-20 11:32:24 -07:00
Mike Jerris
685a3c5c23
Merge pull request #861 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9185-solaris-gcc-build-fails-with-error to master
...
* commit '585cccd940f8b679a6b58a5e7605df2d3e8365bc':
FS-9185: fix format ifdefs for Solaris SPARC
2016-05-20 11:07:18 -05:00
karl anderson
08199210c1
[mod_sofia] [FS-9188] added channel var to suppress auto-answer notify
2016-05-20 10:49:40 +01:00
Spencer Thomason
585cccd940
FS-9185: fix format ifdefs for Solaris SPARC
...
Fix SWITCH_INT64_T_FMT and SWITCH_TIME_T_FMT definitions for Solaris/SPARC
FS-9185 #resolve
2016-05-19 18:43:05 -07:00
Michael Jerris
46f4fda018
remove extra condition code that can never be called
2016-05-19 15:31:03 -05:00
Ken Rice
2b10500231
FS-9160 #resolve tweak sip_invite_failure_* chan vars for properly reporting last outbound call failure when there are multiple bridge attempts on a single call
2016-05-18 15:29:59 -05:00
Anthony Minessale
969904bf46
FS-9153 #resolve [uuid_bridge issue on ESL]
2016-05-18 12:47:39 -05:00
Mike Jerris
ae486fc7f7
Merge pull request #856 in FS/freeswitch from ~ANTONIO/fs-9034:master to master
...
* commit '465a0b6f1d3f229b4067c3db418b8f86c9fa2e47':
FS-9034 revert commit in sofia.c that prevents register in new thread
2016-05-18 12:34:26 -05:00
Anthony Minessale
6300cd0773
FS-9167 #resolve [Playing file when all video feeds are vmuted does not show file]
2016-05-17 13:41:19 -05:00
Antonio
465a0b6f1d
FS-9034 revert commit in sofia.c that prevents register in new thread
2016-05-17 18:40:27 +02:00
Michael Jerris
2c03025479
FS-9164: [core] add Session-Per-Sec-Last to heartbeat event
2016-05-16 14:48:46 -04:00
Anthony Minessale
1c9f6cc301
FS-9153 #resolve [uuid_bridge issue on ESL]
2016-05-16 12:23:11 -05:00
Mike Jerris
00a64734ed
Merge pull request #850 in FS/freeswitch from ~VIPKILLA/fs-9148:bugfix/FS-9148 to master
...
* commit 'df4490a7dfcaa6a087ea436979292b38dc7a5072':
FS-9148: add new voicemail.conf.xml param `send-full-vm-header`
2016-05-16 11:04:13 -05:00
Mike Jerris
91625b392a
Merge pull request #853 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9158-commit-65460fa-break-solaris-build to master
...
* commit '7f24fc7ab54af49882bbaf4e359b446fb50de7be':
FS-9158 [sofia-sip] Add include for changes in 65460fa
2016-05-14 16:59:04 -05:00
Spencer Thomason
7f24fc7ab5
FS-9158 [sofia-sip] Add include for changes in 65460fa
2016-05-14 13:42:17 -07:00
Italo Rossi
8b6f40f967
FS-8584 - [mod_callcenter] Requesting agents and tiers when reloading queue
...
Before this callcenter_config queue reload [queuename] only reloads the queue
parameters and now it'll include a CC-Queue header with the queuename when using
mod_xml_curl and request a new config for updating agents and tiers related to the
queue.
If you are using mod_xml_curl please make sure to return the raw xml config file
with all the settings, queues, agents and tiers tags when we request the config
without a CC-Queue specified. If this header is present you can build the xml with
items only related to the queue requested.
2016-05-13 22:21:04 -03:00
Italo Rossi
76b6341397
Incrementing Verto version in package.json
2016-05-13 16:17:03 -03:00
Anthony Minessale
0074589311
FS-9157 update jsmin
2016-05-12 17:18:13 -05:00
Anthony Minessale II
dd017a4ad2
Merge pull request #851 in FS/freeswitch from FS-9157 to master
...
* commit '040b83a7af498c0a3ab1781a9836a7b43f033d62':
FS-9157 [verto] Added possibility to use dedicated audio/video tags for each dialog
2016-05-12 17:12:05 -05:00