On Mon, 3 Jan 2011, Thomas Perron wrote:
So, one Asterisk machine handling up to 100 DID numbers, correct?
The number of DIDs is not limited. You could handle a bazillion DIDs with
a simple dial plan like:
exten = _!.,1, verbose(1,[${ext...@${context}])
exten = _!.,n, playback(demo-congrats)
exten = _!.,n, hangup()
I assume that the DID mumbers dialed would be the exaxt match needed
to start the respective context. Correct?
The exten does not determine which context is started. The provider
configuration does.
Matching is facilitated by patterns.
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards [email protected] Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users