[Amportal-users] Context /Security

Hi,

I currently have a FreePBX running perfectly fine. I want to create an
extension for a remote user, but I do not want them to be able to use my
current dial plans, extensions etc… basically I want this extension to have
their own context and dial plans… I look forward to direction and
suggestions.


Find a local pizza place, music store, museum and more…then map the best
route! http://local.live.com?FORM=MGA001


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

copy your from-internel and leave out the outbound trunks to a new context…

go into your outbound routes and make sure your dial rules go to the trunks you want them to…

Now…have a look @ extensions_additional.conf and go down the the outrt-XXX-XXXXXX contexts…make note of the one(s) you want to use

THen go into extensions_custom.conf

create a context called [internal-only]
then cut and paste the from internal section…without the
include => outbound-allroutes

then create a new context called
[out-trunk-1]
include => internal-only
include => outrt-XXX-whatever it is called
include => outrt- XXY-another route

then go into freepbx, edit the extension to use the context you have just created