How to bypass PIN SET from a particular extension

Hi:

I have all my outbound routes protected with pin sets so i can assign diferent levels of access for all my users, but i have a extension that needs to dial out without restrictions, is there anyway within freepbx to do it without the need to add another route or prefix??

Thanks

it’s exposed in 2.6 on the extension page. The infrastructure is built into 2.5 but there is not gui to set it.

Here is an example of an extension 222 that is configured to bypass the pin codes:

sip*CLI> database show AMPUSER/222/pinless
/AMPUSER/222/pinless                              : NOPASSWD

so set the key pinless as above in the astdb and you are good. (and in 2.6 it will be in the gui).