similar to: Asterisk in the London Olympics

Displaying 20 results from an estimated 400 matches similar to: "Asterisk in the London Olympics"

2015 Jun 30
1
Help With Physical Layer
What response do you get to *CLI> pri show spans ? On 30 June 2015 at 09:34, Tony Kasule <timotsmith at gmail.com> wrote: > Hello, > > Anyone to help me with this issue? It has never worked :( > > On Wed, May 20, 2015 at 11:34 AM, Tony Kasule <timotsmith at gmail.com> > wrote: > >> Hello users, >> >> I have a Digium Te235 and asterisk 13
2013 May 16
0
AstriCon 2013 (our 10th AstriCon) needs YOU!
As we plan for our 10th AstriCon, which will be in Atlanta, GA the week commencing October 7th, we want to make sure that our conference sessions are the best they've ever been! That's why we need YOU to submit a speaking proposal - to share you experiences and ideas around Asterisk! The best sessions at AstriCon are always those from the Community that show what you've been up
2012 Jul 31
0
As Kevin Fleming says "So long, and thanks for all the fish!", we say thank you - and look to the future
It's amazing what you can learn in a few days... Having just found out that Queen Elizabeth has a great sense of humor, it has now emerged that Kevin Fleming - a man who (both with and without his moustache) has been an amazing contributor and influencer in the Asterisk project is set to move on to a new challenge outside the project - but still within the realms of Open Source. Kevin has
2016 Aug 23
2
Dial and start music on hold after timeout
Maybe try progress() instead of answer () ?????? 23 ????? 2016 7:19 PM,? "Jean Aunis" <jean.aunis at prescom.fr> ???: > Thank you, I just tried your suggestion. Strangely, the announcement is > played only if I try to dial a SIP peer which is not available (not > registered to be more precise). If the SIP peer is available, I only get > the ring tone, and never hear
2016 Aug 23
2
Dial and start music on hold after timeout
How about: exten => s,1,Dial(SIP/alice&LOCAL/555 at delayed-announce,40) [delayed-announce] exten => 555,1,Wait(20) same => n,Playback(myannouncement,noanswer) same => n,NoOP(Whatever else you want to do goes here) The 'noanswer' option on the Playback means that SIP/alice should continue to ring for the remaining 20 of the 40 seconds, as the Playback will not answer
2017 Apr 27
2
TDM400P takes too long to ring
Hey all, I have a setup with two analog lines coming into and Asterisk 13 box with a TDM400P and it takes a lot of rings before asterisk takes over. I've traced this same box on two different analog providers so it probably isn't a problem with them. I DO have callerid enabled and not sure I can turn it off (if they will let me). Any other ideas of making it ring through faster? By the
2013 Jul 03
1
Asterisk stops registering
On several occassions lately, my home Asterisk box has stopped registering with my VoIP provider. I haven't been able to reproduce the problem, and the log doesn't contain anything useful. How can I increase the log verbosity for SIP registration-related events? I've looked through logger.conf and tried searching with Google, but I haven't been able to find a clear answer. This
2014 Aug 26
4
OT: Question on Caller ID (Spoofing calls with Asterisk)
I got a call from an overseas call center telling me about the problems with the Windows machine I was using. They wanted to remote in and fix things for me ... (Ignore the fact I use a MacBook Pro or an ASUS laptop with Debian). What I found curious was the caller's name was Asterisk, and the caller's number was Asterisk at 10 or or Astrk at 10 similar. (I don't recall the exact
2015 Mar 04
3
Understanding the right way to get started with multiple trunks/extensions
Background: I dabbled with asterisk years ago, and more recently have more-or-less functioning IncrediblePBX systems for experimenting, but I want to understand more so I'm now working with distro packages (Ubuntu) and hand edited configurations files. I have three SIP "trunks", each providing me with a UK telephone number. They are for my home (1), my wife's home-based
2015 May 20
4
Help With Physical Layer
Hello users, I have a Digium Te235 and asterisk 13 which have worked well with 1 carrier but we have failed to add a 2nd carrier. The second telco brings their E1 line over finer, terminated in a RAD modem and they give me ethernet to the E1 card. It's the first time i am having install such a solution, which ideally would be not a big problem. However, The physical layer has failed to
2016 Aug 22
2
Dial and start music on hold after timeout
Thank you for the idea. The problem with RetryDial, is that it will cancel the first call, play the announce and then dial the SIP peer once again, so the telephone will display a missed call. I would prefer to do everything in a single call. Le 22/08/2016 ? 17:57, John Kiniston a ?crit : > You could try using RetryDial() instead of Dial, It supports playing > an announcement. >
2012 Aug 09
2
Olympics: 200m Men Final
Hello, Have you seen the log-linear prediction of the 100m winning time in R mailed to the list yesterday by David Smith, subject Revolutions Blog: July roundup? "A log-linear regression in R predicted the gold-winning Olympic 100m sprint time to be 9.68 seconds (it was actually 9.63 seconds): http://bit.ly/QfChUh" The original by Markus Gesmann can be found at
2006 May 30
0
Register Today For AstriCon Europe
Asterisk Users, Developers, Gurus, Etc., AstriCon Europe 2006 is only 20 days away! Sign up now to ensure a seat at the European Asterisk event of the year! Events will be held in Berlin (June 19 - 20), Paris (June 22 - 23) and London (June 26 - 27). Don't forget to hold the date for AstriCon 2006 USA in Dallas, October 24 - 27. REGISTER: http://www.astricon.net/ TUTORIALS: - Asterisk
2016 Mar 21
2
IPSec multiple VPN setups
Hi I hope someone can answer something I'm sure is quite basic. I am following the instructions at https://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-vpn.html On setting up a VPN The part I am having trouble with is when it show the /etc/racoon/racoon.conf file. But it doesn't say whay you have to do with this file. When I bring up my connection ifup bicester I get RTNETLINK
2012 May 08
1
Extracting Hash-tagged word from Tweets
Can someone help me with the code I can use to extract word preceded by hash tag in live tweets download from twitteR. An example of what I require is: [[9]] [1] "HollandUKTrade: #Dutch companies striking Olympic gold at London 2012 http://t.co/XsvvXAzT #london2012 #olympics #sport @hollandtrade @dutchembassyUK" (Tweet download) I want a code that will extract this: #Dutch companies
2015 Mar 05
0
Understanding the right way to get started with multiple trunks/extensions
For some reason I didn't see David's reply by email, and have copy/pasted the following from the list archives to make my reply, sorry if that messes up anyone's threading. On 4 March 2015 at 12:15, David Duffett wrote: > If you would like to set things up via the GUI on your incredible PBX, > [...] I'm trying to avoid a GUI for now so that I learn something, but knowing
2020 Apr 19
0
Free Persian Asterisk Book and COVID-19 Pandemic
In the context of the COVID-19 pandemic, Nasim Telecom decided to publish the first six-captures of Persian Asterisk book that was written by me and Mr Najafi, published in 2017. Also it was introduced by Mr. David Duffett in AstriCon 2017 on Florida. It would be useful for all people which understand Persian language, Also all other people could use it by going code commands on it and examples.
2016 Mar 21
0
IPSec multiple VPN setups
Yes you can. Please use newer version of centos and strong/openswan. Eero 21.3.2016 7.05 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti: > Hi I hope someone can answer something I'm sure is quite basic. > > I am following the instructions at > https://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-vpn.html > On setting up a VPN > > The part
2016 Mar 21
0
IPSec multiple VPN setups
On Mon, Mar 21, 2016 at 1:17 PM, Mike - st257 <silvertip257 at gmail.com> wrote: > I second Eero's comment, use a new IPSec daemon. > > Openswan was forked and became Libreswan. Paul, now a RH employee, was a > main developer for the Openswan project before he and others created the > Libreswan fork. > https://libreswan.org/ > > EL6 has Openswan > EL7 has
2016 Mar 21
0
IPSec multiple VPN setups
Will ask my boss :) We are hosted on memset so not so easy to update Thanks On 21 March 2016 at 17:36, Eero Volotinen <eero.volotinen at iki.fi> wrote: > Centos 5 is still soon end of life. Using it as ipsec gateway is .. > > Eero > 21.3.2016 7.25 ip. "Mike - st257" <silvertip257 at gmail.com> kirjoitti: > >> On Mon, Mar 21, 2016 at 1:17 PM, Mike -