<?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: Lua Script - CUCM SIP Trunk - Disabling SIP session timer in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/4115748#M2928</link>
    <description>&lt;P&gt;Hello Peterson&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you fix the sip session timer by using the sip normalisation.as i have a same requirement from Rauland R5 team.May i know the update please...&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 05:58:13 GMT</pubDate>
    <dc:creator>Mohamed Haneefa</dc:creator>
    <dc:date>2020-07-09T05:58:13Z</dc:date>
    <item>
      <title>Lua Script - CUCM SIP Trunk - Disabling SIP session timer</title>
      <link>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3703043#M2585</link>
      <description>&lt;P&gt;Hi folks&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I am setting up a SIP trunk between the CUCM 11.5 and a system called Rauland (nurse system). There is no CUBE. It is a straight sip trunk between them.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;The Rauland team asked me to:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Disable the SIP Session Timer: To avoid sending a re-INVITE from the CUCM, disable the SIP Session Timer in the CUCM.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, I cannot do that under the sip profile. Could I set up this configuration (disabling sip session timer), using lua script? Has anyone configured that before?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 17:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3703043#M2585</guid>
      <dc:creator>Peterson Cristovam</dc:creator>
      <dc:date>2018-09-07T17:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lua Script - CUCM SIP Trunk - Disabling SIP session timer</title>
      <link>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3703118#M2586</link>
      <description>&lt;P&gt;I created the script below. I believe that the session-expires will be removed from the sip invite. But I am no sure if only this will enough to CallManager does not send RE-INVITEs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;M = {}&lt;BR /&gt;function M.outbound_INVITE(msg)&lt;BR /&gt;msg:removeHeader("Session-Expires")&lt;BR /&gt;end&lt;BR /&gt;return M&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:17:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3703118#M2586</guid>
      <dc:creator>Peterson Cristovam</dc:creator>
      <dc:date>2018-09-07T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lua Script - CUCM SIP Trunk - Disabling SIP session timer</title>
      <link>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3748490#M2597</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A id="link_14" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.cisco.com/t5/user/viewprofilepage/user-id/319908" target="_self"&gt;pgcristovam&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I'm in the process of configuring a SIP Trunk to the same type of server and I have that same question.&amp;nbsp; How were you able to resolve this? I think I can only do this by changing a configuration in global service parameters.&amp;nbsp; What did you do?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 01:14:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3748490#M2597</guid>
      <dc:creator>Nisha3181</dc:creator>
      <dc:date>2018-11-17T01:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lua Script - CUCM SIP Trunk - Disabling SIP session timer</title>
      <link>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3749592#M2598</link>
      <description>&lt;P&gt;Hi, Nisha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the SIP normalization below and I applied it&amp;nbsp;under the trunk configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;M = {}&lt;BR /&gt;function M.outbound_INVITE(msg)&lt;BR /&gt;msg:removeHeader("Session-Expires")&lt;BR /&gt;end&lt;BR /&gt;return M&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 21:31:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/3749592#M2598</guid>
      <dc:creator>Peterson Cristovam</dc:creator>
      <dc:date>2018-11-19T21:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lua Script - CUCM SIP Trunk - Disabling SIP session timer</title>
      <link>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/4115748#M2928</link>
      <description>&lt;P&gt;Hello Peterson&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you fix the sip session timer by using the sip normalisation.as i have a same requirement from Rauland R5 team.May i know the update please...&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 05:58:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/lua-script-cucm-sip-trunk-disabling-sip-session-timer/m-p/4115748#M2928</guid>
      <dc:creator>Mohamed Haneefa</dc:creator>
      <dc:date>2020-07-09T05:58:13Z</dc:date>
    </item>
  </channel>
</rss>

