cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2782
Views
5
Helpful
2
Replies

problem with auto attended "Application aa in dial-peer 1000 not found"

alkmoshi78
Level 1
Level 1

this message apper when i try to call the AA pilot number:

CALL_CONTROL-6-APP_NOT_FOUND: Application aa in dial-peer 1000 not found.  Handing callid 91 to the alternate app

and this is my configuration:

application
service app-b-acd-aa flash:bacdprompts/app-b-acd-aa-2.1.2.2.tcl
  param max-time-call-retry 600
  param voice-mail 5000
  paramspace english index 1
  param service-name app-b-acd
  param number-of-hunt-grps 2
  param handoff-string aa
  paramspace english language en
  param dial-by-extension-option 5
  param max-time-vm-retry 2
  param max-extension-length 4
  paramspace english location flash:
  param aa-pilot 0217155841
  param second-greeting-time 60
  param welcome-prompt _aa1_welcome.au
  param call-retry-timer 15

!
service app-b-acd flash:bacdprompts/app-b-acd-2.1.2.2.tcl
  param app-b-acd-len 10
  param aa-hunt3 5100
  param aa-hunt4 5220
  param number-of-hunt-grps 2
  param app-b-acd-manager-debugs 1

dial-peer voice 1000 pots
service aa
incoming called-number 0217155841
port 0/1/0:15

the line hang up the moment i call.

please help me

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Your application name is app-b-acd-aa, not aa. Change the service command on your dial-peer.

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Your application name is app-b-acd-aa, not aa. Change the service command on your dial-peer.

dial-peer voice 1000 pots
service app-b-acd-aa
incoming called-number 0217155841
port 0/1/0:15

pleas tell me if that is right