cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
783
Views
5
Helpful
8
Replies

Need help getting drop-through B-ACD working

cmonks
Level 1
Level 1

I'm having trouble getting a B-ACD script setup.

Calling the pilot number (1299) generates a fast busy signal.

The application script debug shows no output, like the call isnt even starting the script.

Heres the config so far:

application

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

param aa-hunt1 1200

param number-of-hunt-grps 1

param queue-manager-debugs 1

param queue-len 15

!

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

param handoff-string csaa

paramspace english index 1

param max-time-vm-retry 2

paramspace english language en

param aa-pilot 1299

param drop-through-prompt _bacd_welcome.au

param second-greeting-time 60

param welcome-prompt _bacd_welcome.au

paramspace english location flash:

param call-retry-timer 15

param voice-mail 1800

param max-time-call-retry 700

param service-name csqueue

paramspace english prefix en

param number-of-hunt-grps 1

param drop-through-option 1

!

dial-peer voice 2299 voip

service csaa

destination-pattern 1299

session protocol sipv2

session target ipv4:10.1.10.1

incoming called-number 1299

dtmf-relay h245-signal h245-alphanumeric

codec g711ulaw

1 Accepted Solution

Accepted Solutions

Only other thing I can think of is the session target IP address.

Is this the correct IP?

The IP to send this to is the interface service-enginge

service-module ip default-gateway

View solution in original post

8 Replies 8

Rick Morris
Level 6
Level 6

Here is our config that is working...maybe it will help you, but keep in mind our set up has 3 different queues

application

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

param aa-hunt1 890147

param number-of-hunt-grps 4

param aa-hunt2 890148

param queue-manager-debugs 1

param aa-hunt3 890149

param queue-len 12

param aa-hunt4 890101

!

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

param second-greeting-time 15

param voice-mail 7600

param handoff-string cme-aa

param max-time-call-retry 180

paramspace english index 1

param aa-pilot 890141

param welcome-prompt _bacd_welcome.au

param service-name cme-queue

paramspace english location flash:

param number-of-hunt-grps 4

!

dial-peer voice 3 voip

service cme-aa

destination-pattern 890141

session target ipv4:10.251.178.1

incoming called-number 890141

dtmf-relay h245-alphanumeric

codec g711ulaw

!

ephone-hunt 1 longest-idle

pilot 890147

list 890151, 890163, 890189, 890195

timeout 15, 15, 15, 15

statistics collect

display-logout All Agents Logged Out

!

!

ephone-hunt 2 longest-idle

pilot 890148

list 890125, 890157, 890171, 890175

timeout 15, 15, 15, 15

statistics collect

display-logout All Agents Logged Out

!

!

ephone-hunt 3 longest-idle

pilot 890149

list 890161, 890165, 890167, 890169

timeout 15, 15, 15, 15

statistics collect

display-logout All Agents Logged Out

!

Maybe something in here will help.

I can't find anything wrong, unless there is something else in the system stopping it.

application

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

param aa-hunt1 1200

param queue-manager-debugs 1

param number-of-hunt-grps 1

param queue-len 15

!

service load csaa

!

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

param handoff-string csaa

paramspace english index 1

param max-time-vm-retry 2

paramspace english language en

param aa-pilot 1299

param drop-through-prompt _bacd_welcome.au

param second-greeting-time 60

param welcome-prompt _bacd_welcome.au

paramspace english location flash:

param call-retry-timer 15

param voice-mail 1800

param max-time-call-retry 700

param service-name csqueue

paramspace english prefix en

param number-of-hunt-grps 1

param drop-through-option 1

!

dial-peer voice 2299 voip

description **Cust Svc Call Queue**

service csaa

destination-pattern 1299

session target ipv4:10.1.10.1

incoming called-number 1299

dtmf-relay h245-alphanumeric

codec g711ulaw

ephone-hunt 10 peer

pilot 1200

list 1201, 1202

final 1801

timeout 12, 12

statistics collect

auto logout 1

description ** Cust Svc Hunt Group**

Only other thing I can think of is the session target IP address.

Is this the correct IP?

The IP to send this to is the interface service-enginge

service-module ip default-gateway

Only other thing I can think of is the session target IP address.

Is this the correct IP?

The IP to send this to is the interface service-enginge

service-module ip default-gateway

I would assume the IP is fine, my other voip dialpeers work fine.

service module config:

interface Integrated-Service-Engine0/0

description cue is initialized with default IMAP group

ip unnumbered Loopback0

ip nat inside

ip virtual-reassembly

service-module ip address 10.1.10.1 255.255.255.252

service-module ip default-gateway 10.1.10.2

I've also taken out the 'session protocol sipv2' and cleaned up the DTMF settings to match other's configs

I have had the same issue. Try this

sho call app voi sum

Check to see if the script has loaded or is still in the state of "loading...". My shows that it is in the loading state. As shown below:

SERVICES (standalone applications):

name type description

queuename (BLANK SPACE) builtin:app_b_acd_script.tcl Loading...

.....

aaname (BLANK SPACE) builtin:app_b_acd_script.tcl Loading...

.....

Also try this

debug voice app script

Don't for get to turn on "term mon" if you are on vty. Look for the following message:

000214: Jul 3 19:10:55.942: %CALL_CONTROL-6-APP_NOT_FOUND: Application aa in dial-peer XXXX not found. Handing callid 74 to the alternate app .

where XXXX is your dial-peer number.

As I can see this is because the script has not loaded. So TCL sends it to alternate app which you can see by typing

sho call app ses

The call must still be connected and you will see:

Session ID XX

App: Default

Type: Service

Url: builtin:Session_Service.C

Where XX is a number.

Does anyone know why a script would not load?

Is it the IOS version? Current IOS is:

c2800nm-advipservicesk9-mz.124-15.T1.bin

With this many bytes of memory 509952K/14336K

Can't believe it would be memory.

I have tried this with both flash b-acd and builtin as well with the same results.

Based on this it seems that you are sending it to CUE (10.1.10.1) it should be point to your loopback interface (10.1.10.2?)

dial-peer voice 2299 voip

description **Cust Svc Call Queue**

service csaa

destination-pattern 1299

session target ipv4:10.1.10.1

incoming called-number 1299

dtmf-relay h245-alphanumeric

codec g711ulaw

interface Integrated-Service-Engine0/0

description cue is initialized with default IMAP group

ip unnumbered Loopback0

ip nat inside

ip virtual-reassembly

service-module ip address 10.1.10.1 255.255.255.252

service-module ip default-gateway 10.1.10.2

Thanks engage and rimon, your suggestions have solved my issue. I was using the IP of the CUE system instead of the CME system. I set the IP to 10.1.1.1, which is the IP of CME on the UC520, and it worked like a charm. I assume the 10.1.10.2 address would work too, but Cisco TAC had me use 10.1.1.1

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: