Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Voice Gateway API (VGAPI) Developer Center
Overview
Documentation
Community
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to TCL-API
Does app-b-acd-aa-3.0.0.2.tcl supports in H323 gateway
Threads [
Previous
|
Next
]
Hariharan S
Posts:
10
Join Date:
7/2/10
Recent Posts
Does app-b-acd-aa-3.0.0.2.tcl supports in H323 gateway
Answer
8/10/12 1:02 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi All,
I am new to tcl scripts and i need the following for our setup
press 0 for operator
press 1 to reach extension we wish to reach.
I used the app-b-acd-aa-3.0.0.2.tcl and app-b-acd-3.0.0.2.tcl.
First of all to be honest, i am not sure how to make this up...
Config for TCL is as below:
application
service aa1 flash:app-b-acd-aa-3.0.0.2.tcl
paramspace english index 1
param number-of-hunt-grps 1
param handoff-string aa
param dial-by-extension-option 1
param operator 6894055
paramspace english language en
param max-time-vm-retry 2
param max-extension-length 7
param aa-pilot 6894063
paramspace english location flash:
param second-greeting-time 60
param welcome-prompt _bacd_welcome.au
param call-retry-timer 15
param max-time-call-retry 700
param voice-mail 1234
param service-name queue
!
!
service queue flash:app-b-acd-3.0.0.2.tcl
param queue-len 15
param aa-hunt10 6894055
param queue-manager-debugs 1
param number-of-hunt-grps 1
!
after loaded this script i am getting the below error on gateway:
Aug 10 11:41:51.226 GMT: //1658//TCL :/tcl_PutsObjCmd: TCL B-ACD: >>> B-ACD Service Started <<<
Aug 10 11:41:51.226 GMT: //1658//TCL :/tcl_PutsObjCmd: TCL B-ACD: >>> Handoff String = aa <<<
Aug 10 11:41:51.226 GMT: //1658//AFW_:/AFW_FSM_Drive: Tcl_Eval to drive FSM inside Tcl modulespace. code=1 code=ERROR
Aug 10 11:41:51.226 GMT: TCL script failure
Result:
Handoff Failed
Aug 10 11:41:51.226 GMT: TCL script failure errorInfo:
Handoff Failed
while executing
"handoff appl $tmpLeg $hstring
(procedure "QueueManager.Start" line 63)
invoked from within
"QueueManager.Start"
Need your advice and views...
Thanks
Hariharan.S
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Raghavendra Gutty Veeranagappa
Posts:
221
Join Date:
4/28/10
Recent Posts
RE: Does app-b-acd-aa-3.0.0.2.tcl supports in H323 gateway
Answer
8/10/12 1:19 PM as a reply to Hariharan S.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Hariharan,
please modify handoff-string param to aa1 instead of aa, it should be same as the AA service name.
param handoff-string aa1
Thanks,
Raghavendra
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Hariharan S
Posts:
10
Join Date:
7/2/10
Recent Posts
RE: Does app-b-acd-aa-3.0.0.2.tcl supports in H323 gateway
Answer
8/10/12 1:29 PM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Works like a charm sir..
Thanks
Hari.S
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top