search for: amy

Displaying 20 results from an estimated 1961 matches for "amy".

Did you mean: am
2020 Jun 27
0
[centos/centos.org] branch master updated: Updated page for AWS AMI images ID and link
This is an automated email from the git hooks/post-receive script. arrfab pushed a commit to branch master in repository centos/centos.org. The following commit(s) were added to refs/heads/master by this push: new 34ad21c Updated page for AWS AMI images ID and link 34ad21c is described below commit 34ad21c7bdf8b4190fed5ab9facc149199598da2 Author: Fabian Arrotin <arrfab at
2020 Nov 12
0
[centos/centos.org] branch master updated: Reflected new 7.9.2009 release and updated AMI IDs for AWS
This is an automated email from the git hooks/post-receive script. arrfab pushed a commit to branch master in repository centos/centos.org. The following commit(s) were added to refs/heads/master by this push: new d2b87a3 Reflected new 7.9.2009 release and updated AMI IDs for AWS d2b87a3 is described below commit d2b87a32dda9b2e3b16ad2a55343ae63d000a64d Author: Fabian Arrotin <arrfab
2015 Sep 28
2
CentOS 7 AMI on AWS GovCloud region
Hi, I'm working on building a cluster on AWS atop CentOS 7. For development, I've been working in the eu-west-1 (Ireland) region, where the AWS MarketPlace provides an official CentOS 7 AMI (ami-e4ff5c93). However, the production deployment is taking place in AWS's GovCloud region for regulatory reasons, and there, I couldn't find an official CentOS 7 AMI. Are there plans to
2021 Jan 25
1
Wiki Access for Cloud SiG
Akemi, The usernames for YatinKarel and JavierPena should be corrected now as well. Thanks for all your assistance, Amy *Amy Marrich* She/Her/Hers Principal Technical Marketing Manager - Cloud Platforms Red Hat, Inc <https://www.redhat.com/> amy at redhat.com Mobile: 954-818-0514 Slack: amarrich IRC: spotz <https://www.redhat.com/> On Sun, Jan 24, 2021 at 5:52 PM Akemi Yagi <amyagi at gmail...
2021 Jan 24
1
Wiki Access for Cloud SiG
On Sun, Jan 24, 2021 at 1:12 PM Amy Marrich <amy at redhat.com> wrote: > Ok updated to Camel Case - AmyMarrich. I'll let the others know as well. > > Thanks, > > Amy > > *Amy Marrich* > > She/Her/Hers > > Principal Technical Marketing Manager - Cloud Platforms > > Red Hat, Inc <htt...
2013 Apr 27
1
CentOS-6.4 AMI's for testing
hi, We are going to run a public test cycle for the CentOS AMI's that we publish as the official ones. This test will run for 1 week, ending on the 4th May, when we will do the formal release. Request: please dont use these AMI's for production, please dont use these AMI past the 4th of May. For all change and fix requests, either post to this list and we will attempt to get things
2016 Nov 04
2
CentOS-7 x86_64 AMIs and consistent network device naming
Hello, Re: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html/7.3_Release_Notes/bug_fixes_general_updates.html Are there any upcoming plans for turning off the use of legacy interface names in the next official CentOS 7.x AMI? Currently, both the official RHEL 7.3 GA AMI and the latest available official CentOS-7 x86_64 AMI use legacy interface names via either:
2021 Jan 24
1
Wiki Access for Cloud SiG
Ok updated to Camel Case - AmyMarrich. I'll let the others know as well. Thanks, Amy *Amy Marrich* She/Her/Hers Principal Technical Marketing Manager - Cloud Platforms Red Hat, Inc <https://www.redhat.com/> amy at redhat.com Mobile: 954-818-0514 Slack: amarrich IRC: spotz <https://www.redhat.com/> On...
2021 Jan 24
1
Wiki Access for Cloud SiG
On Sat, Jan 23, 2021 at 2:38 PM Amy Marrich <amy at redhat.com> wrote: > > On Fri, Jan 22, 2021 at 7:58 PM Akemi Yagi <amyagi at gmail.com> wrote: > >> On Thu, Jan 21, 2021 at 11:50 AM Amy Marrich <amy at redhat.com> wrote: >> >>> I'd like to request access to >>> https://...
2010 Dec 05
2
HA8 cards and RED alarm
Hi, I have 2 servers: one is running 2 B410P cards with 8 euroisdn lines (mISDN) connected on it, everything runs fine. I prepare a new server - HP 360 G8- with 2 HA8 cards each of them 1 module of 4 lines. Already had with this machine an RMA on both cards as they was faulty and crashed the server. What happends is that when I connect cables on the HA8 modules (those cables are unpluged
2009 Oct 13
4
AMI input streams limit?
Hello List, I was writing something in PHP that connects to AMI and sends a data stream ( example of it: http://slackware-es.com/ami-input.txt ), but the file (voicemail.conf , in this case) does not get fully written. I tried pasting the stream directly through telnet to AMI, and everything *appears* to be OK, but the file is not being completely written. No errors on CLI No errors on AMI
2013 Oct 22
1
Asterisk AMI 1.3 Specification
Hi folks, We are upgrading from AMI 1.0 to AMI 1.3 and looking for any documents or AMI 1.3 Specifications. I found AMI 1.4 Specification in wiki.asterisk.org but not for AMI 1.3. Can someone provide me the link for AMI 1.3 specification ? Thanks in advance Shishir -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 28
0
Using LDA with postfix and virtual users
...irectory = /usr/lib/postfix data_directory = /var/lib/postfix inet_interfaces = all local_recipient_maps = mysql:/etc/postfix/local_recipients-mysql.cf $alias_maps local_transport = dovecot mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = unixhosts.org myhostname = amy.unixhosts.org mynetworks = 127.0.0.0/8 myorigin = $myhostname smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) unknown_local_recipient_reject_code = 550 And accourding to the wiki I have: dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/l...
2011 Dec 08
1
partial duplicates of dataframe rows, indexing and removal
Hello. I am trying to remove from my dataframe, those rows in which the first 7 columns are duplicated even if subsequent columns make those rows unique. df<-data.frame(id=rep(c('amy','bob','joe') , each=5), pet1=sample(LETTERS[1:3],15, replace=T), pet2=sample(LETTERS[1:3],15, replace=T), pet3=sample(LETTERS[1:5],15, replace=T)) >df id pet1 pet2 pet3 1 amy C B A 2 amy B A A 3 amy A A D 4 amy B C A...
2013 Jul 11
3
AMI timeouts
Hi, We're using Asterisk 1.8.0 to run a call centre. There is a Java process which talks to Asterisk through AMI, which is part of the software stack that presents a user interface to the call centre agents. We're seeing a strange issue with AMI. Most of the time, it doesn't cause problems, because the Java code is written to cope with it, but occasionally it does, and, in rare
2011 Mar 08
1
(fast) AGI and AMI synchronization ?
Hi, I've been developing some CTI software around asterisk for a while, mainly with the help of AMI and fast AGI. It works quite fine, but I have some trouble sometimes with the un-synchronized property of these 2. Let me explain, we have a dialplan like this one : exten = s,n,UserEvent(useful_input_data) (...) a few actions exten = s,n,AGI(agi://127.0.0.1:3333/fetch,queuename) The idea is
2020 Feb 27
1
Question about latest CentOS 7 AWS AMI
Hi, I'm seeing some strange behavior when trying to use the latest CentOS 7 AMI from the AWS marketplace. The AMI that we've been using previously is "ami-02eac2c0129f6376b" released January 30, 2019 at 6:40:58 PM Today I saw a new AMI with ID "ami-0c3b960f8440c7d71" that was released February 21, 2020 at 3:50:07 Both these AMIs are owned by AWS account
2021 Jan 23
1
Wiki Access for Cloud SiG
Akemi, I just verified my userid (amymarrich) works for the wiki and I have reached out to Javier and Yatin to confirm their userids. Thanks, Amy *Amy Marrich* She/Her/Hers Principal Technical Marketing Manager - Cloud Platforms Red Hat, Inc <https://www.redhat.com/> amy at redhat.com Mobile: 954-818-0514 Slack: amarri...
2023 Jul 11
1
AMI versions
https://docs.asterisk.org/latest/Configuration/Interfaces/Asterisk-Manager-Interface-AMI/Asterisk-Manager-Interface-AMI-Changes/ On Tue, Jul 11, 2023 at 11:54 AM, TTT <[lists at telium.io](mailto:On Tue, Jul 11, 2023 at 11:54 AM, TTT <<a href=)> wrote: > Is there a web page that lists the AMI versions mapped to Asterisk versions? > > I noticed that the AMI version increased
2011 May 31
3
AMI buffering event output?
Hi, I'm seeing weird behavior with AMI where no events are output until some input is detected (can be an empty line), at which time all the buffered output is spewed out at once. I am maintaining multiple Asterisk installations, and with one installation I have run into a weird buffering problem with AMI. The version is 1.6.1.11 in this particular case, which I am running at multiple