<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Router crash when resetting invalid HTTP token in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480949#M851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so if you use call_timer only you see router crash, if you use named_timer you wont see router crash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 10:10:59 GMT</pubDate>
    <dc:creator>Raghavendra G V</dc:creator>
    <dc:date>2015-05-04T10:10:59Z</dc:date>
    <item>
      <title>Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480948#M850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure way to crash router with a simpl script that contain a bug, with any IOS version. Maybe someone at Cisco wants to give it a look.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Code below. Example application can be started with "call application session start &amp;lt;anything&amp;gt; &amp;lt;service&amp;gt; name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;When callTimer is reached (because the application fails to stop timer), HTTP token Gtok has been cleaned up already and router crashes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;A variant is not to use a timer and do reset after cleanup. That produces only a "Potential memory corruption" print on termina monitor.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;package require httpios 1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt; line-height: 1.5em;"&gt;proc sessInd {} {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; global Gtok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp; set Gtok [::httpios::geturl &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://54.175.219.8/ip" rel="nofollow" target="_blank"&gt;http://54.175.219.8/ip&lt;/A&gt;&lt;SPAN&gt; -command callBack]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; timer start call_timer0 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt; line-height: 1.5em;"&gt;proc callBack {token} {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; puts -nonewline callBack&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ::httpios::cleanup $token&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt; line-height: 1.5em;"&gt;proc callTimer {} {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; global Gtok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ::httpios::reset $Gtok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: 'courier new', courier;"&gt;set fsm(INIT,ev_ses&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sion_indication) "sessInd same_state"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;set fsm(INIT,ev_call_timer0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "callTimer same_state"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;fsm define fsm INIT&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 17:31:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480948#M850</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2015-05-02T17:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480949#M851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so if you use call_timer only you see router crash, if you use named_timer you wont see router crash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 10:10:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480949#M851</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2015-05-04T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480950#M852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Replacing call_timer0 with named_timer does not crash the router but produces a message "Potential memory corruption" on terminal monitor.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 21:30:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480950#M852</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2015-05-04T21:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480951#M853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share crashinfo file and also let us know which IOS version you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 06:09:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480951#M853</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2015-05-05T06:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480952#M854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Could you please share crashinfo file and also let us know which IOS version you are using.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No crashinfo file is produced. As mentioned I've tried multiple IOS versions including later 15.4M, and it crashes them all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 08:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480952#M854</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2015-05-05T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480953#M855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If start timer called globally,It created spurious memory access issues and affects performance of the Voice GW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to kicked off script immediately after configuring it on the Voice GW and every time the timer expires it issues a HTTP request to a server ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:31:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480953#M855</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2015-05-05T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480954#M856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;If start timer called globally,It created spurious memory access issues and affects performance of the Voice GW.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;Are you trying to kicked off script immediately after configuring it on the Voice GW and every time the timer expires it issues a HTTP request to a server ?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No. As you can see in the example above, all commands are executed from within valid event procedures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:54:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480954#M856</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2015-05-05T15:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480955#M857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have raised bug for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 06:53:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480955#M857</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2015-05-06T06:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480956#M858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have raised bug for this issue.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks. Would be possible to post the bug id here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 07:33:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480956#M858</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2015-05-06T07:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480957#M859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, here is the bug id&amp;nbsp; CSCuu19831 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 08:54:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480957#M859</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2015-05-06T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Router crash when resetting invalid HTTP token</title>
      <link>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480958#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;ok, here is the bug id&amp;nbsp; CSCuu19831 .&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you very much &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Raghavendra.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:47:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/router-crash-when-resetting-invalid-http-token/m-p/3480958#M860</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2015-05-06T13:47:49Z</dc:date>
    </item>
  </channel>
</rss>

