<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/8261" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-09-10T03:47:46-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/8261</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-10T03:47:46-04:00</updated>

		<published>2004-09-10T03:47:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40792#p40792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40792#p40792"/>
		<title type="html"><![CDATA[script on cisco AS5350 for porta aaa authentication]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40792#p40792"><![CDATA[
I found something....<div class="codebox"><p>Code: </p><pre><code>aaa authenticate  $ani "" leg_incoming</code></pre></div>is working<br><br>now I am searching how to send them the selected digits.. to place a call<br><br>Tom<p>Statistics: Posted by Guest — Fri Sep 10, 2004 3:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-08T11:26:22-04:00</updated>

		<published>2004-09-08T11:26:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40712#p40712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40712#p40712"/>
		<title type="html"><![CDATA[script on cisco AS5350 for porta aaa authentication]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40712#p40712"><![CDATA[
no, this is not the problem... at the cisco we are seeing this h323-conf-id<br>and with the check of:<div class="codebox"><p>Code: </p><pre><code>if { [catch {set avsend(h323-conf-id) [infotag get leg_guid]} ] } {         puts "WARNING: leg_guid is not available, please upgrade your IOS" </code></pre></div>this IOS issue is checked.... the leg_guid is what I am looking for...<br><br>how porta or other billing systems expecting to send them.<br>when I put:<div class="codebox"><p>Code: </p><pre><code>aaa authenticate  $ani "" $guid</code></pre></div>$ani = the caller telefonenumber<br>"" = password field empty<br>$guid = h323-conf-id [format: xxxxxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx]<br><br>the billing system is not accepting, but the value is ok...<br>with the command "aaa authenticate" I send calling number and password...<br>how to send the h323-conf-id<br><br>may be there is another command in tcl, I have to use<br>any ideas???<br><br>Tom<p>Statistics: Posted by Guest — Wed Sep 08, 2004 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-08T10:19:14-04:00</updated>

		<published>2004-09-08T10:19:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40710#p40710</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40710#p40710"/>
		<title type="html"><![CDATA[script on cisco AS5350 for porta aaa authentication]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40710#p40710"><![CDATA[
From <a href="http://www.propersoft.ru/doc/vsaig3.pdf" class="postlink">http://www.propersoft.ru/doc/vsaig3.pdf</a><blockquote class="uncited"><div>Until Cisco IOS Release 12.0(7)T, the Cisco-specific parameters were overloaded into RADIUS attribute 44, Acct-Session-ID. See the document, RADIUS Attribute 44 (Accounting Session ID) in Access Requests for details about Acct-Session-ID.<br><br>In releases later than Cisco IOS Release 12.0(7)T, the overloaded Acct-Session-ID method continues to be the gateway’s default behavior, but you can configure the gateway to enable VSAs.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Sep 08, 2004 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-08T10:01:31-04:00</updated>

		<published>2004-09-08T10:01:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40709#p40709</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40709#p40709"/>
		<title type="html"><![CDATA[script on cisco AS5350 for porta aaa authentication]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40709#p40709"><![CDATA[
no, the IOS is ok....<br><br>Porta is saying: <br><br>Cisco IOS has bug with h323-conf-id in authentication requests. Cisco<br>sends H323-conf-id only in authorization requests.<br><br>with <div class="codebox"><p>Code: </p><pre><code>set guid [infotag get leg_guid] </code></pre></div>I see the H323-conf-id with:<div class="codebox"><p>Code: </p><pre><code>puts $guid</code></pre></div>at the cisco debug<br><br>The question is, how is porta expecting to get this ID? The suport from this guys is not very helpfull<br><br>Thanks<br>Tom<p>Statistics: Posted by Guest — Wed Sep 08, 2004 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-08T09:38:56-04:00</updated>

		<published>2004-09-08T09:38:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40708#p40708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40708#p40708"/>
		<title type="html"><![CDATA[script on cisco AS5350 for porta aaa authentication]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40708#p40708"><![CDATA[
upgrade your IOS?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Sep 08, 2004 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-08T08:47:01-04:00</updated>

		<published>2004-09-08T08:47:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40706#p40706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40706#p40706"/>
		<title type="html"><![CDATA[script on cisco AS5350 for porta aaa authentication]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40706#p40706"><![CDATA[
Hi there,<br><br>I have a little problem with a authentication tcl script.<br><br>I am sending aaa authentication to porta billing server (Radius) they expect not only caller telefonenumber they need also the h323-conf-id.<br><br>information from porta was this:<br>Cisco IOS has bug with h323-conf-id in authentication requests. Cisco<br>sends H323-conf-id only in authorization requests. So you should add<br>this lines to your script before 'aaa authenticate':<div class="codebox"><p>Code: </p><pre><code> if { [catch {set avsend(h323-conf-id) [infotag get leg_guid]} ] } {         puts "WARNING: leg_guid is not available, please upgrade your IOS" } else {         set guid [infotag get leg_guid]}</code></pre></div>the aaa authentication part is (and the part before... original from cisco)<br>(the "" means, NULL for the password field):<div class="codebox"><p>Code: </p><pre><code>    init_perCallVars    leg setupack leg_incoming    leg proceeding leg_incoming    leg connect leg_incoming    set ani [infotag get leg_ani] aaa authenticate  $ani ""</code></pre></div>I did some debugs and tried to send in the 3 field the h323-conf-id...<br>the radius log is always saying: h323-conf-id=00000000 00000000 00000000 00000000/4<br><br>has someone an idea, how to send to porta billing the h323-conf-id?<br><br>Thanks<br>Tom<p>Statistics: Posted by Guest — Wed Sep 08, 2004 8:47 am</p><hr />
]]></content>
	</entry>
	</feed>
