[Asterisk-Users] Channel Groups?

asterisk at stephenamadei.com asterisk at stephenamadei.com
Thu Jan 27 15:02:28 MST 2005


Is it possible to build grousp of channels?

I have a series of extensions which are receiving incoming calls to
various virtual organizations.

Something like this...

[foo-incoming]
exten => 2122222222, 1, Goto(ACorp|1000|1)
exten => 2123333333, 1, Goto(BCorp|1000|1)
.
.
.
exten => _NXXNXXXXXX, 1, Goto(GenericCorp|1000|1)

[GenericCorp]
exten => 1000, 1, SetCallerID("Generic Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)

[ACorp]
exten => 1000, 1, SetCallerID("A Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)

[BCorp]
exten => 1000, 1, SetCallerID("B Corp")
exten => 1000, 2, Dial(SIP/xlite1&SIP/kphone1&SIP/xlite2,30,tr)
exten => 1000, 3, Voicemail(u10000)

Since I will be adding alot more users over time to the Dial command, is
it possible to define a channel group, like...

group.conf
[mygroup]
member = SIP/xlite1
member = SIP/kphone1
member = SIP/xlite2

Then I call the Dial as "Dial(GROUP/mygroup,30,tr)" or something...

BTW, I'm still unable to use BroadVoice... but VoicePulse with IAX seems
to work pretty good... but I still wanted to use BroadVoice.  See my email
from yesterday for details.

					----Steve
Stephen Amadei
5114 Harbor Beach Blvd
Brigantine Beach, NJ 08203
(609) 703-9649




More information about the asterisk-users mailing list