Douglas Garstang
2006-Dec-20 17:14 UTC
[asterisk-users] Re: Match a Numer - then continue with, dialplan
> -----Original Message----- > From: Richard Lyman [mailto:pchammer@dynx.net] > Sent: Wednesday, December 20, 2006 4:29 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Re: Match a Numer - then continue with, > dialplan > > > Douglas Garstang wrote: > >> -----Original Message----- > >> From: David Gomillion [mailto:dgomillion@eyecarenow.com] > >> > *snipped > > > David, this is completely different from what I am trying to do. > > > > Let's try this a different way. Let's say you have two > companies. When someone calls a number in their own company, > we use their INTERNAL caller id. When they call someone in > another company, we want to send their EXTERNAL caller id. > How would you do this? > > > > Doug. > > > if it is just callerid then wouldn't the gf stuff (if it > still exists) work? > > it was something like (man i'm getting old, looking up in wiki) > > exten => s,1,Answer() > exten => s,XXXX,2,Set(CALLERID(name)=OUTSIDE > NAME|CALLERID(num)=xxxxxxxxxx) > exten => s,2,Set(CALLERID(name)=INSIDE NAME|CALLERID(num)=xxxxxxxxxx) > exten => s,3,Dial(yadda) > > XXXX would obviously be the callerid num of the internal extenIf there's hundreds of companies on this box, we'd need an exponentially larger number of statements...