[cisco-voip] Solved UCCX 9x Set step to modify Get Digit String ?

Jason Aarons (AM) jason.aarons at dimensiondata.com
Wed Sep 25 14:46:47 EDT 2013


First I tried
Set extXferFinalNumber = '3456' + extXferResult
The above wouldn't validate, it would validate if I put '3' + extXferResult.  Perhaps too many characters?

So the workaround was your exact match below.  With my DialOutDigits = 3456 it's working fine.

Thanks -jason

From: Matthew Loraditch [mailto:MLoraditch at heliontechnologies.com]
Sent: Wednesday, September 25, 2013 9:29 AM
To: Jason Aarons (AM); cisco-voip (cisco-voip at puck.nether.net)
Subject: RE: UCCX 9x Set step to modify Get Digit String ?


Yes that looks correct. The 3456 would need to be in quotes since it's not a parameter, but that will work. That's how I append my dial out digit:
[cid:image001.png at 01CEB9FE.0F9E2FE0]
Also I presume you actually mean prepend since that's what your example shows you wanting to do. For an append, you would just flip the order.

Matthew G. Loraditch - CCNP-Voice, CCNA-R&S, CCDA

1965 Greenspring Drive
Timonium, MD 21093

voice. 410.252.8830
fax.  410.252.9284

Twitter<http://twitter.com/heliontech>  |  Facebook<http://www.facebook.com/#!/pages/Helion/252157915296>  | Website<http://www.heliontechnologies.com/>  |  Email Support<mailto:support at heliontechnologies.com?subject=Technical%20Support%20Request>


From: cisco-voip [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Jason Aarons (AM)
Sent: Wednesday, September 25, 2013 9:21 AM
To: cisco-voip (cisco-voip at puck.nether.net<mailto:cisco-voip at puck.nether.net>)
Subject: [cisco-voip] UCCX 9x Set step to modify Get Digit String ?

I'm in UCCX and want the caller to input a 3 digit number, then I need to modify that 3 digit number by appending 3456.  For example caller enters 567, I need the call redirect to go to 3456567.

I'm thinking I need a "set" step but not sure what the syntax should look like. Set extXferResult = 3456 + extXferResult ?

Anyone have a sample where they are doing this?

UCCX 9x

Variables
extXferInput        String
extXferResult       String

extXferResult = Get Digit String (--Triggering Contact--)
Successful
Call Redirect (--Triggering Contact-- to extXferResult)


Existing Screenshot from Script Editor
[cid:image002.png at 01CEB9FE.0F9E2FE0]

[cid:image003.png at 01CEB9FE.0F9E2FE0]



References
https://supportforums.cisco.com/thread/2100963



itevomcid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20130925/b4f5976f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 6418 bytes
Desc: image001.png
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20130925/b4f5976f/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 14506 bytes
Desc: image002.png
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20130925/b4f5976f/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 1810 bytes
Desc: image003.png
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20130925/b4f5976f/attachment-0002.png>


More information about the cisco-voip mailing list