Loenard,
This can be accomplished. You can make 2 9.@ route patterns and add them to separate partitions. Make sure you add both partitions to your phone CSS. Then you can add route filters to each 9.@ route patttern. Take a look at my route filter examples:
USDEGIM_LOCAL_RF (Local Dialing and 800 number access)
This Route Filter is used to parse and filter the North American Numbering Plan (NANP) on Cisco Call manager (C:\Program Files\Cisco\DialPlan\NANP). The tags chosen (below) will allow 7 digit dialing, access to 800 numbers, and access to metro (10 digit) dialing for the XXX area code only.
Route Filter Tags Required:
OFFICE-CODE-EXISTS **AND**
AREA-CODE-DOES-NOT-EXIST **AND**
LOCAL-AREA-CODE-DOES-NOT-EXIST**OR**
AREA-CODE=800**OR**
AREA-CODE=866**OR**
AREA-CODE=888**OR**
AREA-CODE=877**OR**
LOCAL-AREA-CODE=XXX
USDEGIM_LD_RF (National Long Distance Dialing)
This Route Filter is used to parse and filter the NANP on Call manager. The tag chosen will allow national 1+ dialing (11 digit national numbers).
Route Filter Tags required:
AREA-CODE-EXISTS