Displaying 1 result from an estimated 1 matches for "genericcorp".
Did you mean:
generic_op
2005 Jan 27
0
Channel Groups?
...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&...