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
How to pass accountNum from TCL to IPCC
Threads [
Previous
|
Next
]
Rok Tisler
Posts:
6
Join Date:
3/25/10
Recent Posts
How to pass accountNum from TCL to IPCC
Answer
8/11/10 2:42 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello,
I am wondering if there is a way to pass accountNum or any PeriferalVariable from the TCL script to IPCC Express
Gateway and CCM are connected via H323
Should this work?
TCL:
set callInfo(accountNum) $accNum
leg setup $dest callInfo leg_incoming
then extract it in IPCC script
accountNum = Get Enterprise Call Info (--Trigering Contact--, --Call.AccountNumber--, --All--)
thank you for your answer
Rok
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Anusha Kannappan
Posts:
149
Join Date:
9/15/09
Recent Posts
RE: How to pass accountNum from TCL to IPCC
Answer
8/11/10 6:12 PM as a reply to Rok Tisler.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Rok,
From the link
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_5_0/programming/script_devp/editor_step_ref/crs501sr.pdf
it is clear that we can extract the Accountnumber using the Get Enterprise Call Info.
Thanks,
Anusha
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Rok Tisler
Posts:
6
Join Date:
3/25/10
Recent Posts
RE: How to pass accountNum from TCL to IPCC
Answer
8/12/10 6:35 PM as a reply to Anusha Kannappan.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks Anusha,
From the link you provided i canot see if this is supported with TCL script:
set callInfo(accountNum) $acc
This actualy does not pass accountNum parameter to IPCCX
accountNumber in IPCCX database, is always empty !
Mind, that Gateway with TCL script is connected to CallManager/UCCX over H323
Regards,
Rok
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Yaw-Ming Chen
Posts:
470
Join Date:
4/9/08
Recent Posts
RE: How to pass accountNum from TCL to IPCC
Answer
8/14/10 2:23 AM as a reply to Rok Tisler.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Account number is not sent to remote end in H323 message.
It¿s used for authentication and logging in to CDR.
Thanks !
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top