Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hey gang,
I'm looking for a way to set the value of a variable to match a specific digit of "Original Called Number" as returned by the Get Call Contact Info step. It's pretty easy to set the variable to match the whole thing of course, but what i...
Hey gang,I've got a working Easy VPN setup between a 5505 (server) and 501 (client) based on this config:http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808a61f4.shtmlIt works fine. But, how do I do this w...
Any word on when Cisco is going to be releasing WLAN cards in ExpressCard format? And if Spectrum Expert is going to be available with an ExpressCard interface option? Many mfgs don't even offer PCMCIA on their high-end laptops anymore.
Hey gang,I've got a group of six 7961s, all of which have an appearance of the same line (5000, for example.) Inbound calls from the PSTN are delivered via a PRI, and in theory, the number of incoming calls are limited only by the capacity of the PR...
I added a subscriber to a CM cluster today, and everything appears to be working fine except stats in the Real Time Monitoring Tool. RTMT shows the correct stats for the PUB and other SUB, but no values for any counters for the new SUB. The new SUB...
@b.winter , Hafthor's version has no installer. It's a straight-up Java app. @Daniel Hammett HBC , I'm running it on an M1 Mac and it works fine for me. I'm running the 12-5 version linked above, along with Java V8 Update 341.
Check your TFTP server file permissions. This error can be the result of an access violation regarding the specific file. Make sure all users have read access to the file.
That put me on the right track, thanks Chris! To clarify a bit more, since I wanted to get the value of a specific digit, I used adjacent index numbers, like so:
Set DNIS3rdDigit = DNIS.substring(2,3)