Re: [asterisk-users] ring groups with different caller id

2009-11-03 Thread Jared Smith
On Tue, 2009-11-03 at 14:02 -0500, Derek Belrose (OMEGABYTE) wrote: > Is there a way to ring multiple phones simultaneously but use > different caller id settings depending on the type of phone that is > being called? This can be accomplished via chan_local, a channel driver that treats an extensi

[asterisk-users] ring groups with different caller id

2009-11-03 Thread Derek Belrose (OMEGABYTE)
Hello, I am in need of some assistance. We are trying to ring a number of SIP phones as well as cell phones. The problem is that the SIP phones show the callerid correctly, we want the cell phones to show callerid of the original DID that was called. This is to ensure that the person answeri

Re: [asterisk-users] ring groups with different caller id

2009-11-03 Thread Derek Belrose (OMEGABYTE)
2:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ring groups with different caller id On Tue, 2009-11-03 at 14:02 -0500, Derek Belrose (OMEGABYTE) wrote: > Is there a way to ring multiple phones simultaneously but use > different caller

Re: [asterisk-users] Ring Groups

2007-10-19 Thread Eric "ManxPower" Wieling
Rob Schall wrote: > Here's what I'm looking to do > > exten => 10,1,Dial(SIP/1000&SIP/1001,15,wW) > exten => 10,2,Voicemail(u1000) > > > This should ring both phones and they should keep ringing for the > alloted time before moving on. However, it appears that if one of the > phones is Busy,

[asterisk-users] Ring Groups

2007-10-18 Thread Rob Schall
Here's what I'm looking to do exten => 10,1,Dial(SIP/1000&SIP/1001,15,wW) exten => 10,2,Voicemail(u1000) This should ring both phones and they should keep ringing for the alloted time before moving on. However, it appears that if one of the phones is Busy, it returns with a busy and moves on

Re: [asterisk-users] Ring Groups

2006-08-07 Thread Chris Hembrow
Thanks Dial(SIP/101,SIP/102) was a typo on my part, I had & in it's place. I've read most of the o'really book, it helped me sort what I've got so far. The entire internal context I have is as follows: [globals] SIPID=XX ALL=SIP/UP&SIP/DOWN [inbound] exten => ${SIPID},1,Answer() exten => ${

Re: [asterisk-users] Ring Groups

2006-08-06 Thread Hadley Rich
On Monday 07 August 2006 06:36, Chris Hembrow wrote: > I am new to asterisk, and learning as I plod along. Currently, I am > trying to work out how to create a ring group without using AMP. You should check out the book - 'Asterisk: The Future of Telephony' - published by O'Reilly it's available

[asterisk-users] Ring Groups

2006-08-06 Thread Chris Hembrow
Hi I am new to asterisk, and learning as I plod along. Currently, I am trying to work out how to create a ring group without using AMP. I set my inbound line to ring multiple lines by using Dial(SIP/101,SIP/102) but when I answered the call, the lines which didn't answer became locked with no di