Re: [asterisk-users] Ring group howto

2009-04-03 Thread Joseph L. Casale
>The only "cleaner" way is to define the group in [globals] as follows:-
>
>[globals]
>group1 = SIP/3615221401&SIP/3615221402&SIP/3615221407&SIP/52260014
>
>...and then refer to this variable in the dial statement...
>
>exten => 5226001454,1,Dial(${group1},20)

That certainly makes life easier, is there a way to associate this
to a context, or ring a context?

jlc

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Ring group howto

2009-04-02 Thread Rob Hillis
Michael wrote:
> On Fri, 03 Apr 2009 12:32:03 you wrote:
>   
>> Like:
>>
>> exten =>
>> 5226001454,1,Dial(SIP/3615221401&SIP/3615221402&SIP/3615221407&SIP/52260014
>> 0 5,20)
>> 
> That is what I am currently doing - though is there a cleaner way?
>
>   

The only "cleaner" way is to define the group in [globals] as follows:-

[globals]
group1 = SIP/3615221401&SIP/3615221402&SIP/3615221407&SIP/52260014

...and then refer to this variable in the dial statement...

exten => 5226001454,1,Dial(${group1},20)


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Ring group howto

2009-04-02 Thread Martin
It's all in the

CLI>show application dial

and read what it has to say ...

  -= Info about application 'Dial' =-

[Synopsis]
Place a call and connect to the current channel

[Description]
  Dial(Technology/resource[&Tech2/resource2...]
^^

Martin

On Thu, Apr 2, 2009 at 6:22 PM, Michael  wrote:
> How do I manually set up a ring group?
>
> All the info I've Googled tells me how to do this using Trixbox or FreePBX.
>
> I am using standard Asterisk 1.4 configuring at the CLI.
>
> Michael
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Ring group howto

2009-04-02 Thread Michael
On Fri, 03 Apr 2009 12:32:03 you wrote:
> A group of phones that ring all at once?
>
> Like:
>
> exten =>
> 5226001454,1,Dial(SIP/3615221401&SIP/3615221402&SIP/3615221407&SIP/52260014
>0 5,20)
>
> Take out the line breaks.
>
> Or were you looking for something else?
>
> CF

That is what I am currently doing - though is there a cleaner way?

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Ring group howto

2009-04-02 Thread Cary Fitch
A group of phones that ring all at once?

Like:

exten =>
5226001454,1,Dial(SIP/3615221401&SIP/3615221402&SIP/3615221407&SIP/522600140
5,20)

Take out the line breaks.

Or were you looking for something else?

CF

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Michael
Sent: Thursday, April 02, 2009 6:22 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Ring group howto

How do I manually set up a ring group?

All the info I've Googled tells me how to do this using Trixbox or FreePBX.

I am using standard Asterisk 1.4 configuring at the CLI.

Michael

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users