wikipbx-dev team mailing list archive
-
wikipbx-dev team
-
Mailing list archive
-
Message #00047
Re: [RFC] Add ability to filter dialing extensions by caller id number
On 21.10.2010 11:59, Riccardo Magliocchetti wrote:
> Hello,
>
> i think it would be handy to be able to have extensions that can be
> dialed only by some caller id number. What do you think?
>
> You need to add a callerid_num to wikipbxweb_extension:
>
> alter table "wikipbxweb_extension" add column "callerid_num" varchar(75);
This feature looks good, but the implementation can be improved. Instead
of generating conditions in IVR file and sending it to freeswitch, we
can eliminate extensions for caller IDs that won't be matched when
building dialplan.
I've added caller ID number filtering, but didn't do much testing
besides checking GUI yet, so please make sure that it works.
>
> BTW, when we are adding south as dependency? :)
That would probably happen once we'll decide that we don't need to
change anything in DB before 0.9 release. Of course it's possible to add
it earlier, but I'm interested in using it in first place for migrating
between releases.
Stas.
Follow ups
References