Re: [Asterisk-Users] Call roll-over question...

2004-03-08 Thread Brian R. Swan
Hi all, Thanks everyone who replied for their help. I wanted to post and describe my final config in case anyone in the future wants to accomplish something similar. Here's my Standard extension macro: exten = s,1,Dial(${ARG2},15) exten = s,2,Voicemail(u${ARG1}) exten = s,3,Hangup exten =

Re: [Asterisk-Users] Call roll-over question...

2004-03-06 Thread Walker Haddock
On Fri, Mar 05, 2004 at 07:04:05PM -0600, Brian R. Swan wrote: Bryan, If you use the `incominglimit=1` option in the device section of the sip.conf file, then * will consider the device b usy if there is already a call going on. This would give you the behavior you are desiring. Walker --

Re: [Asterisk-Users] Call roll-over question...

2004-03-06 Thread Brian R. Swan
Hmm, that would work, but then wouldn't both lines ring at the same time on my phone? I'd like to see if I can get it to roll over like described, but this is certainly an alternative. Thanks for the reply! Brian On Friday 05 March 2004 8:50 pm, Chris A. Icide wrote: At 05:04 PM 3/5/2004,

Re: [Asterisk-Users] Call roll-over question...

2004-03-06 Thread Derek Bruce
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 05, 2004 6:04 PM Subject: [Asterisk-Users] Call roll-over question... I have another question for the group. I'm trying to make the following happen on my Cisco phone: I have two lines configured, 2001 and 3001. If I'm talking on 2001

Re: [Asterisk-Users] Call roll-over question...

2004-03-06 Thread Chris A. Icide
At 06:54 PM 3/6/2004, you wrote: At 03:52 PM 3/6/2004, you wrote: try this in extentions.conf, it should do what you want... exten = 2001,1,ChanIsAvail(SIP/2001SIP/3001) exten = 2001,2,SubString,ToDial=${AVAILCHAN}|0|8 exten = 2001,3,Dial(${ToDial},20) exten = 2001,4,Voicemail(u2001) exten =

[Asterisk-Users] Call roll-over question...

2004-03-05 Thread Brian R. Swan
I have another question for the group. I'm trying to make the following happen on my Cisco phone: I have two lines configured, 2001 and 3001. If I'm talking on 2001 and someone tries to call me on 2001 I'd like the call to roll over to 3001 and then if I don't answer, it goes to Voice mail.

Re: [Asterisk-Users] Call roll-over question...

2004-03-05 Thread Chris A. Icide
At 05:04 PM 3/5/2004, you wrote: I have another question for the group. I'm trying to make the following happen on my Cisco phone: I have two lines configured, 2001 and 3001. If I'm talking on 2001 and snip Try this exten = 2001,1,Dial(SIP/2001SIP/3001,20) This will ring them both at the same