[Asterisk-Users] overlapping extensions

2004-07-17 Thread micko
I am about to setup an asterisk pbx for 2 customers and would like to use a single box. Since I don't want to use 1xx for one and 2xx for the other customer, is there a way to setup overlapping extenstions? If not anybody can give me an example of how a similar situation like this was solved?

Re: [Asterisk-Users] overlapping extensions

2004-07-17 Thread Brian McSpadden
If they are in seperate contexts, it should be no problem. [cust1local] exten = 100... exten = 101... include = dialoutcontext [cust2local] exten = 100... exten = 101... include = dialoutcontext On Sat, 17 Jul 2004 18:18:20 -0500, micko [EMAIL PROTECTED] wrote: I am about to setup an asterisk