Re: [asterisk-users] Simultaneous Ring

2014-07-18 Thread Haley,Scott A
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Haley,Scott A Sent: Thursday, July 17, 2014 6:57 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Simultaneous Ring Thanks AJ, this sounds like what I need. Thanks, Scott Haley

Re: [asterisk-users] Simultaneous Ring

2014-07-18 Thread A J Stiles
On Friday 18 Jul 2014, Haley,Scott A wrote: I have this working but I have one problem. I need to grab values from variables that I have set in the calling context to dial. How would I do that. I think you need to prefix your variable names with *two* underscores, to make them indefinitely

Re: [asterisk-users] Simultaneous Ring

2014-07-18 Thread Haley,Scott A
] On Behalf Of A J Stiles Sent: Friday, July 18, 2014 9:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Simultaneous Ring On Friday 18 Jul 2014, Haley,Scott A wrote: I have this working but I have one problem. I need to grab values from variables that I have

Re: [asterisk-users] Simultaneous Ring

2014-07-18 Thread A J Stiles
On Friday 18 Jul 2014, Haley,Scott A wrote: That worked. I had to use the *two* underscores in the agi script where I was setting the values. Thanks. Glad you got it working in the end! I always like to use plenty of NoOp() statements to make sure the variables I'm setting are correct,

Re: [asterisk-users] Simultaneous Ring

2014-07-17 Thread A J Stiles
On Wednesday 16 Jul 2014, Haley,Scott A wrote: I have a need to issue a dial command to a number: same = n,Dial(${DIALGROUP1},${TIMER1},t) After a number of seconds, let's say 10 seconds. I want to dial another set of numbers while continuing to ring, or interrupting the first group of

Re: [asterisk-users] Simultaneous Ring

2014-07-17 Thread Haley,Scott A
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Simultaneous Ring On Wednesday 16 Jul 2014, Haley,Scott A wrote: I have a need to issue a dial command to a number: same = n,Dial(${DIALGROUP1},${TIMER1},t) After a number of seconds, let's say 10 seconds. I want

[asterisk-users] Simultaneous Ring

2014-07-16 Thread Haley,Scott A
I have a need to issue a dial command to a number: same = n,Dial(${DIALGROUP1},${TIMER1},t) After a number of seconds, let's say 10 seconds. I want to dial another set of numbers while continuing to ring, or interrupting the first group of numbers. same = n,Dial(${DIALGROUP2},${TIMER1},t) Is

Re: [asterisk-users] Simultaneous Ring

2014-07-16 Thread Kevin Larsen
asterisk-users-boun...@lists.digium.com wrote on 07/16/2014 01:46:09 PM: From: Haley,Scott A scott.ha...@edwardjones.com To: asterisk-users@lists.digium.com asterisk-users@lists.digium.com, Date: 07/16/2014 01:46 PM Subject: [asterisk-users] Simultaneous Ring Sent by: asterisk-users-boun

Re: [asterisk-users] Simultaneous Ring

2014-07-16 Thread Doug Lytle
After a number of seconds, let's say 10 seconds. I want to dial another set of numbers while continuing to ring, or interrupting the first group of numbers. I'd use queues. First set of numbers in queue 1, both the first set and second set of number in queue 2. If the call falls out of

[asterisk-users] Simultaneous ring on Soft phone and Desk phone.

2011-09-01 Thread NaJIm
Hi, In my Office all our users have a Desk phone. Some of the users who are using laptops have a Soft phone too along with their Desk phone. Right now we are using two different extensions for their desk and soft phones. Is it possible to have simultaneous ring for both the extensions (ie. soft

[asterisk-users] simultaneous ring problem

2008-02-27 Thread Randall Smith
I've got this in extensions.conf: [macro-stdexten] exten = s,1,Dial(${ARG2},30,p) exten = 601555,1,Macro(stdexten,200,SIP/200SIP/201SIP/203SIP/${VOICEPULSE_GATEWAY_OUT_A}/+1504555) Where the real numbers have been replaced with 555. What I'm trying to do is ring my cell phone in

Re: [asterisk-users] simultaneous ring problem

2008-02-27 Thread Randall Smith
I think it may have been a NAT and/or reinvite issue. I've now forwarded udp 1-2 to my pbx and turned off reinvite for all. NAT issues can be so difficult to diagnose sometimes. I'll be glad to see it go with ipv6. Randall Randall Smith wrote: [macro-stdexten] exten =

Re: [asterisk-users] simultaneous ring - call groups or queues orsomething else?

2006-11-01 Thread Stephen Bosch
Dovid B wrote: Read the book Asterisk: The future of Telephony http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11 It will teach you a lot. The trouble with this (I have it) is that it's dated. I do wish we had a more structured and maintained documentation project.

Re: [asterisk-users] simultaneous ring - call groups or queues orsomething else?

2006-11-01 Thread Tzafrir Cohen
On Wed, Nov 01, 2006 at 11:15:23AM -0700, Stephen Bosch wrote: Dovid B wrote: Read the book Asterisk: The future of Telephony http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11 It will teach you a lot. The trouble with this (I have it) is that it's dated. I do wish we

Re: [asterisk-users] simultaneous ring - call groups or queues orsomething else?

2006-11-01 Thread John Novack
Stephen Bosch wrote: Dovid B wrote: Read the book Asterisk: The future of Telephony http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11 It will teach you a lot. The trouble with this (I have it) is that it's dated. I do wish we had a more structured and maintained

Re: [asterisk-users] simultaneous ring - call groups or queuesorsomething else?

2006-11-01 Thread Dovid B
- Original Message - From: Tzafrir Cohen [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Wednesday, November 01, 2006 9:57 PM Subject: Re: [asterisk-users] simultaneous ring - call groups or queuesorsomething else

[asterisk-users] simultaneous ring - call groups or queues or something else?

2006-10-31 Thread Stephen Bosch
Hi, folks: I need to be able to have a single DID ring multiple remote (IP and PSTN) extensions, and then pass the call to whichever picks up first. I'm sure this is old hat -- lots of providers offer it. I see that Trixbox will do it, but it's not clear how it's doing it. They use different

Re: [asterisk-users] simultaneous ring - call groups or queues or something else?

2006-10-31 Thread Brian Rogan
You can just seperate multiple phones with in the Dial command, as the voip-info wiki page shows: http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial On Tue, Oct 31, 2006 at 10:28:32AM -0700, Stephen Bosch wrote: Hi, folks: I need to be able to have a single DID ring multiple remote (IP

Re: [asterisk-users] simultaneous ring - call groups or queues or something else?

2006-10-31 Thread Stephen Bosch
Brian Rogan wrote: You can just seperate multiple phones with in the Dial command, as the voip-info wiki page shows: http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial Thanks! It's not always clear where to look first for these things. I'm repeatedly blown away by the ease of

Re: [asterisk-users] simultaneous ring - call groups or queues orsomething else?

2006-10-31 Thread Dovid B
, October 31, 2006 7:28 PM Subject: [asterisk-users] simultaneous ring - call groups or queues orsomething else? Hi, folks: I need to be able to have a single DID ring multiple remote (IP and PSTN) extensions, and then pass the call to whichever picks up first. I'm sure this is old hat -- lots

Re: [asterisk-users] simultaneous ring - call groups or queues orsomething else?

2006-10-31 Thread Dovid B
- Original Message - From: Stephen Bosch [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Tuesday, October 31, 2006 10:06 PM Subject: Re: [asterisk-users] simultaneous ring - call groups or queues orsomething else

Re: [Asterisk-Users] Simultaneous ring internal extension and external phone number?

2004-06-02 Thread Tracy R Reed
On Wed, Jun 02, 2004 at 02:01:49PM +1000, Shaun Ewing spake thusly: exten = xx,1,Dial(IAX2/[EMAIL PROTECTED]/phoneSIP/phone|60|r) By that example, you can see that I am dialing IAX2/[EMAIL PROTECTED]/phone and SIP/phone at the same time with ring back with a timeout of 60 seconds. Note

Re: [Asterisk-Users] Simultaneous ring internal extension and external phone number?

2004-06-02 Thread Eric Wieling
On Wed, 2004-06-02 at 01:01, Tracy R Reed wrote: Note however that this WILL NOT work if one of the devices you are calling is on a Zap channel. I have a PRI and I would love to ring my cell phone AND my desk phone (SIP) at the same time but if I try only the Zap interface rings. I posted

Re: [Asterisk-Users] Simultaneous ring internal extension and external phone number?

2004-06-02 Thread John Fraizer
Eric Wieling wrote: On Wed, 2004-06-02 at 01:01, Tracy R Reed wrote: Note however that this WILL NOT work if one of the devices you are calling is on a Zap channel. I have a PRI and I would love to ring my cell phone AND my desk phone (SIP) at the same time but if I try only the Zap interface

[Asterisk-Users] Simultaneous ring internal extension and external phone number?

2004-06-01 Thread Kevin P. Fleming
I have a client who is looking at replacing their PBX, and I'm interested in putting together an Asterisk solution for them. One feature that would really, really get their attention is if I could do the Vonage thing, where if a PSTN caller dials a direct extension (coming in over PRI) both

RE: [Asterisk-Users] Simultaneous ring internal extension and external phone number?

2004-06-01 Thread Shaun Ewing
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin P. Fleming Sent: Wednesday, 2 June 2004 12:46 PM I have a client who is looking at replacing their PBX, and I'm interested in putting together an Asterisk solution for them. One feature

Re: [Asterisk-Users] Simultaneous ring internal extension and external phone number?

2004-06-01 Thread Kevin P. Fleming
Shaun Ewing wrote: I use something like the following to dial my desk phone and cell phone at the same time: exten = xx,1,Dial(IAX2/[EMAIL PROTECTED]/phoneSIP/phone|60|r) By that example, you can see that I am dialing IAX2/[EMAIL PROTECTED]/phone and SIP/phone at the same time with ring back