08-19-2004 07:32 AM - edited 03-10-2019 01:45 PM
Hi.
I'm using the TCL example for IVR application from Cisco. I'm doing a ver simple test, i'm trying to send a new AV-pairs in a authorize RADIUS message. I had followed all the steps in the TCL 2.0 Script Command Reference, but i'm unable to attach the parameter.
Here is what i have in the TCL.
set avsend(h323-ivr-out,0) "payphone:true"
aaa authorize $account $pin $ani $destination leg_incoming -a avsend
I here is what i obtained from the debug ivr in my machine.
Aug 19 11:17:02.443: RADIUS/ENCODE(0000023C):Orig. component type = VOICE
Aug 19 11:17:02.443: RADIUS: AAA Unsupported [70] 35
Aug 19 11:17:02.443: RADIUS: 39 38 38 32 41 41 33 35 20 46 31 32 39 31 31 44 [9882AA35 F12911D]
Aug 19 11:17:02.443: RADIUS: 38 20 38 32 41 34 46 42 45 33 20 31 34 34 35 38 [8 82A4FBE3 14458]
Aug 19 11:17:02.447: RADIUS: 45 [E]
Aug 19 11:17:02.447: RADIUS: AAA Unsupported [80] 13
Aug 19 11:17:02.447: RADIUS: 70 61 79 70 68 6F 6E 65 3A 74 72 [payphone:tr]
Aug 19 11:17:02.447: RADIUS: AAA Unsupported [80] 17
Aug 19 11:17:02.451: RADIUS: 74 72 61 6E 73 61 63 74 69 6F 6E 49 44 3A 31 [transactionID:1]
Aug 19 11:17:02.451: RADIUS(0000023C): Config NAS IP: 0.0.0.0
Aug 19 11:17:02.451: RADIUS/ENCODE(0000023C): acct_session_id: 808
Aug 19 11:17:02.451: RADIUS(0000023C): sending
Aug 19 11:17:02.455: RADIUS/ENCODE: Best Local IP-Address XX.XX.XX.XX for Radius-Server XX.XX.XX.XX
Aug 19 11:17:02.455: RADIUS(0000023C): Send Access-Request to XX.XX.XX.XX:1645 id 1645/188, len 93
Aug 19 11:17:02.455: RADIUS: authenticator F0 6A 3C 05 5E 85 73 D9 - 3A 76 E1 D2 E9 9C 3A 67
Aug 19 11:17:02.455: RADIUS: User-Name [1] 18 "1234567890987654"
Aug 19 11:17:02.459: RADIUS: User-Password [2] 18 *
Aug 19 11:17:02.459: RADIUS: Calling-Station-Id [31] 10 "22408100"
Aug 19 11:17:02.459: RADIUS: Called-Station-Id [30] 15 "0012012287000"
Aug 19 11:17:02.459: RADIUS: Service-Type [6] 6 Login [1]
Aug 19 11:17:02.459: RADIUS: NAS-IP-Address [4] 6 XX.XX.XX.XX
It seems this AV is not supported?..
I hope that someone can help me.
Thanks in advance.
Ricardo
08-25-2004 06:32 AM
Some of the AV pairs are not supported in acs. To find out the ones that are supported for radius take a look at this link.
http://cisco.com/en/US/products/sw/secursw/ps2086/products_user_guide_chapter09186a008007d0c1.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide