Mike Jerris
20697cf0bd
Merge pull request #1118 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-9877-mod_loopback-no-audio to master
...
* commit '5dfc63c126f664cff09ddc6d2a67e05c2426f940':
FS-9877 [mod_loopback] fix no audio
2017-01-03 14:39:40 -06:00
Mike Jerris
f273ecda3f
FS-9903: [msrp] fix namespacing and visibility of some structs
2017-01-03 13:51:30 -06:00
Anthony Minessale
ded506f611
FS-9898: [mod_sofia] Call hanging in FS if HOLD not successful #resolve
2017-01-03 12:01:48 -06:00
Seven Du
7e24a79580
FS-9903 WIP MSRP client mode support
2017-01-02 10:34:41 +08:00
Anthony Minessale
57f5932f01
FS-9206: [mod_sofia] proxy media with enable-3pcc=proxy does not properly pass audio after 3pcc re-invite #resolve
2016-12-30 17:36:29 -06:00
Brian West
d28f29594f
FS-9776: [mod_sofia] SIP Transfer generates high CPU #resolve
2016-12-28 12:40:06 -06:00
Mike Jerris
15632a0bd8
Merge pull request #1084 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9792 to master
...
* commit '8c1ed38d5eef031e4f471fe5f69ad052a9711997':
FS-9792: Set channel variable based on the sip phone Accept Language SIP message
2016-12-27 13:30:40 -06:00
Mike Jerris
6e2764776f
Merge pull request #1110 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-9840-fix-some-warnings-V2 to master
...
* commit '8c94e6f57fd9adee5e6a12535811fff8e4d9ae46':
FS-9840 mod_avmd: Fix implicit declaration warning
FS-9840 sofia-sip: fix implicit declaration warning
FS-9840 mod-verto: fix implicit declaration warning
FS-9840 mod_sofia: fix redefine warning
2016-12-27 12:36:58 -06:00
Sebastian Kemper
8063ad658b
FS-9840 mod-verto: fix implicit declaration warning
...
This fixes the following compile-time warning:
making all mod_verto
make[7]: Entering directory '/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/src/mod/endpoints/mod_verto'
CC mod_verto_la-mod_verto.lo
CC mod_verto_la-ws.lo
ws.c: In function 'hton64':
ws.c:730:14: error: implicit declaration of function '__bswap_64' [-Werror=implicit-function-declaration]
else return __bswap_64(val);
^
cc1: all warnings being treated as errors
Fix by including byteswap.h, which is available on Linux and also
everywhere glibc is used (wpa_supplicant includes this header the same
way).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2016-12-23 21:44:25 +01:00
Mike Jerris
ddf48b8602
Merge pull request #1105 in FS/freeswitch from bugfix/FS-9832-start-a-single-gateway to master
...
* commit '50e0f0195e67208889f15a439ea6ccb567b862e7':
FS-9832 start a single gateway or _all_ gateways
2016-12-23 14:15:53 -06:00
Mike Jerris
d1ccc77d4f
FS-9854: [mod_sofia] SDP O/A fails to put sdp in messages after certain kinds of sip traffic
2016-12-22 11:32:13 -05:00
Antonio
5dfc63c126
FS-9877 [mod_loopback] fix no audio
2016-12-22 14:55:51 +01:00
Anthony Minessale
914a6e764f
FS-9866: [freeswitch-core] 3pcc=proxy for FS client and local SDP #resolve
2016-12-20 18:28:15 -06:00
Brian West
eef2313a40
FS-9846: [mod_sofia] Bugs related with Hold and Proxy Hold option added in FS-9192 after merges in 1.6.11 #resolve
2016-12-20 16:19:30 -06:00
Anthony Minessale
ade6e856a2
FS-9745: [mod_sofia] Call to FS WebRTC Gateway fails when no SDP on invite #resolve
2016-12-20 12:20:41 -06:00
Anthony Minessale
634490495f
FS-9806: [mod_loopback] mod_loopback: bowout is always done even if set to false loopback_bowout_on_execute=false,loopback_bowout=false #resolve
2016-12-20 11:08:17 -06:00
Brian West
3387b90705
FS-9829 #resolve [FreeSWITCH 200ok to second reINVITE on a dialog doesn't contain an SDP.]
2016-12-13 16:39:57 -06:00
Seven Du
50e0f0195e
FS-9832 start a single gateway or _all_ gateways
2016-12-08 20:47:22 +08:00
Brian West
df8f7f4639
FS-9823 free subclass properly
2016-12-07 08:41:45 -06:00
Marc Olivier Chouinard
8c1ed38d5e
FS-9792: Set channel variable based on the sip phone Accept Language SIP message
2016-12-06 17:17:39 -05:00
Seven Du
6528ae00b5
FS-9817 #resolve fix regression from 828d6eaf0177caff9b60052be3c83b2008f85416
2016-12-06 11:33:01 +08:00
Seven Du
b26fa6e17c
FS-9810 fix ws write fail on slow network
2016-12-04 12:49:46 +08:00
Brian West
89063a1a4c
FS-9765 one tweak from submitted patch to use switch_channel_var_true instead of switch_channel_get_variable no need to allocate on every hold/unhold just to check if this is enabled.
2016-12-02 11:51:49 -06:00
Brian West
c9a05d7e60
Merge pull request #1077 in FS/freeswitch from ~STEPHALNET/freeswitch:FS-9777 to master
...
* commit '86bcee03518ff5ecbb7bae8e78f3821b4027ad09':
remove redundant `if (rep)` statement
2016-12-02 11:44:04 -06:00
Brian West
dac1b67c20
Merge pull request #888 in FS/freeswitch from ~MZAKA/freeswitch:bugfix/FS-9277-sip-info-record to master
...
* commit 'addf7555bff15889d73e48bf70445d6d27d79fce':
FS-9277: sip info with record: on and off doesn't start and stop call recording sessions
2016-12-01 20:22:57 -06:00
Mike Jerris
b338bb559b
FS-9782: [mod_sofia] on recovery, flip the order of the record route on inbound calls only, use the record route in the same order on inbound calls and in reverse order on outbound calls as the initial route set when doing the recover invite. Account for the call direction based on how sip considers it, not based on freeswitch direction so inbound calls after recovery are treated as outbound in this logic
2016-11-30 15:32:03 -07:00
Mike Jerris
d498e8a8b3
FS-9782: [mod_sofia] on recovery, don't flip the order of the record route ever, on outbound calls use the record route in the reverse order as the initial route set when doing the recover invite
2016-11-29 15:04:17 -07:00
Stephane Alnet
86bcee0351
remove redundant if (rep)
statement
2016-11-29 12:02:26 +01:00
Mike Jerris
cf0308b4e1
Merge pull request #1058 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9735 to master
...
* commit '498ce4fc83953ed53c74f054163c829a439737df':
FS-9735 - send unknown headers to switch_ivr_set_user
2016-11-21 15:12:20 -06:00
Mike Jerris
08adab1918
FS-9699 regression
2016-11-15 19:25:37 -06:00
Anthony Minessale
2419ab671e
FS-9699 regression
2016-11-15 17:42:36 -06:00
Luis Azedo
498ce4fc83
FS-9735 - send unknown headers to switch_ivr_set_user
...
creeates switch_ivr_set_user_extended to receive params to pass to xml_locate_user
2016-11-14 17:18:32 +00:00
Anthony Minessale
6c4670c06e
remove debug
2016-11-14 11:06:04 -06:00
Mike Jerris
e1b3ee1efd
FS-9652: improve sql sanitization
2016-11-11 11:27:35 -06:00
davidcsi
53dbe5d84a
FS-9490: [mod_sofia] add filter to SIP messages that match a regexp.
2016-11-11 10:00:28 -06:00
Mike Jerris
654cf8c5ef
Merge pull request #1030 in FS/freeswitch from ~LUIZTELLES/bf-fs-9671:bugfix/FS-9671-wrong-cseq-is-sent-in-notify-after to master
...
* commit '4c45f529f8b193d6bb2535ae5d42dc0c86f2960f':
FS-9671 fix wrong cseq in notify Expires 0
2016-11-11 09:52:41 -06:00
Mike Jerris
f34cbb9368
FS-9691: don't call sql code inside hash_mutex due to circular mutex contention between hash_mutex and profile->dbh_mutex
2016-11-11 10:49:20 -05:00
Anthony Minessale
d282e7c444
FS-9712 #resolve [3PCC-Proxy Missing SDP on Reinvite. ]
2016-11-10 19:47:37 -06:00
Brian West
832144088d
FS-9726 Fix malformed PAI
2016-11-10 13:42:31 -06:00
Anthony Minessale
9b8a5edd3d
FS-9638
2016-11-10 12:09:00 -06:00
Brian West
6076e0c7e9
FS-9204: complte the urls so that snom can execute the pickup, It used to probably send it to the proxy, but now needs the host in the packet or throws network error
2016-11-09 16:27:15 -06:00
Anthony Minessale
cd520f8340
FS-9699 #resolve [Improper response to reinvite after using uuid_media_3p]
2016-11-04 18:12:09 -05:00
Chris Rienzo
3ff491274d
FS-9698 fire custom sofia::bye_response event when response to BYE is received and fire-bye-response-events profile param is true
2016-11-04 12:00:39 -04:00
Anthony Minessale
8663dcb52a
FS-9668 also check for keyframe requests on INFO even when proxying for good measure
2016-11-03 17:34:53 -05:00
Anthony Minessale
09028b251e
FS-9455 #resolve [Doubled posts in the chat window ]
2016-11-02 16:00:49 -05:00
Brian West
ff7ee1aa80
FS-9685 Update broadsoft SLA to work with newer Polycom firmware.
2016-11-01 10:22:57 -05:00
Brian West
f9fb94cca1
FS-9629 don't add infocus multiple times
2016-10-31 12:54:18 -05:00
Brian West
20b5bd675d
FS-9629: add isfocus to replies, and add is_conference support to pre_answer
2016-10-31 10:45:29 -05:00
luiztelles
4c45f529f8
FS-9671 fix wrong cseq in notify Expires 0
2016-10-31 09:57:07 -02:00
Josh Allmann
70591d0e59
FS-9680: Fix typo.
2016-10-28 16:48:13 -04:00