Set a password for external calls

Hello,
I need to configure my freepbx so that the user types a password before making external calls.
Thank you for your help

Go to Connectivity > Outbound Routes > Select the route (on right hand side) you wish to apply the password on.

Under Route Password type the password you wish to use.

Click Submit Changes and than click the Apply Changes button at the top.

http://i44.tinypic.com/e6rf5z.png

thanks

hey I have a problem and I need your help. I have three extensions must first call internationnal: 00. the second national calls and last, internal calls so I must make two restrictions for national calls and internal extensions_custom.conf in the file I add this

<code>

[from-restricted]
;
; These are all the applications that you will require
;
include => app-cf-busy-off
include => app-cf-busy-off-any
include => app-cf-busy-on
include => app-cf-off
include => app-cf-off-any
include => app-cf-on
include => app-cf-unavailable-off
include => app-cf-unavailable-on
include => app-calltrace
include => app-callwaiting-cwoff
include => app-callwaiting-cwon
include => app-dialvm
include => app-directory
include => app-dnd-off
include => app-dnd-on
include => app-echo-test
include => app-recordings
include => app-speakextennum
include => app-speakingclock
include => app-userlogonoff
include => app-zapbarge
include => app-vmmain
include => ext-group
include => ext-fax
include => ext-meetme
include => ext-findmefollow
include => ext-paging
include => ext-queues
include => ext-test
include => ext-local
include => parkedcalls
;
; #### OutBound Routes ########
; # Below are all restricted routes #
; ###########################
;
; new outbound-restricted-routes
include => outbound-allroutes-custom
;include => outrt-001-extern_international
include => outrt-002-externe_national
include => outrt-003-internal
exten => foo,1,Noop(bar)

; end of outbound-restricted-routes

;
exten => h,1,Hangup
exten => s,1,Macro(hangupcall)
exten => h,1,Macro(hangupcall)
<code>

with this config I can restrict calls just internally, but when I duplicate the file and comment the line for internationnal its not working.

another question I want every post have its own password how it will happen.
Thank you for your help

help me please

someone to help me