Displaying 20 results from an estimated 103 matches for "whatsapp".
2020 May 24
0
Clients send tons of Notiftication requests
...lina Viber] found Users/luca/Pictures/Canon/Alessandro/Amici/Anhelina Viber fname=Anhelina Viber (Anhelina Viber)
smbd_dirptr_get_entry mask=[Ginevra TikTok] found Users/luca/Pictures/Canon/Alessandro/Amici/Ginevra TikTok fname=Ginevra TikTok (Ginevra TikTok)
smbd_dirptr_get_entry mask=[Ginevra Whatsapp] found Users/luca/Pictures/Canon/Alessandro/Amici/Ginevra Whatsapp fname=Ginevra Whatsapp (Ginevra Whatsapp)
smbd_dirptr_get_entry mask=[*] found Users/luca/Pictures/Canon/Alessandro/Amici/Ginevra Whatsapp/. fname=. (.)
smbd_dirptr_get_entry mask=[*] found Users/luca/Pictures/Canon/Alessandro/A...
2016 Mar 28
2
SIP trunk with whatsapp
Hello;
Does anyone has information if possible to setup SIP trunk with whatsapp??How can we let asterisk send and receive calls from whatsapp?
RegardsBilal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160328/8f200cec/attachment.html>
2016 Jul 29
2
WhatsApp feature on Asterisk
Can anyone put light on whatsapp features and how it can be operated .
What are the technology that need to be installed ,
Regards
Yves
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160729/62da2470/attachment.html>
2013 Apr 17
1
Asterisk with whatsapp, facebook, viber, yahoo and hotmail messanger
Hello;
Is there any modules or channels or integration between asterisk and any of the following:
whatsapp, facebook, viber, yahoo and hotmail messanger?
Regards
Bilal
2016 Mar 29
2
SIP trunk with whatsapp
El 29/03/16 a las 08:29, Steve Howes escribi?:
> I don't think you can. Whatsapp is a closed system.
>
> Steve
And they change your code every day and make it always obfuscated.
https://github.com/tgalal/yowsup/issues/887
Best regards.
Emiliano.
2015 Nov 14
0
Klientskie bazi dannix tel/Viber/WhatsApp +79133913837 Email: gorskova32@gmail.com Skype: prodawez389 ICQ: 6288862 Yznaite podrobnee!!!
2023 May 17
1
[Gluster-devel] Error in gluster v11
...included in any official version until it's properly
tested and merged to the main code. Hopefully the reporter of the GitHub
issue will be able to test it so that it can be verified and provided in
the next 11.x release.
Regards,
Xavi
---
> Gilberto Nunes Ferreira
> (47) 99676-7530 - Whatsapp / Telegram
>
>
>
>
>
>
> Em ter., 16 de mai. de 2023 ?s 09:31, Gilberto Ferreira <
> gilberto.nunes32 at gmail.com> escreveu:
>
>> Ok. No problem. I can test it in a virtual environment.
>> Send me the path.
>> Oh but the way, I don't compile g...
2023 May 16
1
[Gluster-devel] Error in gluster v11
...nown 11.0-2 amd64 [upgradable from: 11.0-1]
libgfrpc0/unknown 11.0-2 amd64 [upgradable from: 11.0-1]
libgfxdr0/unknown 11.0-2 amd64 [upgradable from: 11.0-1]
libglusterfs0/unknown 11.0-2 amd64 [upgradable from: 11.0-1]
Perhaps this could fix the issue?
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
Em ter., 16 de mai. de 2023 ?s 09:31, Gilberto Ferreira <
gilberto.nunes32 at gmail.com> escreveu:
> Ok. No problem. I can test it in a virtual environment.
> Send me the path.
> Oh but the way, I don't compile gluster from scratch.
> I was used the deb file...
2023 May 16
1
[Gluster-devel] Error in gluster v11
Ok. No problem. I can test it in a virtual environment.
Send me the path.
Oh but the way, I don't compile gluster from scratch.
I was used the deb file from
https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
Em ter., 16 de mai. de 2023 ?s 09:21, Xavi Hernandez <jahernan at redhat.com>
escreveu:
> Hi Gilberto,
>
> On Tue, May 16, 2023 at 12:56?PM Gilberto Ferreira <
> gilberto.nunes32 at gmail.com> wrote:
>
>> Hi Xavi
>> That's depend. Is it s...
2020 Sep 29
3
Syncing multiple sub-directories to one directory
...ngs in subdirectories.
I figured it out. This puts it all in the images directory.
find /my/phone/root/dir/ \( -path '*Duo*' -o -path '*DCIM*' -o -path
'*Pictures*' -o -path '*Camera*' -o -path "*Download*" -o -path
"*textgram*" -o -path "*WhatsApp*" ! -path '*.textgram*' ! -path
'*.thumbnails*' \) -type f \( -iname '*.jp*g' -o -iname '*.png' -o -iname
'*.dng' -o -iname '*.raw' -o -iname '*.raw' \) -exec rsync -uz --progress
"{}" /my/backup/directory/for/images/ \;
~~~~~~...
2023 May 16
1
[Gluster-devel] Error in gluster v11
....com> wrote:
> Hi Xavi
> That's depend. Is it safe? I have this env production you know???
>
It should be safe, but I wouldn't test it on production. Can't you try it
in any test environment before ?
Xavi
>
> ---
> Gilberto Nunes Ferreira
> (47) 99676-7530 - Whatsapp / Telegram
>
>
>
>
>
>
> Em ter., 16 de mai. de 2023 ?s 07:45, Xavi Hernandez <jahernan at redhat.com>
> escreveu:
>
>> The referenced GitHub issue now has a potential patch that could fix the
>> problem, though it will need to be verified. Could you try...
2020 Oct 01
2
Syncing multiple sub-directories to one directory
Except some of those dir have subdir such as WhatsApp and DCIM has multiple
subdirs too. I would rather do it all with rsync though.
On Wed, Sep 30, 2020, 12:54 PM Wayne Davison <wayne at opencoder.net> wrote:
> On Tue, Sep 29, 2020 at 4:46 PM Rob Campbell wrote:
>
>> Thanks for your help. What you provided didn't work for me...
2020 Sep 29
2
Syncing multiple sub-directories to one directory
...sync many subdirectories into one directory with no
subdirectories. I've tried
rsync -rv --progress --include '*.jp*g' --include '*.png' --include '*.dng'
--include '*.raw' --include '*.nef' --include 'Duo' --include 'DCIM'
--include 'WhatsApp' --exclude '*' /my/phone/root/dir/
/my/backup/directory/for/images/
I'd like to do this w/o separate rsync commands such as
rsync -rv --progress --include '*.jp*g' --include '*.png' --include '*.dng'
--include '*.raw' --include '*.nef' --excl...
2023 May 16
1
[Gluster-devel] Error in gluster v11
Hi Xavi
That's depend. Is it safe? I have this env production you know???
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
Em ter., 16 de mai. de 2023 ?s 07:45, Xavi Hernandez <jahernan at redhat.com>
escreveu:
> The referenced GitHub issue now has a potential patch that could fix the
> problem, though it will need to be verified. Could you try to apply the
> patch and check if the prob...
2023 May 16
1
[Gluster-devel] Error in gluster v11
...x-gnu/libglusterfs.so.0(+0x8a1a5) [0x7fb4ebad41a5] ) 0-:
> Assertion failed:
> May 14 07:05:39 srv01 vms[9404]: patchset: git://
> git.gluster.org/glusterfs.git
> May 14 07:05:39 srv01 vms[9404]: package-string: glusterfs 11.0
> ---
> Gilberto Nunes Ferreira
> (47) 99676-7530 - Whatsapp / Telegram
>
>
>
>
>
>
> Em dom., 14 de mai. de 2023 ?s 16:53, Strahil Nikolov <
> hunter86_bg at yahoo.com> escreveu:
>
>> Looks similar to https://github.com/gluster/glusterfs/issues/4104
>> I don?t see any progress there.
>> Maybe asking in glus...
2023 May 15
1
Error in gluster v11
...b4ebad42e5]
-->/lib
/x86_64-linux-gnu/libglusterfs.so.0(+0x8a1a5) [0x7fb4ebad41a5] ) 0-:
Assertion failed:
May 14 07:05:39 srv01 vms[9404]: patchset: git://
git.gluster.org/glusterfs.git
May 14 07:05:39 srv01 vms[9404]: package-string: glusterfs 11.0
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
Em dom., 14 de mai. de 2023 ?s 16:53, Strahil Nikolov <hunter86_bg at yahoo.com>
escreveu:
> Looks similar to https://github.com/gluster/glusterfs/issues/4104
> I don?t see any progress there.
> Maybe asking in gluster-devel (in CC) could help.
>
> Best Regard...
2024 May 30
1
Samba 4.15.13 GPO and Windows 10/11
Oh! It's works.
Thanks a lot.
God bless you all.
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
Em qui., 30 de mai. de 2024 ?s 10:40, miguel medalha <medalist at sapo.pt>
escreveu:
> For a GPO to work, both "Authenticated Users" and "Domain Computers" must
> have "Read" rights.
>
> On a Policy Object, go to "Delegation/Adv...
2024 Sep 21
1
GlusterFS Replica over ZFS
...ilberto Ferreira<gilberto.nunes32 at gmail.com> wrote: Hi there.
I am about to set up 3 server with GlusterFS over ZFS, running in Proxmox VE 8.Any advice or warning about this set up or I am at the right side of the road!
Thanks for any advice.
---
Gilberto Nunes Ferreira(47) 99676-7530 - Whatsapp / Telegram
________
Community Meeting Calendar:
Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users at gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users
--------------...
2022 Jul 12
1
Apt doesn't work.
.../Debian/bullseye/amd64/apt
bullseye/main amd64 libgfxdr0 amd64 10.2-1 [3,109 kB]
Err:2
https://download.gluster.org/pub/gluster/glusterfs/10/LATEST/Debian/bullseye/amd64/apt
bullseye/main amd64 libgfxdr0 amd64 10.2-1
It always works fine.
Anybody else?
---
Gilberto Nunes Ferreira
(47) 99676-7530 - Whatsapp / Telegram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20220712/49731423/attachment.html>
2019 Jan 21
3
Samba 4.5 and glusterfs vfs modules...
...hen I try to access glusterfs volume over samba, I get the error message
that told me glusterfs.so does not exist, something like that:
vfs_glusterfs no such file or directory
Is there somethin I can do to solve this issue??
Thanks
---
Gilberto Nunes Ferreira
(47) 3025-5907
(47) 99676-7530 - Whatsapp / Telegram
Skype: gilberto.nunes36