cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
946
Views
0
Helpful
5
Replies

B-ACD on CME

Kynnzak
Level 1
Level 1

OK, not sure why this isn't working.  I have a CME 8.1 system with a B-ACD setup to do basic call queueing.

According to the documentation, you're supposed to be able to setup an "out' for the caller to press a key and get out of the queue prior to the time expiring.

I have this:

  param queue-exit-option1 9

  param queue-exit-extension1 4004

as part of my config; when I dial into the queue and press "9", nothing happens.

And I cannot find anything else in the Configuration Guide that even addresses this feature.

Can anyone shed some light here?

Thanks in advance.

Kevin

Full B-ACD config:

application

service aa flash:app-b-acd-aa-2.1.2.2.tcl

  param number-of-hunt-grps 1

  paramspace english index 1

  param drop-through-option 1

  param handoff-string aa

  param dial-by-extension-option 1

  paramspace english language en

  param max-time-vm-retry 2

  param max-extension-length 4

  param aa-pilot 4100

  param queue-overflow-extension 4004

  paramspace english location flash:

  param second-greeting-time 60

  param queue-exit-option1 9

  param welcome-prompt _bacd_welcome.au

  param send-account true

  param call-retry-timer 15

  param max-time-call-retry 300

  param voice-mail 6000

  param queue-exit-extension1 4004

  param service-name queue

!       

service queue flash:app-b-acd-2.1.2.2.tcl

  param queue-len 15

  param aa-hunt1 4200

  param number-of-hunt-grps 1

  param queue-manager-debugs 1

!       

1 Accepted Solution

Accepted Solutions

Ahmed Abdullahi
Level 1
Level 1

It maybe that the feature is not supported on v.2.1.2.2

Check this out:

https://supportforums.cisco.com/thread/2055435

-AA

View solution in original post

5 Replies 5

Ahmed Abdullahi
Level 1
Level 1

It maybe that the feature is not supported on v.2.1.2.2

Check this out:

https://supportforums.cisco.com/thread/2055435

-AA

Interesting.  Although the Configuration Guide uses v2.1.2.2 in all its examples.

I'll look into upgrading and test again.

Thanks for the tip!

Yep, upgrading to 3.0.0.2 did the trick!

Thanks so much!

I am happy to help.

-AA

Could you help me please /

I have been strugling on CME B-ACD, here is my Configuration please?

boot-start-marker

boot-end-marker

!

!

card type t1 0 0

logging buffered 300000

no logging console

no logging monitor

enable secret 5 $1$H8Hk$f04hyqqZnWL0h/od8vlis.

!

aaa new-model

!

!

aaa group server tacacs+ Cisco_ACS

server 172.29.10.41

!

aaa authentication fail-message ^CAuthentication failed. Try again.^C

aaa authentication login default group Cisco_ACS local

aaa authentication enable default group Cisco_ACS enable

aaa authorization console

aaa authorization config-commands

aaa authorization exec default group Cisco_ACS local

aaa authorization commands 1 default group Cisco_ACS local

aaa authorization commands 15 default group Cisco_ACS local

aaa accounting exec default start-stop group Cisco_ACS

aaa accounting commands 15 default start-stop group Cisco_ACS

!

!

!

!

!

aaa session-id common

!

clock timezone EST -5 0

clock summer-time EDT recurring

network-clock-participate wic 0

!

no ipv6 cef

!

!

!

ip dhcp excluded-address 10.1.173.1 10.1.173.99

ip dhcp excluded-address 10.1.173.201 10.1.173.254

ip dhcp excluded-address 10.1.172.1 10.1.172.99

ip dhcp excluded-address 10.1.172.201 10.1.172.254

!

ip dhcp pool Voice

network 10.1.173.0 255.255.255.0

domain-name jas1.ds.jas.com

dns-server 172.29.10.72 172.29.10.73

default-router 10.1.173.1

option 150 ip 10.1.173.1

lease 3

!

ip dhcp pool Data

network 10.172.1. 0 255.255.255.0

domain-name tester.com

dns-server 172.29.10.72 172.29.10.73

default-router 10.172.1.1

lease 2

!

!

no ip domain lookup

ip domain name tester.com

ip name-server 172.29.10.72

ip name-server 172.29.10.73

ip dhcp-server 10.172.1.1

ip dhcp-server 10.173.1.1

ip cef

!

multilink bundle-name authenticated

!

!

!

!

isdn switch-type primary-ni

isdn logging

!

voice-card 0

dspfarm

dsp services dspfarm

!

!

!

voice service voip

ip address trusted list

  ipv4 10.173.1.0

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

supplementary-service h450.12

no supplementary-service sip moved-temporarily

no supplementary-service sip refer

fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none

h323

  call start slow

modem passthrough nse codec g711ulaw

sip

  registrar server

!

voice class custom-cptone jointone

dualtone conference

  frequency 900 900

  cadence 100 50 100 50

!

voice class custom-cptone leavetone

dualtone conference

  frequency 1200 1200

  cadence 150 50 150 50

!

!

voice iec syslog

voice hunt-group 10 parallel

final 1003

list 1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1017,1018,1019,1020,1021,1022,1023,1024,1025

timeout 12

pilot 5000

!

!

!

!

voice translation-rule 1

rule 1 /.*/ /2167062162/

!

voice translation-rule 2

rule 1 /^4057062661$/ /1000/

rule 2 /^4057062663$/ /1001/

rule 3 /^4057062664$/ /1002/

rule 4 /^4057062665$/ /1003/

rule 5 /^4057062666$/ /1004/

rule 6 /^4057062667$/ /1005/

.

.

.

.

.

.

rule 26 /^4057062662$/ /5000/

!

voice translation-rule 3

rule 1 // // type any international plan any isdn

!

!

voice translation-profile INCOMING

translate called 2

!

voice translation-profile INTL

translate calling 1

translate called 3

!

voice translation-profile OUTGOING

translate calling 1

!

!

!

!

application

service aa flash:app-b-acd-aa-3.0.0.2.tcl

  paramspace english index 1

  param number-of-hunt-grps 3

  param handoff-string aa

  param dial-by-extension-option 1

  paramspace english language en

  param max-time-vm-retry 2

  param aa-pilot 4057062662

  paramspace english location flash:

  param second-greeting-time 60

  param welcome-prompt _bacd_welcome.au

  param call-retry-timer 15

  param voice-mail 1234

  param max-time-call-retry 700

  param service-name queue

!

service queue flash:app-b-acd-aa-3.0.0.2.tcl

  param queue-len 15

  param aa-hunt3 5003

  param aa-hunt1 5001

  param queue-manager-debugs 1

  param aa-hunt2 5002

  param number-of-hunt-grps 3

!

license udi pid CISCO2921/K9 sn FTX1552AMSC

license accept end user agreement

hw-module pvdm 0/0

!

hw-module pvdm 0/1

!

hw-module sm 1

!

!

!

archive

log config

  logging enable

  notify syslog contenttype plaintext

file privilege 0

username TAVAVA password 7 1xxx

username SAAABABA password 7 1XX

username PAAASS password 7 4XXX

username

username

!

!

!

!

!

!

redundancy

!

!

!

!

!

controller T1 0/0/0

cablelength long 0db

pri-group timeslots 1-24

!

controller T1 0/0/1

cablelength long 0db

!

!

!

!

!

!

!

!

!

!

interface Embedded-Service-Engine0/0

no ip address

shutdown

!

interface GigabitEthernet0/0

description Connection to ASA5505 ETH Port 1

ip address  10.172.1.2 255.255.255.252

duplex auto

speed auto

!

interface GigabitEthernet0/1

description Connection to POE Switch Port 47

no ip address

duplex auto

speed auto

!

interface GigabitEthernet0/1.172

encapsulation dot1Q 172

ip address 10.172.1.1 255.255.255.0

!

interface GigabitEthernet0/1.173

encapsulation dot1Q 173

ip address 10.173.1.1 255.255.255.0

!

interface GigabitEthernet0/2

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/0/0:23

no ip address

encapsulation hdlc

isdn switch-type primary-ni

isdn incoming-voice voice

isdn outgoing display-ie

!

interface SM1/0

description Internal switch interface connected to Service Module

ip address 10.174.1.1 255.255.255.252

service-module ip address 10.174.1.9 255.255.255.252

!Application: CUE Running on SM

service-module ip default-gateway 10.174.1.10

!

interface SM1/1

description Internal switch interface connected to Service Module

no ip address

!

interface Vlan1

no ip address

!

ip forward-protocol nd

!

ip http server

ip http authentication local

no ip http secure-server

ip http path flash:GUI

!

ip route 0.0.0.0 0.0.0.0 10.174.1.1

ip tacacs source-interface GigabitEthernet0/0

!

!

!

!

!

!

tftp-server flash:/SCCP6945.9-2-1-0.bin1.sgn alias SCCP6945.9-2-1-0.bin1.sgn

tftp-server flash:/SCCP6945.9-2-1-0.bin2.sgn alias SCCP6945.9-2-1-0.bin2.sgn

tftp-server flash:/SCCP6945.9-2-1-0.bin3.sgn alias SCCP6945.9-2-1-0.bin3.sgn

tftp-server flash:/SCCP6945.9-2-1-0.bin4.sgn alias SCCP6945.9-2-1-0.bin4.sgn

tftp-server flash:/term75.default.loads alias term75.default.loads

tftp-server flash:/Ringtones/RingList.xml alias RingList.xml

tftp-server flash:/Ringtones/Piano2.raw alias Piano2.raw

tftp-server flash:/Ringtones/Pop.raw alias Pop.raw

tftp-server flash:/Ringtones/Pulse1.raw alias Pulse1.raw

tftp-server flash:/Ringtones/Ring1.raw alias Ring1.raw

tftp-server flash:/Ringtones/Ring2.raw alias Ring2.raw

tftp-server flash:/Ringtones/Ring3.raw alias Ring3.raw

tftp-server flash:/Ringtones/Ring4.raw alias Ring4.raw

tftp-server flash:/Ringtones/Ring5.raw alias Ring5.raw

tftp-server flash:/Ringtones/Ring6.raw alias Ring6.raw

tftp-server flash:/Ringtones/Ring7.raw alias Ring7.raw

tftp-server flash:/Ringtones/Sax1.raw alias Sax1.raw

tftp-server flash:/Ringtones/Sax2.raw alias Sax2.raw

tftp-server flash:/Ringtones/Vibe.raw alias Vibe.raw

tftp-server flash:/Ringtones/DistinctiveRingList.xml alias DistinctiveRingList.xml

tftp-server flash:/B016-1-0-4.SBN alias B016-1-0-4.SBN

tftp-server system

!

!

!

control-plane

!

!

voice-port 0/0/0:23

!

voice-port 0/1/0

description FAXMachine-01

caller-id enable

!

voice-port 0/1/1

description FAXMachine-02

caller-id enable

!

voice-port 0/1/2

!

voice-port 0/1/3

!

!

mgcp fax t38 ecm

!

mgcp profile default

!

sccp local GigabitEthernet0/1.173

sccp ccm 10.1.173.1 identifier 100 version 7.0

sccp

!

sccp ccm group 123

bind interface GigabitEthernet0/1.173

!

sccp ccm group 1

associate ccm 100 priority 1

associate profile 1 register confdsp1

!

dspfarm profile 1 conference 

codec g711ulaw

maximum conference-participants 32

maximum sessions 3

conference-join custom-cptone jointone

conference-leave custom-cptone leavetone

associate application SCCP

shutdown

!

dial-peer voice 1 pots

translation-profile incoming INCOMING

incoming called-number .

direct-inward-dial

port 0/0/0:23

!

dial-peer voice 10 pots

description local

translation-profile outgoing OUTGOING

destination-pattern 9[2-9]..[2-9]......

port 0/0/0:23

!

dial-peer voice 11 pots

description long distance

translation-profile outgoing OUTGOING

destination-pattern 91[2-9]..[2-9]......

port 0/0/0:23

prefix 1

!

dial-peer voice 12 pots

description local service

translation-profile outgoing OUTGOING

destination-pattern 9[489]11

port 0/0/0:23

!

dial-peer voice 13 pots

description international

translation-profile outgoing INTL

destination-pattern 9011T

port 0/0/0:23

!

dial-peer voice 14 pots

description local operator

translation-profile outgoing OUTGOING

destination-pattern 900

port 0/0/0:23

prefix 0

!

dial-peer voice 15 pots

description 911 Call

translation-profile outgoing OUTGOING

preference 5

destination-pattern 911

port 0/0/0:23

prefix 911

!

dial-peer voice 1000 voip

description Voice Mail Pilot

translation-profile outgoing RedirectVM

destination-pattern 1234

session protocol sipv2

session target ipv4:10.174.1.9

dtmf-relay sip-notify

codec g711ulaw

no vad

!

dial-peer voice 84 pots

destination-pattern 4057062662

port 0/1/0

!

dial-peer voice 85 pots

destination-pattern 1212

port 0/1/1

!

dial-peer voice 84 pots

destination-pattern 4057062662

port 0/1/0

!

dial-peer voice 85 pots

destination-pattern 1212

port 0/1/1

!

dial-peer voice 4401 voip

service aa

destination-pattern 4057062662

session target ipv4:10.173.1.2

incoming called-number 4057062662

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

dial-peer voice 4402 voip

service aa

destination-pattern 2167062162

session target ipv4:10.172.1.2

incoming called-number 2167062162

dtmf-relay h245-alphanumeric

codec g711ulaw

no vad

!

!

!

!

gatekeeper

shutdown

!

!

telephony-service

sdspfarm conference mute-on 778 mute-off 779

sdspfarm units 3

sdspfarm tag 1 confdsp1

conference hardware

authentication credential admin cisco

authentication credential cisco cisco

max-ephones 100

max-dn 200

ip source-address 10.172.1.2 port 2000

service phone webAccess 0

timeouts interdigit 5

system message CME B_ACD Test

url services http://10.172.1.9/voiceview/common/login.do

url authentication http://10.172.1.10/CCMCIP/authenticate.asp 

cnf-file location flash:

load 7916-24 B016-1-0-4.SBN

load 7975 SCCP75.9-2-1S.loads

load 6945 SCCP6945.9-2-1-0.loads

time-zone 12

voicemail 1234

max-conferences 8 gain -6

call-forward pattern 9T

call-forward pattern ....

moh "music-on-hold.au"

web admin system

web admin customer name

dn-webedit

time-webedit

transfer-system full-consult

transfer-pattern 9T

transfer-pattern ....

secondary-dialtone 9

create cnf-files version-stamp 7960 Mar 19 2012 19:55:57

!

!

ephone-template  5

conference admin

softkeys idle  Redial Newcall Cfwdall Dnd Pickup Mobility Login

softkeys seized  Redial Cfwdall Meetme

softkeys connected  Hold Trnsfer TrnsfVM Park Confrn ConfList Mobility

keep-conference

!

!

ephone-dn  1  dual-line

number 1000

label - 1000

description (405) 706-2661

name

mobility

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  2  dual-line

number 1002

label  - 1002

description (405) 706-2663

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  3  dual-line

number 1003

label - 1003

description (405) 706-2664

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  4  dual-line

number 1004

label - 1004

description (405) 706-2665

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  5  dual-line

number 1005

label  1005

description (405) 706-2666

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  6  dual-line

number 1006

label - 1006

description (405) 706-2667

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  7  dual-line

number 1007

label - 1007

description (405) 706-2668

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  8  dual-line

number 1008

label - 1008

description (405) 706-2669

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  9  dual-line

number 1009

label - 1009

description (405) 706-2670

mobility

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  10  dual-line

number 1010

label- 1010

description (405) 706-2671

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  11  dual-line

number 1011

label - 1011

description (405) 706-2672

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  12  dual-line

number 1012

label Reception- 1012

description (405) 706-2673

name Reception Desk

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  13  dual-line

number 1013

label Guest Office 1 - 1013

description (405) 706-2674

name Guest Office 1

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  14  dual-line

number 1014

label Guest Office 2 - 1014

description (405) 706-2675

name Guest Office 2

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  15  dual-line

number 1015

label Conf. Rm. - 1015

description (406) 706-2676

name Conf. Rm.

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  16  dual-line

number 1016

label - 1016

description (406) 706-2677

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  17  dual-line

number 1017

label - 1017

description (406) 706-2678

name

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  18  dual-line

number 1018

label Spare 6945 - 1018

description (406) 706-****

name Spare 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  19  dual-line

number 1019

label Spare 6945 - 1019

description (406) 706-****

name Spare 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  20  dual-line

number 1020

label Spare 6945 - 1020

description (406) 706-****

name Spare 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  21  dual-line

number 1021

label Spare 6945 - 1021

description (406) 706-****

name Spare 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  22  dual-line

number 1022

label Spare 6945 - 1022

description (406) 706-****

name Spare 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  23  dual-line

number 1023

label Spare 6945 - 1023

description (406) 706-****

name Spare 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  24  dual-line

number 1024

label Reception 6955 - 1024

description (406) 706-****

name Reception 6955

call-forward all 1004

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  25  dual-line

number 1025

label Conf. Room 65 - 105

description (406) 706-****

name Conference Room 6945

call-forward busy 1234

call-forward noan 1234 timeout 24

!

!

ephone-dn  50

number 1050

park-slot timeout 180 limit 20 recall

name Call Park

!

!

ephone-dn  51

number 1051

park-slot timeout 180 limit 20 recall

name Call Park

!

!

ephone-dn  52

number 1052

park-slot timeout 180 limit 20 recall

name Call Park

!

!

ephone-dn  53

number 1053

park-slot timeout 180 limit 20 recall

name Call Park

!

!

ephone-dn  54

number 1054

park-slot timeout 180 limit 20 recall

name Call Park

!

!

ephone-dn  55

number 8000....

mwi on

!

!

ephone-dn  56

number 8001....

mwi off

!

!

ephone-dn  99  dual-line

number 1001

label XXX - 1001

description (406) 706-2188

name Shawn Chipner

call-forward busy 1234

call-forward noan 1234 timeout 10

!

!

ephone-dn  1111

number 1111

label Paging - 1111

description page ALL

name Paging - 1111

paging

!

!

ephone-dn  101  octo-line

number 1478

conference meetme

!

!

ephone-dn  102  octo-line

number 1478

conference meetme

!

!

ephone-dn  103  octo-line

number 1478

conference meetme

!

!

ephone-dn  104  octo-line

number 1478

conference meetme

!

!

ephone-dn  133  dual-line

number A100

name Ad-Hoc ence

conference ad-hoc

!

!

ephone-dn  134  dual-line

number A100

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone-dn  135  dual-line

number A100

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone-dn  136  dual-line

number A100

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone-dn  137  dual-line

number A101

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone-dn  138  dual-line

number A101

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone-dn  139  dual-line

number A101

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone-dn  140  dual-line

number A101

name Ad-Hoc Conference

conference ad-hoc

!

!

ephone  1

device-security-mode none

description -Theo

mac-address 24B6.5744.EE7B

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 7975

button  1:1

!

!

!

ephone  2

device-security-mode none

description -Pola

mac-address E8B7.48ED.D076

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:2

!

!

!

ephone  3

device-security-mode none

description - MAR

mac-address E8B7.48ED.D070

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:3

!

!

!

ephone  4

device-security-mode none

description - Er

mac-address E8B7.48AD.D0DF

ephone-template 5

paging-dn 100

type 6945

button  1:4

!

!

!

ephone  5

type 6945

button  1:5

!

!

!

ephone  6

type 6945

button  1:6

!

!

!

ephone  7

type 6945

button  1:7

!

!

!

ephone  8

paging-dn 100

type 6945

button  1:8

!

!

!

ephone  9

mac-address E8B7.48ED.D0E8

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:9

!

!

!

ephone  10

device-security-mode none

mac-address E8B7.48ED.D0C9

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:10

!

!

!

ephone  11

device-security-mode none

mac-address E8B7.48ED.D0BA

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:11

!

!

!

ephone  12

device-security-mode none

description Reception Desk

mac-address E8B7.48ED.D0DA

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:12

!

!

!

ephone  13

device-security-mode none

description Guest Office 1

mac-address E8B7.4838.4A2A

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:13

!

!

!

ephone  14

device-security-mode none

description Guest Office 2

mac-address E8B7.48ED.D0BF

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:14

!

!

!

ephone  15

device-security-mode none

description Conf. Rm.

mac-address E8B7.48ED.D081

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:15

!

!

!

ephone  16

device-security-mode none

mac-address E8B7.48ED.D0F3

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:16

!

!

!

ephone  17

device-security-mode none

mac-address E8B7.48ED.D0CE

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:17

!

!

!

ephone  18

device-security-mode none

description Spare 6945

mac-address E8B7.48ED.D0D1

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:18

!

!

!

ephone  19

device-security-mode none

description Spare 6945

mac-address E8B7.48ED.D0BD

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:19

!

!

!

ephone  20

device-security-mode none

description Spare 6945

mac-address E8B7.48ED.D071

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:20

!

!

!

ephone  21

device-security-mode none

description Spare 6945

mac-address E8B7.48ED.D0D7

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:21

!

!

!

ephone  22

device-security-mode none

description Spare 6945

mac-address E8B7.4838.4B8B

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:22

!

!

!

ephone  23

device-security-mode none

description Spare 6945

mac-address E8B7.48ED.F0DD

ephone-template 5

max-calls-per-button 2

paging-dn 100

type 6945

button  1:23

!

!

!

ephone  24

button  1:24

!

!

!

!

!

!

ephone  99

type 7975

button  1:99

!

!

ephone-hunt 1 sequential

pilot 5001 secondary 4057062662

list 1003, 1004

timeout 2, 2

!

!

ephone-hunt 2 sequential

pilot 5002 secondary 4057062662

list 1005, 1007

timeout 3, 3

!

!

ephone-hunt 3 sequential

pilot 5003 secondary 4057062662

list 1002, 1006, 1008, 1009, 1010, 1011, 1012

timeout 6, 6, 6, 6, 6, 6, 6

!

!

Thanks

Dak

Message was edited by: Davy Ad

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: