2016-11-29 - Re: how to enable watsup audio calls
Header Data
From: Gianluca Filippini <gi***4@gmail.com>
Message Hash: 53ff60ebef4dff1bcea6c29c8151ef652278de7604431bc39f5928613543a397
Message ID: <f028176c-549b-4a69-a996-344188fe940e@grasehotspot.org>
Reply To: <9e1abd20-11a0-4d29-8a12-82c89c030077@grasehotspot.org>
UTC Datetime: 2016-11-29 12:13:51 UTC
Raw Date: Tue, 29 Nov 2016 11:13:51 -0800
Raw message
yes.
I modified the file /etc/chilli/config and listed:
HS_TCP_PORTS="80 443 22 2812 53 3990 3128 4244 5222 5223 5228 5242"
HS_UDP_PORTS="3478 45395"
then I modified the file /etc/chilli/up.sh and added the UDP rule (TCP is
already there)
[ -n "$HS_TCP_PORTS" ] && {
for port in $HS_TCP_PORTS; do
ipt_in -p tcp -m tcp --dport $port --dst $ADDR -j ACCEPT
done
}
[ -n "$HS_UDP_PORTS" ] && {
for port in $HS_UDP_PORTS; do
ipt_in -p udp -m udp --dport $port --dst $ADDR -j ACCEPT
done
}
reboot you service and ports are opened, watsup audio calls will work just
fine.
On Tuesday, November 29, 2016 at 11:27:48 AM UTC+1, Luis Alberto Guzman
Garcia wrote:
>
>
>
> El martes, 29 de noviembre de 2016, 2:04:06 (UTC-6), Gianluca Filippini
> escribió:
>>
>> I can confirm: adding TCP/UDP ports to the config file and making sure
>> the up.sh script opens UDP ports works.
>>
>> users can establish watsup audio calls now
>>
>> thanks
>>
>
> Then you added the ports on both HS_TCP_PORTS and HS_UDP_PORTS files?
>
> I would like to add it too.
> Thanks
>
>>
>>
>>
>> On Monday, November 28, 2016 at 9:27:31 AM UTC+1, Gianluca Filippini
>> wrote:
>>>
>>> nevermind: I found the chilli config file with te HS_TCP_PORTS define
>>> for the up.sh script.
>>>
>>> So I did add my watsup ports and also modified the script to add
>>> HS_UDP_PORTS.
>>>
>>> I see the ports to be opened in iptables .. I will test if this is
>>> enough for watsup soon
>>> :-)
>>>
>>> thanks
>>>
>>> On Monday, November 28, 2016 at 8:47:15 AM UTC+1, Gianluca Filippini
>>> wrote:
>>>>
>>>> Hi all,
>>>> I noticed on my grase box that the clients can send messages on watsup,
>>>> they can also initiate a call but after the call starts there is no audio.
>>>>
>>>> I looked at the iptables list and I see that I would need to open few
>>>> specific ports:
>>>>
>>>> TCP: 4244,5222,5223,5228,5242
>>>> UDP: 3478,45395
>>>>
>>>> it seems to me that every time grase does a config reload I lose my custom ports,
>>>> where should I put the iptables rules so that they are "persistent" to allow audio calls?
>>>>
>>>> thanks
>>>>
>>>>
>>>>
Thread
-
Return to November 2016
- Return to “Gianluca Filippini <gi***4@gmail.com>”
-
Return to “Luis Alberto Guzman Garcia <l.***g@gmail.com>”
- 2016-11-28 (Sun, 27 Nov 2016 23:47:14 -0800) - how to enable watsup audio calls - Gianluca Filippini <gi***4@gmail.com>
- 2016-11-28 (Mon, 28 Nov 2016 00:27:31 -0800) - Re: how to enable watsup audio calls - Gianluca Filippini <gi***4@gmail.com>
- 2016-11-29 (Tue, 29 Nov 2016 00:04:06 -0800) - Re: how to enable watsup audio calls - Gianluca Filippini <gi***4@gmail.com>
- 2016-11-29 (Tue, 29 Nov 2016 02:27:48 -0800) - Re: how to enable watsup audio calls - Luis Alberto Guzman Garcia <l.***g@gmail.com>
- 2016-11-29 (Tue, 29 Nov 2016 11:13:51 -0800) - Re: how to enable watsup audio calls - Gianluca Filippini <gi***4@gmail.com>
- 2016-11-29 (Tue, 29 Nov 2016 02:27:48 -0800) - Re: how to enable watsup audio calls - Luis Alberto Guzman Garcia <l.***g@gmail.com>
- 2016-11-29 (Tue, 29 Nov 2016 00:04:06 -0800) - Re: how to enable watsup audio calls - Gianluca Filippini <gi***4@gmail.com>
- 2016-11-28 (Mon, 28 Nov 2016 00:27:31 -0800) - Re: how to enable watsup audio calls - Gianluca Filippini <gi***4@gmail.com>