Brian West
fd3c2fd3bf
Merge pull request #1369 in FS/freeswitch from ~LAZEDO/freeswitch:FS-10592-1 to master
...
* commit 'aea2db043e376b7d55087416ce0670ce70cba7f0':
FS-10592: [mod_sofia] add sofia_profile_url to b channel
2017-08-24 20:07:19 +00:00
Anthony Minessale
eed17a6079
FS-10609: [mod_verto] Invalid pointer in verto channel #resolve
2017-08-24 11:17:11 -05:00
lazedo
aea2db043e
FS-10592: [mod_sofia] add sofia_profile_url to b channel
2017-08-17 20:32:13 +01:00
lazedo
da96699c1e
FS-10592: [mod_sofia] add sofia_profile_url to channel vars
2017-08-15 22:33:37 +01:00
Mike Jerris
9127c41316
Merge pull request #1031 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9683-pass-call-recovery-status-to-verto to master
...
* commit '34e491ffa1dca32846d1e0fb97e71f5ac7c34d22':
FS-9683: Pass call recovery status to Verto
2017-08-10 18:41:39 +00:00
Anthony Minessale
04067b4e21
FS-10523: [freeswitch-core] Websocket disconnects prematurely #resolve
2017-07-20 02:55:38 -05:00
Anthony Minessale
89e3a7bb4a
FS-9979: [verto.js] When verto client rejects a call returns hangup cause NORMAL_CLEARING #comment passing neither cause or causeCode will result in normal clearing, passing either one of cause or causeCode will result in that value being passed and parsed on the server side, if the cause is valid it will be accepted otherwise it will try to validate causeCode instead, if neither are true it defaults to normal clearing #resolve
2017-07-13 12:52:04 -05:00
Mike Jerris
719937ff8f
Merge pull request #1306 in FS/freeswitch from ~HRISTO/freeswitch:FS-10407-set-some-redirect-channel-variables to master
...
* commit '1d15e411f9f5b6c8883cda47534cc1e9c3a77f95':
FS-10407: [mod_sofia] Set redirect variables when outbound_redirect_fatal is true
2017-07-06 21:15:07 +00:00
Chad Phillips
34e491ffa1
FS-9683: Pass call recovery status to Verto
...
Previously, users implementing a Verto workflow where both user login and
placing a new call are automated (eg., visiting a URL, and the videoconference
loads automatically) faced the challenge of not having a reliable way to know
that a page load will result in Verto's call recovery mechanism reconnecting
an existing detached call or not.
This adds a verto.clientReady JSON-RPC message, emitted after all calls are
re-attached, which contains a 'reattached_sessions' array, containing the
sess_id of any reattached session.
Client side, this can be caught in the onMessage handler, under the
$.verto.enum.message.clientReady key.
2017-07-06 13:54:08 -07:00
Anthony Minessale
db47792558
FS-10447: [freeswitch-core] Manual video refresh mode #resolve
2017-06-29 16:57:18 -05:00
Mike Jerris
1729eb108f
FS-10439: [mod_sofia] fix small leak when receiving REFER message
2017-06-29 13:23:03 -05:00
Mike Jerris
d8fcb60155
FS-9785: changes to support newer openssl
2017-06-26 14:53:39 -05:00
Hristo Trendev
1d15e411f9
FS-10407: [mod_sofia] Set redirect variables when outbound_redirect_fatal is true
...
In case of outbound_redirect_fatal=true none of the redirect variables are
set. This makes it impossible for ESL applications to extract any information
related to the "302 Moved Temporarily" reply.
2017-06-21 09:25:23 +02:00
Mike Jerris
8afac73cd6
FS-10338: [mod_sofia] add sip_invite_stamp variable of the time we received initial invite on an inbound call leg
2017-05-23 17:07:08 -04:00
Mike Jerris
a249a7f30a
FS-10300: [mod_verto] fix crash in multiple verto messages when processing messages with missing params
2017-05-09 12:22:15 -05:00
Mike Jerris
5d8fad1ee1
FS-10300: [mod_verto] fix crash in verto.answer processing when missing params in message
2017-05-09 10:47:00 -05:00
Mike Jerris
14204c2557
Merge pull request #1083 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9791 to master
...
* commit '040a0d20d9bfc87fb6571a584a3061cb699bb71b':
FS-9791: Allow sofia_contact() to limit result by sip user agent Ex: sip_match_user_agent=Bria
2017-04-28 20:03:29 +00:00
Alexey Melnichuk
dd913d1bb5
FS-10268. Set correct Event-Name for RECV_EVENT event in sofia endpoint
2017-04-26 17:15:51 +03:00
Mike Jerris
fde6afda4c
FS-10150: fix typo
2017-04-24 12:34:40 -05:00
Mike Jerris
6a781a1e2c
FS-10150: fix typo
2017-04-22 08:45:57 -04:00
Anthony Minessale
c922223541
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets -- same fix for non-ssl sockets #resolve
2017-04-21 15:43:40 -05:00
Josh Allmann
70dd9727ee
FS-10241: Convert sofia_send_info_vid_refresh to a chanvar.
2017-04-19 21:41:49 +00:00
Anthony Minessale
b84662ae6b
FS-10243: [mod_conference] Add conference variables #resolve
2017-04-17 17:00:11 -05:00
Mike Jerris
3d885ac5c0
FS-10241: [mod_sofia] don't send xml media refresh request before we have media setup
2017-04-17 16:56:46 -05:00
Anthony Minessale
014f40d0b8
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets
2017-04-06 17:06:44 -05:00
Brian West
48f6978d55
FS-10059: [sofia-sip] handle re-invites during t.38 call
2017-04-05 16:31:38 -05:00
Brian West
f859a404f8
FS-10183 [mod_sofia] Broadsoft Shared line pickup would fall if a-leg is PCMU and your pickup device has G722 as its first codec.
2017-03-27 11:43:41 -05:00
Anthony Minessale
778190ffaf
FS-10180: [mod_sofia] Move debug line to higher level #resolve
2017-03-26 10:58:28 -04:00
Brian West
3dccd0a82f
FS-10149 [freeswitch-core] ZRTP encrypted calls drop on reinvite
2017-03-21 10:09:36 -05:00
Anthony Minessale
cd5182c27c
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets #resolve
2017-03-17 13:47:35 -05:00
Andrey Volk
62f48cafe7
FS-10074 [libtiff] Update to tiff-4.0.7, move from codebase to download
2017-03-16 20:12:30 +03:00
Mike Jerris
4a7c459e37
FS-10074: [libtiff] stop using embedded libtiff. Build now requires system libtiff
2017-03-15 15:02:04 -05:00
Mike Jerris
920d10afe7
FS-10074: [libtiff] stop using embedded libtiff. Build now requires system libtiff
2017-03-15 15:00:15 -05:00
Anthony Minessale
c9eb818e4a
FS-10120: [mod_verto] Move text support behind a param
2017-03-13 11:06:48 -05:00
Marc Olivier Chouinard
040a0d20d9
FS-9791: Allow sofia_contact() to limit result by sip user agent Ex: sip_match_user_agent=Bria
2017-03-10 23:00:42 -05:00
Anthony Minessale
fbe05e2035
FS-10120: [mod_verto] Move text support behind a param #resolve
2017-03-09 13:40:33 -06:00
Anthony Minessale
da6b9e001c
FS-9742: [mod_conference,mod_cv] Refactor canvas zoom code #resolve
2017-03-09 11:54:13 -06:00
Mike Jerris
f8789c0130
FS-10104: [mod_h323] fix build error caused by FS-10025
2017-03-08 11:30:31 -06:00
Brian West
ad758d15c4
FS-10103: [freeswitch-core] segfault on new call #resolve
2017-03-07 19:35:19 -06:00
Mike Jerris
c16434bf04
Merge pull request #1196 in FS/freeswitch from ~PECHEN/freeswitch:feature/FS-10061-send-custom-variables-on-incoming to master
...
* commit 'ccae1567803ec7bb7b3c7cb623911a50f898c754':
FS-10061 [mod_verto] now it sends custom variables on incoming call via verto
2017-03-07 10:11:39 -06:00
Alexandr Popov
ccae156780
FS-10061 [mod_verto] now it sends custom variables on incoming call via verto
2017-03-07 10:42:17 +02:00
Mike Jerris
2f4c9b363e
FS-10067: [mod_sofia] add update-refresher profile param and sip_update_refresher channel var to use update for session timers
2017-03-03 11:01:26 -06:00
Anthony Minessale
40bfe0fff5
FS-9154: [freeswitch-core] Add & remove video on re-invites #resolve
2017-02-15 13:56:35 -06:00
Brian West
e8bd2d6f98
FS-10041: [mod_conference,mod_sofia] Invalid contact,<(null)>;isfocus, when hold call inside a conference room #resolve
2017-02-14 14:31:11 -06:00
Mike Jerris
e8f6ed3d93
Merge pull request #1183 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-10009 to master
...
* commit '6c12f69e0c893646eda0bb010873583040aa136b':
FS-10009: mod_fail2ban - Added logging of network_ip for abandoned calls
2017-02-14 13:32:05 -06:00
Armen Babikyan
6ed86abf9f
FS-9300: Add support for disabling sofia's 100 Trying via configuration, and sending 100 Trying from dialplan
2017-02-13 14:49:05 -08:00
Brian West
9e971e5602
FS-10035: [mod_sofia] Outbound calls use progressing not alerting #resolve
2017-02-13 08:08:56 -06:00
Sergey Safarov
6c12f69e0c
FS-10009: mod_fail2ban - Added logging of network_ip for abandoned calls
2017-02-10 13:17:45 -05:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Anthony Minessale
cbc8d23603
FS-10026: [mod_verto] reduce attach_wake calls #resolve
2017-02-09 17:39:35 -06:00