cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17049
Views
27
Helpful
50
Replies

CME forced auth codes in 8.5/8.6

thisisshanky
Level 11
Level 11

I m referring to this document (which doesnt seem to help me much)..so thought of posting at this forum....

Has any body successfully implemented FAC in CME..

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmefac.html

i have setup two LPCor groups one for end users and one for PSTN trunks..to test this functionality i put one ephone under the end users group and another ephone in the PSTN trunk group..and when you call from ephone 1 to 2...it asks for the username and password as programmed but then it hangs up the call...

i can post configs if needed...its pretty similar to whats in the document..

TIA..

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus
50 Replies 50

Hi,

I am trying to acheive FAC on CME 9. But i have doubt to get below matrix

                                 Local Call     LD Call        Intl Call   

LOcal User  -->           NO FAC         FAC             FAC

LD Useer    -->            NO FAC         No FAC        FAC

Intl User    --->            NO FAC         NO FAC          NO FAC

How can i acheive this in LPcor policy and single E1 with many dialpeer pot for outgoing.

Thanks Saurabh

hi saurabh_om,

We are facing the same delema, got a few tries doing this scenario and come up with the same result, if you are using a single E1 Pri/Bri that has all the outgoing function, lpcor is not the solution for now, unless cisco will fix it and rescript it in the new IOS version. Because that's the biggest problem of using lpcor, its like we need to block the whole E1 Pri dedicated for authentication calls and must have another E1 Pri using non-authentication calls. Sounds stupid and costly but we have to live with for now ^_^

If you want you can try using the "acctfixedpin.tcl" script, it runs on dial-peers and can be controlled by typical corlists.  Though its unsupported tcl script by Cisco, but develop by a brilliant guy who seem to be knockout by LPCOR.. hahahah Goodluck ^_^

dennis,

I think you can achieve what you want by combining lpcor and cor.

Use cor to restrict which dial peers a line/phone can use.

for dial peers that require fac, point them to the trunk group with lpcor

for dial peers that don't require fac, point them to the voice-port itself instead of the trunk

I was able to achieve this using cor/lpcor for a customer that only required fac on ld/intl but also had fax machines that didn't need to use fac.

I don't have the config handy but it worked fine

Hi,

Thank you for the quick reply, was able to try this configuration and I may be missing something out. ^_^ if you could provide additional assistance, it would be much appreciated.  I will retry this again and will give feedback.  Thanks.

Hello Dennis,

LPCOR and multiple auth code policy with single PRI line or POTS dial-peers.  with Voice Dial-pper, yes you can play with policies.

I found an alternative is to create translation patterns and match PSTN numbers with voice dial-pper first and then looping number back to CME itself.  Apply LPCOR policy on voice Dial-peer and take decision allow/restrict there itself.

Later make POTS dial-peer to reroute translated number to PSTN trunk.

Here is configuration :

Defines the name and number of LPCOR resource groups

voice lpcor custom

group 10 local                                             LPCOR group for Local Calls

group 11 ld                                                 LPCOR group for Long Distance Calls

group 12 isd                                                 LPCOR group for International Calls

--------------------------------------------------------------------------------------------------------------------------------------

Creates a LPCOR policy for a resource group

voice lpcor policy local                                       Service policy for local resource group                            

service fac                                                         Enable FAC Service for a routing endpoint

accept ld                                                             Accept calls from group without any FAC

accept isd

!

voice lpcor policy ld                                           Service policy for long distance resource group                           

service fac

accept local fac                                                 Accept calls from group with a valid FAC

accept isd

!

voice lpcor policy isd                                         Service policy for international resource group                                 

service fac

accept local fac

accept ld fac

-----------------------------------------------------------------------------------------------------------------------------------------------

LPCOR for international numbers patterns:

voice translation-rule 2                         Voice translation rule translating international number                                    

rule 1 /^000/ /654000/

voice translation-profile add654                          

translate called 2

--------------------------------------------------

dial-peer voice 311 voip

description international

translation-profile outgoing add654

destination-pattern 000T

lpcor outgoing isd

session target ipv4:10.220.2.2

dtmf-relay h245-alphanumeric h245-signal

codec g711ulaw

!

dial-peer voice 312 voip

session target ipv4:10.220.2.2

incoming called-number 654000T

dtmf-relay h245-alphanumeric h245-signal

codec g711ulaw

dial-peer voice 310 pots

description # Dial-Peer to Dial ISD Numbers #

destination-pattern 654000T

port 0/0/0:15

prefix 00

--------------------------------------------------------------------------------

LPCOR for Long Distance numbers patterns:

trunk group PRI-ACCESS                                             Define a trunk-group and associate an LPCOR policy

trunk group lpcor outgoing ld

interface Serial0/0/0:15

no ip address

encapsulation hdlc

isdn switch-type primary-5ess

isdn incoming-voice voice

isdn bchan-number-order ascending

trunk-group PRI-ACCESS                                                        Associate trunk-group to E1 PRI

no cdp enable

dial-peer voice 302 pots

trunkgroup PRI-ACCESS                                                          Associate trunk-group to longdistance dialpeer

description # Dial-Peer to Dial LD Mobile Numbers #

destination-pattern 00[7-9].........

forward-digits 11

====================================================================================================

*********** PLEASE RATE THE ANSWER IF YOU FIND IT HELPFUL *****************

===================================================================================================

Thanks Saurabh

saurabh_om,

The idea is very helpful and solved the configuration issue we encounter.  We limit the configuration of the dial-peers and translation though by controlling it by cor-list (Pots - Outgoing to PSTN) per IP Phone access, much simplier to control and maintain ^_^

voice-port 0/0/0:15

description ***** ISDN PRI *****

no vad

timeouts interdigit 3

timeouts call-disconnect 3

timeouts wait-release 1

bearer-cap Speech

!

trunk group Cust01-E1

hunt-scheme least-idle

lpcor incoming Cust01ISDNTrunks

lpcor outgoing Cust01ISDNTrunks

!
controller E1 0/0/0
framing NO-CRC4
pri-group timeslots 1-31
trunk-group Cust01-E1 timeslots 1-31 preference 1

!

dial-peer voice 103 pots

corlist outgoing Cust01localcalls --> Cor List access to Local Calls

description ***** Outgoing POTS Call Leg from CME

destination-pattern 9[1-9]T

port 0/0/0:15 --> Local PSTN Access pointing to ISDN port.

!

dial-peer voice 100 pots

trunkgroup Cust01-E1 --> Local PSTN Access pointing to ISDN Trunkgroup

corlist outgoing Cust01IDDcalls --> Cor List access to IDD Calls

description ***** Outgoing POTS Call Leg from

destination-pattern 9[0][0]T

forward-digits 11

prefix 00

!

Thank you,

Dennis

omarcruz1
Level 1
Level 1

Hi everybody,

All of you guys have a realy helpful information here but I have not gotten it. I am still trying to configure the FAC feature. The issue is that system is not validating neither the username nor password, because I dial number I want to reach then I receive recordings user&passwd prompt, I put them right or even wrong and the call is stablished. I have been looking out a lot of information of how to configure FAC, searching information about this issue but I can find nothing.

Im deplying over a 3945E ios 15.1(4)M4. CME 8.6

I will be thankful if anyone has any advice

Sincerely,

Omar Cruz

Hello Omar,

Can you share running configuration of CME.

Regards

Saurabh

Thanks Saurabh

Saurabh,

thanks alot for your fast answer, but finally I could get it!!!! the issue was that I had 2 Dail Peers (DP) A and B. I was only requesting FAC for A. I had not seen that I kept B, so all the trafic was traveling through B. I took it out and right away it worked. : D

thanks for your attention though and have a great weekend!!!

aldredbenedict
Level 1
Level 1

Hey guys I know this might sound dumb but I need to confirm this issue

Can the forced authorization code support many usernames and passwords (username xxx password 0 1234)? Let's say I have 2 usernames : 1234 and 4321. Can I use both of them to authenticate the calls?

yes you can

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Thanks hanky. Btw does anybody know how to include the FAC username/pin in the CDR?

@Omar, I'm using ios 15.2(4)M1 and CME version 9.1. I haven't tried restarting the router (as it is in production mode), but once I do, I will tell you the results

omarcruz1
Level 1
Level 1

hi everybody,

I was implementing FAC on CME 8.6 with IOS 15.4M.3 all the functions are working good besides a little detail. I am facing with a command deleted called "trunk group lpcor outgoing " when I reloaded my CME. As I see you guys experienced this behavior before. the questions is Do you guys know the IOS version which is working properly?

thanks in advance

Alexandr Alakin
Level 1
Level 1

I would like to know working IOS as well..

I have some odd behaviour with IOS 15.1(3)T3 (CME Version 8.5)

#sh voice lpcor policy

voice lpcor policy LP_2 (group 2)

  service fac is enabled

  ( accept     ) LP_2 (group 2)

  ( accept fac ) LP_3 (group 3)


voice lpcor policy LP_3 (group 3)

  service fac is enabled

  ( accept fac ) LP_2 (group 2)

  ( accept     ) LP_3 (group 3)

#

ephone  2

lpcor type local

lpcor incoming LP_2

lpcor outgoing LP_2

ephone  3

lpcor type local

lpcor incoming LP_3

lpcor outgoing LP_3


I'm trying to enable FAC between 2002 (ephone 2) and 2003 (ephone 3).

Call 2003->2002 works fine, FAC is required in order to place a call (Debug shows: Source LPCOR is LP_3, Target LPCOR is LP_2)

Call 2002->2003 does not require FAC (Debug show that used LPCORs: Source LPCOR is LP_2, Target LPCOR is LP_2) until I add

conf t

voice lpcor policy LP_2

accept LP_2 fac

I still cannot figure out why on earth the same LP_2 is used as both Source and Target??

Config and logs are attached

HTH Alexandr

Hi All

I'm trying to configure CME FAC also for customer requirement,

But still doesn't work. Any idea please?

my configuration

aaa new-model

!

aaa authentication login default local

aaa authentication login h323 local

aaa authorization exec default local

aaa authorization exec h323 local

aaa authorization network h323 local

!

trunk group TELKOM-E1

trunk group lpcor outgoing trunk

!

voice-card 0

!

voice lpcor enable

voice lpcor custom

group 10 user

group 11 trunk

!

voice lpcor policy user

service fac

accept user fac

accept trunk fac

!

voice lpcor policy trunk

service fac

accept user fac

accept trunk fac

!

application

package auth

  param passwd-prompt flash:en_bacd_welcome.au  --> should we put this file  en_bacd_welcome.au to flash?

  param abort-digit *

  param user-prompt flash:en_bacd_enter_dest.au --> should we put this file en_bacd_welcome.au to flash?

  param passwd 5555

  param term-digit #

  param max-digits 32

!

username 649 password 0 1258

!

controller E1 0/0/0

framing NO-CRC4

pri-group timeslots 1-30

trunk-group TELKOM-E1 timeslots 1-30

!

gw-accounting aaa

!

interface Serial0/0/0:15

no ip address

encapsulation hdlc

isdn switch-type primary-net5

isdn incoming-voice voice

isdn outgoing display-ie

no cdp enable

!

voice-port 0/0/0:15

timeouts interdigit 3

!

dial-peer cor custom

name ALL

name LIMITED

!

dial-peer cor list ALL

member ALL

!

dial-peer cor list LIMITED

member LIMITED

!

dial-peer voice 1 pots

translation-profile incoming incoming

incoming called-number .

direct-inward-dial

!

dial-peer voice 15 pots

corlist outgoing ALL

translation-profile outgoing outgoing

destination-pattern 9T

port 0/0/0:15

!

dial-peer voice 16 pots

trunkgroup TELKOM-E1

translation-profile outgoing outgoing

destination-pattern 9T

#####################################

lpcor outgoing trunk --> not yet configured, need this?

#####################################

!

telephony-service

no auto-reg-ephone

max-ephones 100

max-dn 200

ip source-address 10.224.248.1 port 2000

system message CME

cnf-file location flash:

time-zone 40

date-format dd-mm-yy

max-conferences 8 gain -6

moh music-on-hold.au

multicast moh 239.1.1.1 port 2000 route 10.224.252.254

web admin system name unhcr password unhcr123

dn-webedit

transfer-system full-consult

create cnf-files version-stamp 7960 Dec 03 2013 13:00:40

!

ephone-template  1

lpcor type local

lpcor incoming user

#########################

lpcor outgoing user --> not yet configured, need this?

#########################

ephone-dn  13  dual-line

number 649

pickup-group 1101

label Server Room - 649

description Server Room - 649

name Server Room - 649

!

ephone  13

device-security-mode none

mac-address 0C68.03C1.79B8

ephone-template 1

type 7945

button  1:13

!

RTR-01#sh flash0:

-#- --length-- -----date/time------ path

1     68482708 Aug 13 2013 11:24:54 +07:00 c3900e-universalk9-mz.SPA.151-4.M5.bin

239       2464 Aug 13 2013 11:37:14 +07:00 home.shtml

240          0 Nov 30 2013 16:38:02 +07:00 its

241          0 Nov 30 2013 16:38:02 +07:00 its/vrf1

242         60 Nov 30 2013 16:38:06 +07:00 its/SEPDEFAULT.cnf

243       3239 Nov 30 2013 16:38:06 +07:00 its/vrf1/XMLDefault.cnf.xml

244        517 Nov 30 2013 16:38:08 +07:00 its/vrf1/XMLDefault7902.cnf.xml

245        970 Nov 30 2013 16:38:08 +07:00 its/vrf1/XMLDefault7905.cnf.xml

246       1260 Nov 30 2013 17:52:16 +07:00 its/vrf1/XMLDefault7906.cnf.xml

247        603 Nov 30 2013 16:38:08 +07:00 its/vrf1/XMLDefault7910.cnf.xml

248       1260 Nov 30 2013 17:52:18 +07:00 its/vrf1/XMLDefault7911.cnf.xml

249        970 Nov 30 2013 16:38:10 +07:00 its/vrf1/XMLDefault7912.cnf.xml

250        970 Nov 30 2013 16:38:10 +07:00 its/vrf1/XMLDefault7920.cnf.xml

251       1186 Nov 30 2013 17:52:18 +07:00 its/vrf1/XMLDefault7921.cnf.xml

252       1222 Nov 30 2013 17:52:18 +07:00 its/vrf1/XMLDefault7925.cnf.xml

253       1260 Nov 30 2013 17:52:18 +07:00 its/vrf1/XMLDefault7931.cnf.xml

254        550 Nov 30 2013 16:38:12 +07:00 its/vrf1/XMLDefault7935.cnf.xml

255        550 Nov 30 2013 16:38:12 +07:00 its/vrf1/XMLDefault7936.cnf.xml

256       1260 Nov 30 2013 17:52:18 +07:00 its/vrf1/XMLDefault7937.cnf.xml

257       1065 Nov 30 2013 16:38:14 +07:00 its/vrf1/XMLDefault7940.cnf.xml

258       1227 Nov 30 2013 16:38:14 +07:00 its/vrf1/XMLDefault7940-7914-1.cnf.xml

259       1227 Nov 30 2013 16:38:14 +07:00 its/vrf1/XMLDefault7940-7915-12-1.cnf.xml

260       1227 Nov 30 2013 16:38:14 +07:00 its/vrf1/XMLDefault7940-7915-24-1.cnf.xml

261       1227 Nov 30 2013 16:38:14 +07:00 its/vrf1/XMLDefault7940-7916-12-1.cnf.xml

262       1227 Nov 30 2013 16:38:16 +07:00 its/vrf1/XMLDefault7940-7916-24-1.cnf.xml

263       1358 Nov 30 2013 16:38:16 +07:00 its/vrf1/XMLDefault7940-7914-2.cnf.xml

264       1358 Nov 30 2013 16:38:16 +07:00 its/vrf1/XMLDefault7940-7915-12-2.cnf.xml

265       1358 Nov 30 2013 16:38:16 +07:00 its/vrf1/XMLDefault7940-7915-24-2.cnf.xml

266       1358 Nov 30 2013 16:38:18 +07:00 its/vrf1/XMLDefault7940-7916-12-2.cnf.xml

267       1358 Nov 30 2013 16:38:18 +07:00 its/vrf1/XMLDefault7940-7916-24-2.cnf.xml

268       1260 Nov 30 2013 17:52:20 +07:00 its/vrf1/XMLDefault7941.cnf.xml

269       1262 Nov 30 2013 17:52:20 +07:00 its/vrf1/XMLDefault7941GE.cnf.xml

270       1260 Nov 30 2013 17:52:20 +07:00 its/vrf1/XMLDefault7942.cnf.xml

271       1260 Nov 30 2013 17:52:20 +07:00 its/vrf1/XMLDefault7945.cnf.xml

272       1065 Nov 30 2013 16:38:20 +07:00 its/vrf1/XMLDefault7960.cnf.xml

273       1227 Nov 30 2013 16:38:20 +07:00 its/vrf1/XMLDefault7960-7914-1.cnf.xml

274       1227 Nov 30 2013 16:38:20 +07:00 its/vrf1/XMLDefault7960-7915-12-1.cnf.xml

275       1227 Nov 30 2013 16:38:22 +07:00 its/vrf1/XMLDefault7960-7915-24-1.cnf.xml

276       1227 Nov 30 2013 16:38:22 +07:00 its/vrf1/XMLDefault7960-7916-12-1.cnf.xml

277       1227 Nov 30 2013 16:38:22 +07:00 its/vrf1/XMLDefault7960-7916-24-1.cnf.xml

278       1358 Nov 30 2013 16:38:22 +07:00 its/vrf1/XMLDefault7960-7914-2.cnf.xml

279       1358 Nov 30 2013 16:38:24 +07:00 its/vrf1/XMLDefault7960-7915-12-2.cnf.xml

280       1358 Nov 30 2013 16:38:24 +07:00 its/vrf1/XMLDefault7960-7915-24-2.cnf.xml

281       1358 Nov 30 2013 16:38:24 +07:00 its/vrf1/XMLDefault7960-7916-12-2.cnf.xml

282       1358 Nov 30 2013 16:38:24 +07:00 its/vrf1/XMLDefault7960-7916-24-2.cnf.xml

283       1260 Nov 30 2013 17:52:22 +07:00 its/vrf1/XMLDefault7961.cnf.xml

284       1422 Nov 30 2013 17:52:22 +07:00 its/vrf1/XMLDefault7961-7914-1.cnf.xml

285       1422 Nov 30 2013 17:52:22 +07:00 its/vrf1/XMLDefault7961-7915-12-1.cnf.xml

286       1422 Nov 30 2013 17:52:22 +07:00 its/vrf1/XMLDefault7961-7915-24-1.cnf.xml

287       1422 Nov 30 2013 17:52:22 +07:00 its/vrf1/XMLDefault7961-7916-12-1.cnf.xml

288       1422 Nov 30 2013 17:52:24 +07:00 its/vrf1/XMLDefault7961-7916-24-1.cnf.xml

289       1553 Nov 30 2013 17:52:24 +07:00 its/vrf1/XMLDefault7961-7914-2.cnf.xml

290       1553 Nov 30 2013 17:52:24 +07:00 its/vrf1/XMLDefault7961-7915-12-2.cnf.xml

291       1553 Nov 30 2013 17:52:24 +07:00 its/vrf1/XMLDefault7961-7915-24-2.cnf.xml

292       1553 Nov 30 2013 17:52:24 +07:00 its/vrf1/XMLDefault7961-7916-12-2.cnf.xml

293       1553 Nov 30 2013 17:52:26 +07:00 its/vrf1/XMLDefault7961-7916-24-2.cnf.xml

294       1262 Nov 30 2013 17:52:26 +07:00 its/vrf1/XMLDefault7961GE.cnf.xml

295       1424 Nov 30 2013 17:52:26 +07:00 its/vrf1/XMLDefault7961GE-7914-1.cnf.xml

296       1424 Nov 30 2013 17:52:26 +07:00 its/vrf1/XMLDefault7961GE-7915-12-1.cnf.xml

297       1424 Nov 30 2013 17:52:28 +07:00 its/vrf1/XMLDefault7961GE-7915-24-1.cnf.xml

298       1424 Nov 30 2013 17:52:28 +07:00 its/vrf1/XMLDefault7961GE-7916-12-1.cnf.xml

299       1424 Nov 30 2013 17:52:28 +07:00 its/vrf1/XMLDefault7961GE-7916-24-1.cnf.xml

300       1555 Nov 30 2013 17:52:28 +07:00 its/vrf1/XMLDefault7961GE-7914-2.cnf.xml

301       1555 Nov 30 2013 17:52:28 +07:00 its/vrf1/XMLDefault7961GE-7915-12-2.cnf.xml

302       1555 Nov 30 2013 17:52:30 +07:00 its/vrf1/XMLDefault7961GE-7915-24-2.cnf.xml

303       1555 Nov 30 2013 17:52:30 +07:00 its/vrf1/XMLDefault7961GE-7916-12-2.cnf.xml

304       1555 Nov 30 2013 17:52:30 +07:00 its/vrf1/XMLDefault7961GE-7916-24-2.cnf.xml

305       1260 Nov 30 2013 17:52:30 +07:00 its/vrf1/XMLDefault7962.cnf.xml

306       1422 Nov 30 2013 17:52:30 +07:00 its/vrf1/XMLDefault7962-7914-1.cnf.xml

307       1422 Nov 30 2013 17:52:32 +07:00 its/vrf1/XMLDefault7962-7915-12-1.cnf.xml

308       1422 Nov 30 2013 17:52:32 +07:00 its/vrf1/XMLDefault7962-7915-24-1.cnf.xml

309       1422 Nov 30 2013 17:52:32 +07:00 its/vrf1/XMLDefault7962-7916-12-1.cnf.xml

310       1422 Nov 30 2013 17:52:32 +07:00 its/vrf1/XMLDefault7962-7916-24-1.cnf.xml

311       1553 Nov 30 2013 17:52:32 +07:00 its/vrf1/XMLDefault7962-7914-2.cnf.xml

312       1553 Nov 30 2013 17:52:32 +07:00 its/vrf1/XMLDefault7962-7915-12-2.cnf.xml

313       1553 Nov 30 2013 17:52:34 +07:00 its/vrf1/XMLDefault7962-7915-24-2.cnf.xml

314       1553 Nov 30 2013 17:52:34 +07:00 its/vrf1/XMLDefault7962-7916-12-2.cnf.xml

315       1553 Nov 30 2013 17:52:34 +07:00 its/vrf1/XMLDefault7962-7916-24-2.cnf.xml

316       1260 Nov 30 2013 17:52:34 +07:00 its/vrf1/XMLDefault7965.cnf.xml

317       1422 Nov 30 2013 17:52:34 +07:00 its/vrf1/XMLDefault7965-7914-1.cnf.xml

318       1422 Nov 30 2013 17:52:34 +07:00 its/vrf1/XMLDefault7965-7915-12-1.cnf.xml

319       1422 Nov 30 2013 17:52:36 +07:00 its/vrf1/XMLDefault7965-7915-24-1.cnf.xml

320       1422 Nov 30 2013 17:52:36 +07:00 its/vrf1/XMLDefault7965-7916-12-1.cnf.xml

321       1422 Nov 30 2013 17:52:36 +07:00 its/vrf1/XMLDefault7965-7916-24-1.cnf.xml

322       1553 Nov 30 2013 17:52:36 +07:00 its/vrf1/XMLDefault7965-7914-2.cnf.xml

323       1553 Nov 30 2013 17:52:36 +07:00 its/vrf1/XMLDefault7965-7915-12-2.cnf.xml

324       1553 Nov 30 2013 17:52:36 +07:00 its/vrf1/XMLDefault7965-7915-24-2.cnf.xml

325       1553 Nov 30 2013 17:52:38 +07:00 its/vrf1/XMLDefault7965-7916-12-2.cnf.xml

326       1553 Nov 30 2013 17:52:38 +07:00 its/vrf1/XMLDefault7965-7916-24-2.cnf.xml

327       1260 Nov 30 2013 17:52:38 +07:00 its/vrf1/XMLDefault7970.cnf.xml

328       1422 Nov 30 2013 17:52:38 +07:00 its/vrf1/XMLDefault7970-7914-1.cnf.xml

329       1422 Nov 30 2013 17:52:38 +07:00 its/vrf1/XMLDefault7970-7915-12-1.cnf.xml

330       1422 Nov 30 2013 17:52:38 +07:00 its/vrf1/XMLDefault7970-7915-24-1.cnf.xml

331       1422 Nov 30 2013 17:52:40 +07:00 its/vrf1/XMLDefault7970-7916-12-1.cnf.xml

332       1422 Nov 30 2013 17:52:40 +07:00 its/vrf1/XMLDefault7970-7916-24-1.cnf.xml

333       1553 Nov 30 2013 17:52:40 +07:00 its/vrf1/XMLDefault7970-7914-2.cnf.xml

334       1553 Nov 30 2013 17:52:40 +07:00 its/vrf1/XMLDefault7970-7915-12-2.cnf.xml

335       1553 Nov 30 2013 17:52:40 +07:00 its/vrf1/XMLDefault7970-7915-24-2.cnf.xml

336       1553 Nov 30 2013 17:52:40 +07:00 its/vrf1/XMLDefault7970-7916-12-2.cnf.xml

337       1553 Nov 30 2013 17:52:42 +07:00 its/vrf1/XMLDefault7970-7916-24-2.cnf.xml

338       1260 Nov 30 2013 17:52:42 +07:00 its/vrf1/XMLDefault7971.cnf.xml

339       1422 Nov 30 2013 17:52:42 +07:00 its/vrf1/XMLDefault7971-7914-1.cnf.xml

340       1422 Nov 30 2013 17:52:42 +07:00 its/vrf1/XMLDefault7971-7915-12-1.cnf.xml

341       1422 Nov 30 2013 17:52:42 +07:00 its/vrf1/XMLDefault7971-7915-24-1.cnf.xml

342       1422 Nov 30 2013 17:52:42 +07:00 its/vrf1/XMLDefault7971-7916-12-1.cnf.xml

343       1422 Nov 30 2013 17:52:44 +07:00 its/vrf1/XMLDefault7971-7916-24-1.cnf.xml

344       1553 Nov 30 2013 17:52:44 +07:00 its/vrf1/XMLDefault7971-7914-2.cnf.xml

345       1553 Nov 30 2013 17:52:44 +07:00 its/vrf1/XMLDefault7971-7915-12-2.cnf.xml

346       1553 Nov 30 2013 17:52:44 +07:00 its/vrf1/XMLDefault7971-7915-24-2.cnf.xml

347       1553 Nov 30 2013 17:52:44 +07:00 its/vrf1/XMLDefault7971-7916-12-2.cnf.xml

348       1553 Nov 30 2013 17:52:44 +07:00 its/vrf1/XMLDefault7971-7916-24-2.cnf.xml

349       1260 Nov 30 2013 17:52:46 +07:00 its/vrf1/XMLDefault7975.cnf.xml

350       1422 Nov 30 2013 17:52:46 +07:00 its/vrf1/XMLDefault7975-7914-1.cnf.xml

351       1422 Nov 30 2013 17:52:46 +07:00 its/vrf1/XMLDefault7975-7915-12-1.cnf.xml

352       1422 Nov 30 2013 17:52:46 +07:00 its/vrf1/XMLDefault7975-7915-24-1.cnf.xml

353       1422 Nov 30 2013 17:52:46 +07:00 its/vrf1/XMLDefault7975-7916-12-1.cnf.xml

354       1422 Nov 30 2013 17:52:46 +07:00 its/vrf1/XMLDefault7975-7916-24-1.cnf.xml

355       1553 Nov 30 2013 17:52:48 +07:00 its/vrf1/XMLDefault7975-7914-2.cnf.xml

356       1553 Nov 30 2013 17:52:48 +07:00 its/vrf1/XMLDefault7975-7915-12-2.cnf.xml

357       1553 Nov 30 2013 17:52:48 +07:00 its/vrf1/XMLDefault7975-7915-24-2.cnf.xml

358       1553 Nov 30 2013 17:52:48 +07:00 its/vrf1/XMLDefault7975-7916-12-2.cnf.xml

359       1553 Nov 30 2013 17:52:48 +07:00 its/vrf1/XMLDefault7975-7916-24-2.cnf.xml

360       1260 Nov 30 2013 17:52:48 +07:00 its/vrf1/XMLDefault7985.cnf.xml

361        404 Nov 30 2013 16:39:02 +07:00 its/vrf1/ATADefault.cnf.xml

362       1224 Nov 30 2013 17:52:50 +07:00 its/vrf1/XMLDefaultCIPC.cnf.xml

363       1353 Nov 30 2013 17:52:50 +07:00 its/vrf1/XMLDefault6921.cnf.xml

364       1353 Nov 30 2013 17:52:50 +07:00 its/vrf1/XMLDefault6941.cnf.xml

365       1353 Nov 30 2013 17:52:50 +07:00 its/vrf1/XMLDefault6961.cnf.xml

366       1260 Nov 30 2013 17:52:50 +07:00 its/vrf1/XMLDefault6901.cnf.xml

367       1260 Nov 30 2013 17:52:50 +07:00 its/vrf1/XMLDefault6911.cnf.xml

368       1222 Nov 30 2013 17:52:52 +07:00 its/vrf1/XMLDefault7926.cnf.xml

369        903 Nov 30 2013 16:39:06 +07:00 its/united_states_7960-tones.xml

370       8777 Nov 30 2013 16:39:06 +07:00 its/united_states_7960-font.xml

371       1313 Nov 30 2013 16:39:06 +07:00 its/united_states_7960-kate.xml

372      19750 Nov 30 2013 16:39:06 +07:00 its/united_states_7960-dictionary.xml

373       2740 Nov 30 2013 16:39:08 +07:00 its/united_states_SCCP-dictionary.xml

374     496521 Dec 3 2013 12:38:48 +07:00 music-on-hold.au

375      55599 Dec 3 2013 17:23:12 +07:00 app-b-acd-aa-3.0.0.2.tcl

376    1030860 Dec 3 2013 17:44:44 +07:00 en_bacd_welcome.au

377          0 Dec 5 2013 14:10:12 +07:00 gui

378     828928 Dec 5 2013 14:20:14 +07:00 gui.tar

379       4118 Dec 5 2013 14:21:30 +07:00 gui/admin_user.html

380     677820 Dec 5 2013 14:21:32 +07:00 gui/admin_user.js

381       1029 Dec 5 2013 14:21:32 +07:00 gui/CiscoLogo.gif

382        639 Dec 5 2013 14:21:32 +07:00 gui/CME_GUI_README.TXT

383        953 Dec 5 2013 14:21:32 +07:00 gui/Delete.gif

384      16344 Dec 5 2013 14:21:32 +07:00 gui/dom.js

385        864 Dec 5 2013 14:21:34 +07:00 gui/downarrow.gif

386       6315 Dec 5 2013 14:21:34 +07:00 gui/ephone_admin.html

387       4558 Dec 5 2013 14:21:34 +07:00 gui/logohome.gif

388       3978 Dec 5 2013 14:21:34 +07:00 gui/normal_user.html

389      78428 Dec 5 2013 14:21:36 +07:00 gui/normal_user.js

390       1347 Dec 5 2013 14:21:36 +07:00 gui/Plus.gif

391        843 Dec 5 2013 14:21:36 +07:00 gui/sxiconad.gif

392        174 Dec 5 2013 14:21:36 +07:00 gui/Tab.gif

393       2496 Dec 5 2013 14:21:36 +07:00 gui/telephony_service.html

394        870 Dec 5 2013 14:21:38 +07:00 gui/uparrow.gif

395      10230 Dec 5 2013 14:21:38 +07:00 gui/xml-test.html

396       3412 Dec 5 2013 14:21:38 +07:00 gui/xml.template

397       2910 Dec 5 2013 15:33:52 +07:00 RingList.xml

398       2823 Dec 5 2013 14:41:20 +07:00 DistinctiveRingList.xml

399     326144 Dec 5 2013 14:46:50 +07:00 ringtones.tar

400          0 Dec 5 2013 14:47:18 +07:00 ringtones

401       8160 Dec 5 2013 14:47:18 +07:00 ringtones/Analog1.raw

402       8160 Dec 5 2013 14:47:18 +07:00 ringtones/Analog2.raw

403       5280 Dec 5 2013 14:47:18 +07:00 ringtones/AreYouThere.raw

404       5040 Dec 5 2013 14:47:20 +07:00 ringtones/AreYouThereF.raw

405       8160 Dec 5 2013 14:47:20 +07:00 ringtones/Bass.raw

406      12240 Dec 5 2013 14:47:20 +07:00 ringtones/CallBack.raw

407      16040 Dec 5 2013 14:47:20 +07:00 ringtones/Chime.raw

408       8160 Dec 5 2013 14:47:22 +07:00 ringtones/Classic1.raw

409      16080 Dec 5 2013 14:47:22 +07:00 ringtones/Classic2.raw

410      10800 Dec 5 2013 14:47:22 +07:00 ringtones/ClockShop.raw

411       2823 Dec 5 2013 14:47:22 +07:00 ringtones/DistinctiveRingList.xml

412       9600 Dec 5 2013 14:47:22 +07:00 ringtones/Drums1.raw

413      13440 Dec 5 2013 14:47:24 +07:00 ringtones/Drums2.raw

414      15840 Dec 5 2013 14:47:24 +07:00 ringtones/FilmScore.raw

415      16080 Dec 5 2013 14:47:24 +07:00 ringtones/HarpSynth.raw

416       8160 Dec 5 2013 14:47:24 +07:00 ringtones/Jamaica.raw

417      16080 Dec 5 2013 14:47:24 +07:00 ringtones/KotoEffect.raw

418      12720 Dec 5 2013 14:47:26 +07:00 ringtones/MusicBox.raw

419       8160 Dec 5 2013 14:47:26 +07:00 ringtones/Piano1.raw

420      15360 Dec 5 2013 14:47:26 +07:00 ringtones/Piano2.raw

421       9360 Dec 5 2013 14:47:26 +07:00 ringtones/Pop.raw

422       7200 Dec 5 2013 14:47:26 +07:00 ringtones/Pulse1.raw

423       4000 Dec 5 2013 14:47:28 +07:00 ringtones/Ring1.raw

424       4000 Dec 5 2013 14:47:28 +07:00 ringtones/Ring2.raw

425       4000 Dec 5 2013 14:47:28 +07:00 ringtones/Ring3.raw

426       4000 Dec 5 2013 14:47:28 +07:00 ringtones/Ring4.raw

427       4000 Dec 5 2013 14:47:30 +07:00 ringtones/Ring5.raw

428       4000 Dec 5 2013 14:47:30 +07:00 ringtones/Ring6.raw

429       4000 Dec 5 2013 14:47:30 +07:00 ringtones/Ring7.raw

430        495 Dec 5 2013 14:47:30 +07:00 ringtones/RingList.xml

431      10800 Dec 5 2013 14:47:30 +07:00 ringtones/Sax1.raw

432      14160 Dec 5 2013 14:47:32 +07:00 ringtones/Sax2.raw

433      16080 Dec 5 2013 14:47:32 +07:00 ringtones/Vibe.raw

434       1435 Dec 6 2013 17:33:04 +07:00 its/vrf1/SEP0C6803C179B8.cnf.xml

181395456 bytes available (75214848 bytes used)

RTR-01#

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: