Displaying 20 results from an estimated 10000 matches similar to: "AGI GET DATA behavior"
2017 Dec 19
3
How to make sure self-heal backlog is empty ?
Hello list,
I'm not sure what to look for here, not sure if what I'm seeing is the
actual "backlog" (that we need to make sure is empty while performing a
rolling upgrade before going to the next node), how can I tell, while
reading this, if it's okay to reboot / upgrade my next node in the pool ?
Here is what I do for checking :
for i in `gluster volume list`; do
2018 Jan 24
4
Replacing a third data node with an arbiter one
Hello,
The subject says it all. I have a replica 3 cluster :
gluster> volume info thedude
?
Volume Name: thedude
Type: Replicate
Volume ID: bc68dfd3-94e2-4126-b04d-77b51ec6f27e
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 3 = 3
Transport-type: tcp
Bricks:
Brick1: ngluster-1.network.hoggins.fr:/export/brick/thedude
Brick2:
2015 Aug 19
2
PROXY protocol
On 12/1/2015 10:29 ??, Francisco Wagner C. Freire wrote:
> +1
>
> On Fri, Jan 9, 2015 at 3:49 PM, Hoggins! <fuckspam at wheres5.com> wrote:
>
>> Hello folks,
>>
>> Any plans on implementing the PROXY protocol to allow Dovecot being
>> behind a TCP proxy, and still logging the real IP address of the users ?
>> See :
2015 Jan 09
2
PROXY protocol
Hello folks,
Any plans on implementing the PROXY protocol to allow Dovecot being
behind a TCP proxy, and still logging the real IP address of the users ?
See : http://blog.haproxy.com/haproxy/proxy-protocol/
Thanks !
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
2018 May 02
3
Healing : No space left on device
Hello list,
I have an issue on my Gluster cluster. It is composed of two data nodes
and an arbiter for all my volumes.
After having upgraded my bricks to gluster 3.12.9 (Fedora 27), this is
what I get :
??? - on node 1, volumes won't start, and glusterd.log shows a lot of :
??? ??? [2018-05-02 09:46:06.267817] W
[glusterd-locks.c:843:glusterd_mgmt_v3_unlock]
2004 Oct 05
5
Asterisk Perl AGI
Hello everybody:
This could be a stupid question, or may be not; I'm not sure 'cause I have not a very wide experience working with Asterisk, actually I just started last week. I need to make an IVR system work and I choose working with AGIs, written in Perl.
The available documentation I've found show it as a very simple proccess, but it doesn't work for me... and I
2017 Dec 19
0
How to make sure self-heal backlog is empty ?
Mine also has a list of files that seemingly never heal. They are usually isolated on my arbiter bricks, but not always. I would also like to find an answer for this behavior.
-----Original Message-----
From: gluster-users-bounces at gluster.org [mailto:gluster-users-bounces at gluster.org] On Behalf Of Hoggins!
Sent: Tuesday, December 19, 2017 12:26 PM
To: gluster-users <gluster-users at
2018 Jan 29
2
Replacing a third data node with an arbiter one
Thank you, for that, however I have a problem.
Le 26/01/2018 ? 02:35, Ravishankar N a ?crit?:
> Yes, you would need to reduce it to replica 2 and then convert it to
> arbiter.
> 1. Ensure there are no pending heals, i.e. heal info shows zero entries.
> 2. gluster volume remove-brick thedude replica 2
> ngluster-3.network.hoggins.fr:/export/brick/thedude force
> 3. gluster volume
2018 Jan 26
0
Replacing a third data node with an arbiter one
On 01/24/2018 07:20 PM, Hoggins! wrote:
> Hello,
>
> The subject says it all. I have a replica 3 cluster :
>
> gluster> volume info thedude
>
> Volume Name: thedude
> Type: Replicate
> Volume ID: bc68dfd3-94e2-4126-b04d-77b51ec6f27e
> Status: Started
> Snapshot Count: 0
> Number of Bricks: 1 x 3 = 3
>
2007 Jan 15
3
php agi - first phrase truncated, all others fine
I have the following code. When I call the extension, it either ignores the
first "Hello there everyone", or says "hello" and moves on sometime stoping
before it finishes hello. The rest of the text reads fine. Anyone else
have this issue??
Thanks!
require('/var/lib/asterisk/agi-bin/phpagi.php');
$agi = new AGI();
$agi->answer();
2014 Sep 11
2
Dovecot HA
Hello everyone,
Following my previous message about replication (I'm still stuck), I was
wondering in a more general way how to achieve high availability with
Dovecot, and how to store the mail data.
Do you have some thoughts about this ? Maybe one or two links leading to
people who already have ideas or experience ?
I don't host a big e-mail service, nor have a lot of clients
2018 Jan 26
2
Replacing a third data node with an arbiter one
On Fri, Jan 26, 2018 at 7:05 AM, Ravishankar N <ravishankar at redhat.com> wrote:
>
>
> On 01/24/2018 07:20 PM, Hoggins! wrote:
>
> Hello,
>
> The subject says it all. I have a replica 3 cluster :
>
> gluster> volume info thedude
>
> Volume Name: thedude
> Type: Replicate
> Volume ID: bc68dfd3-94e2-4126-b04d-77b51ec6f27e
>
2009 Feb 13
2
Continue processing AGI script after hangup
All;
I wrote a PERL AGI script that prompts a caller to leave a message using
print "RECORD FILE $recordfile wav # 60000 BEEP s=3\n";
When the caller is done, they need to press the # key. The message is then delivered.
However, the message is not delivered if the caller simply hangs up when finished.
If the user hangs up, the script ends right then. How do I keep on processing the
2018 Jan 29
0
Replacing a third data node with an arbiter one
On 01/29/2018 08:56 PM, Hoggins! wrote:
> Thank you, for that, however I have a problem.
>
> Le 26/01/2018 ? 02:35, Ravishankar N a ?crit?:
>> Yes, you would need to reduce it to replica 2 and then convert it to
>> arbiter.
>> 1. Ensure there are no pending heals, i.e. heal info shows zero entries.
>> 2. gluster volume remove-brick thedude replica 2
>>
2014 Sep 23
2
read digits from the user through php agi script
hi everyone,
actually i want to release an IVR system using PHPAGI API , in this IVR i
want to get value from the user.
I already used get_data defined in phpagi but they are not able to get the
value given by the user and store it in a php variable.
i tested this :
$result = $agi->get_data('beep', 3000, 20);
$keys = $result['result'];
but every time i found in $keys variable
2006 Sep 28
1
WINS over subnets
Hello,
I'm trying to make browsing work over several routed subnets, but
obviously, something goes wrong. Here's the situation :
!-----------!
! hgsserver ! (SAMBA HOST)
!-----------!
|
|
|
|192.168.2.0/24 !----------! 192.168.3.0/24
|-----------------! wifigate !------------- - - -
| !----------! (several wireless WinXP boxes)
2004 Jun 28
2
AGI->Exec Problem
Hello,
I am having some trouble with the Asterisk::AGI perl library. It seems
that the AGI->Exec() command is causing me a problem.
Here's the line in my AGI code: $AGI->exec('Record',"$vmfile:wav, 30");
I'm trying to record voicemail to the file name stored in $vmfile with
a silence timeout of 30. However, this is not being parse by AGI or
Asterisk correctly,
2009 Jul 23
1
odd behaviour with AGI and dial agent
Hi,
I have come across an odd problem.
Basically I am transferring a call to an agent. The agent is logged in
and set as paused.
In order to find which agent to call I am using a fastagi script to just
set a variable.
When it falls through the agi script and dials the agent (using the
variable) it doesn't connect the call properly to the agent. I get the
beep but no audio (along with
2016 Jun 30
2
how to join 2 channels using AGI/AMI
thanks John
yeah, your approach is much siple, i've tried it but i'm not able do detect
DTMF tones.
it seems that on calls that i receive DTMF tones are handled correctly, but
on calls generated from Asterisk to the world when the called side sends
some DTMF digits they are not detected:
-- Executing [s at macro-myconnector:1] NoOp("SIP/pbx2-000004b2", "") in
new
2006 Dec 26
1
flight and the agi
Hello,
I am working with a php/agi example now and really don't like the way flight
sounds...I am just using it like below. Is there a better voice app to
use? Also, I am wanting the agi to hit a webservice so it will return an
array, is it possible to have asterisk read the array and allow the user to
go to next element, skip back, etc?
Thanks!
exten => 711,5,Flite("At the beep