[Asterisk-Users] Intercept and redirect outgoing calls ?

Robert Rozman rozman at fri.uni-lj.si
Fri Dec 10 17:32:23 MST 2004


----- Original Message ----- 
From: "Ed Greenberg" <edg at greenberg.org>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at lists.digium.com>
Sent: Friday, December 10, 2004 9:56 PM
Subject: Re: [Asterisk-Users] Intercept and redirect outgoing calls ?


>
>
> --On Friday, December 10, 2004 8:49 PM +0100 Robert Rozman
> <rozman at fri.uni-lj.si> wrote:
>
> >
> > ----- Original Message -----
> > From: "Nick Barnes" <nick at bcn-it.co.uk>
> > To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
> > <asterisk-users at lists.digium.com>
> > Sent: Friday, December 10, 2004 5:11 PM
> > Subject: RE: [Asterisk-Users] Intercept and redirect outgoing calls ?
> >
> >
> >>
> >>
> >> > I'd like to do simple LCR - when user dials number, would
> >> > like to check against database and if that number is
> >> > available over VOIP, simply substitute dialed number with SIP
> >> > address for instance and call over VOIP.
>
> How about:
>
> exten => 13115552368,1,Dial(SIP/whatever)
> exten => 13115552369,1,Dial(SIP/whatever)
> ; continue with dialing plan
> exten => 1NXXNXXXXXX,1,Dial(Zap/Whatever)
Hi,

thanks for info. This certainly is solution. But I'd more like to have
database with web interface where everyone can enter its own datas.

Sort of local ENUM implementation that I don't know how to do it...

Regards,

Rob.




More information about the asterisk-users mailing list