similar to: Re: Generate Random Numbers in dialplan

Displaying 20 results from an estimated 5000 matches similar to: "Re: Generate Random Numbers in dialplan"

2006 Feb 08
0
Re: Asterisk-Users Digest, Vol 19, Issue 58
Reason I ask is I may have a non-voice T-1 replacement project going on and I'm investigating my various options. Costs may be about the same for turn-key and DIY. ---- Mike Hammett Intelligent Computing Solutions http://www.ics-il.com ----- Original Message ----- From: <asterisk-users-request@lists.digium.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, February
2006 May 01
0
Spam? Re: CallerID Name problem
I'm getting Number but when I look at the CDR database. I do see the name -----Original Message----- From: Lacy Moore - Aspendora [mailto:aspendora@gmail.com] Sent: Mon May 01 17:10:26 2006 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Spam? Re: [Asterisk-Users] CallerID Name problem Do you get caller ID number? If so, WAITing is not going to help, since you
2006 Jun 18
0
Fwd: FW: Creating Queues on Asterisk server - Sendingingress calls off-net to either PSTN or another VoIPapplication - thoughts?
---------- Forwarded message ---------- From: Christopher Aloi <chris.aloi@gmail.com> Date: Jun 18, 2006 9:52 PM Subject: Re: FW: [Asterisk-Users] Creating Queues on Asterisk server - Sendingingress calls off-net to either PSTN or another VoIPapplication - thoughts? To: Alexander Lopez <Alex.Lopez@opsys.com> Alexander, Thanks for your reply, may I ask a few questions? - Does the
2006 Feb 08
0
Re: Asterisk-Users Digest, Vol 19, Issue 58
Define non-Voice T1 porject? You do know that TDMoE does not travel over long distances, You can not route or otherwise take it off of a single ethernet segment. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Mike Hammett > Sent: Thursday, February 09, 2006 1:20 AM > To:
2006 Jun 12
0
Re: CallerID name inbound from PRI
XO fixed my caller ID name. I am using FreePBX and I can include a "wait" to my custom extensions. Is there a way to add a wait to the whole PRI? I assume that if I set immediate to yes, I can then have a "s" extension do the wait, but how would it get from the "s" to the DID extension? (also, I would rather not answer every call) Is there a "magic" spot
2006 May 03
1
Running applications when a queued call isanswered
>From the queues.com file. ; An announcement may be specified which is played for the member as ; soon as they answer a call, typically to indicate to them which queue ; this call should be answered as, so that agents or members who are ; listening to more than one queue can differentiated how they should ; engage the customer ; ;announce = queue-markq This allows you to have one
2006 Apr 10
0
ANI and DNIS Seperation on a PRI(TelephonyNumbering Plan (E.164/E.163) (1)'*4105556654*8005550215*' ])
Alexander, Thanks a million, you really saved me some time on this one. -----Original Message----- From: Alexander Lopez [mailto:Alex.Lopez@OpSys.com] Sent: Mon 4/10/2006 1:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: RE: [Asterisk-Users] ANI and DNIS Seperation on a PRI(TelephonyNumbering Plan (E.164/E.163) (1)'*4105556654*8005550215*' ]) from the
2006 Feb 02
1
Re: Contents of Asterisk-Users digest...
-----Mensaje original----- De: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]En nombre de asterisk-users-request@lists.digium.com Enviado el: jueves, 02 de febrero de 2006 10:15 Para: asterisk-users@lists.digium.com Asunto: Asterisk-Users Digest, Vol 19, Issue 15 Send Asterisk-Users mailing list submissions to asterisk-users@lists.digium.com To
2006 Apr 22
0
Pinouts for T1/E1 crossover cable WAS "RE: whatcable to connect a legacy PBX to a TE410P ?"
I for one think it is a great idea to buy a book with hard earned money and wait a few days to a week just to get an answer to a question that is freely available on the internet immediately. Hard pressed to think of anything in the "book" that is not on with wiki with more up to date and useful information. -----Original Message----- From: Alexander Lopez
2006 Apr 10
1
ANI and DNIS Seperation on a PRI (TelephonyNumbering Plan (E.164/E.163) (1) '*4105556654*8005550215*' ])
Yes its a T3 split into seven trunk groups with one D channel and NFAS on each. Can you explain the cut function or point me somewhere please? Thanks, Steve -----Original Message----- From: Alexander Lopez [mailto:Alex.Lopez@OpSys.com] Sent: Mon 4/10/2006 12:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: RE: [Asterisk-Users] ANI and DNIS Seperation on
2006 Oct 14
1
Re: Generate Random Numbers in dialplan
On Sat, 2006-10-14 at 12:00 -0700, asterisk-users-request@lists.digium.com wrote: > Steve, > > Is RAND available in the latest trunk or do I need the 1.4 > beta? > > If I do show function RAND it says its not available. > > Thanks, > Jon Jon-- Forgive me, you didn't say which version you
2006 Mar 16
1
Feedback from VON expo! Info on *HAandPolycomphone!!
> -----Original Message----- > From: Alexander Lopez [mailto:Alex.Lopez@OpSys.com] > Sent: Thursday, March 16, 2006 8:46 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Feedback from VON expo! Info on > *HAandPolycomphone!! > > > > > > "Q: What are the plans for HA? > > That's BS. Last time I
2012 Oct 16
2
List of Levels for all Factor variables
Hi, I want to get a clean succinct list of all levels for all my factor variables. I have a dataframe that's something like #1 below. This is just an example subset of my data and my actual dataset has 70 variables. I know how to narrow down my list of variables to just my factor variables by using #2 below (thanks to Bert Gunter). I can also get list of all levels for all my factor
2007 Jun 29
4
asterisk call unique id in dialplan
Hi how can i retrieve the call unique id of asterisk in the dialplan? I have enabled the cdr logging on a postgres database. In the table cdr each record has a field that assumes an unique id (for example: 1141628669.51) Can i retrieve this from the dialplan? For example: exten => 203,1,Answer exten => 203,2,Set(CALLERID(name)=UNIQUE_ID - ${var_name_unique_id}) exten =>
2018 May 08
2
Reject call from Asterisk dialplan
Hi, I'm looking for a way to reject a call remotely using the Asterisk dialplan. For example, phone A is ringing - I'm at the other end of the room next to phone B, and I want to reject the call to Phone A by dialing an extension. I'm basically trying to reproduce the Polycom "reject" action but through the Asterisk dialplan. Reasons: 1. It would allow me to
2012 May 05
4
IMAP STARTTLS Problem
Hello, I have this problem: May 5 21:02:35 opsys dovecot: imap-login: Disconnected (no auth attempts): rip=84.150.52.31, lip=78.46.216.126 Connecting via Thunderbird to STARTTLS won't work, but with a website from the same server it works for tls://opsys.de. So why is the port closed for external ip's? IPTABLES entry for imap is this: fail2ban-dovecot-pop3imap tcp -- anywhere
2010 May 11
1
has_one/belongs_to -- accessing the subordinate
With a has_one/belongs_to relationship, what''s the best way to guarantee that the belongs_to object gets created and is accessible alongside the has_one object? I *think* the after_create callback is a good choice, but I discovered an oddity while trying it. F''rinstance, if every horse has a carriage: ============ ActiveRecord::Schema.define do create_table(:horses) {|t|
2007 Apr 05
1
FLAC: command line output
Hi, I'm using the FLAC command line tool to encode my WAV files in some directory to FLAC files. Now I noticed sometimes the output of the tool is mostly like this: flac -V --best "14 The Hose - Time Warp (Old Skull Mix).wav" flac 1.1.4, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
2000 Feb 17
1
SMB/NMBD configuration troubles.
Folks, I am stumped! I have followed every tech tip I could find and I am still unable to complete my SMB installation. Specifically, I fail Test 4 and Tests 9 and 10. I believe the problem has something to do with the NMBD configuration. Below are the parameters of our system. Any help is greatly appreciated. Brandon Stauber brandon@inetevents.com 310-889-9264 [Please respond
2007 Mar 08
1
reading a text file with a stray carriage return
Hi, I'm hoping someone has a suggestion for handling a simple problem. A client gave me a comma separated value file (call it x.csv) that has an id and name and address for about 25,000 people (25,000 records). I used read.table to read it, but then discovered that there are stray carriage returns on several records. This plays havoc with read.table since it starts a