<?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: Why my script is not running? in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601407#M2445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghavendra and thank you very much for the insight,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I am seeing some light at the end of the tunnel, I configured the "service fac_test out-bound" and the script is launching when the peer 5 is activating.&amp;nbsp; However, It is only picking the call close event,&amp;nbsp; I wonder if the application itself should be different for inbound and outbound dial-peers.&amp;nbsp; I saw one script (but can't find it right now) that instead of using a FSM, it made a while loop on the main program to capture the information and controlling the flow of the call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I be changing my program approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 13:44:10 GMT</pubDate>
    <dc:creator>luisbethancourt</dc:creator>
    <dc:date>2014-07-07T13:44:10Z</dc:date>
    <item>
      <title>Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601400#M2438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 2901 with IOS 15.0(1r)M16 with CME (telephony services version 8.6), And I have been trying to emulate the way Nortel manages pin numbers, and so far, I think the only way of achieving this on the CME, is to have a custom script to capture the PIN and compare it to a stored parameter value.&lt;/P&gt;&lt;P&gt;So I have been reading the documentation nonstop for the past couple of days, and I have found a way that should work.&amp;nbsp; However, the scripts that I have been testing (even the simplest ones) don't even care to run...&amp;nbsp; so I was wondering if my specific configuration is the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 dial-peers, and I created a new one just to test my script,&amp;nbsp; one of the dial-peers has a 22... prefix, the other a 32... prefix, the othe a 9T prefix, and the new one I created is has a dial pattern of 22482 (my extension),&amp;nbsp; this is the configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 5 voip&lt;/P&gt;&lt;P&gt; service fac_test&lt;/P&gt;&lt;P&gt; destination-pattern 22482&lt;/P&gt;&lt;P&gt; session protocol sipv2&lt;/P&gt;&lt;P&gt; session target ipv4:10.1.0.51&lt;/P&gt;&lt;P&gt; incoming called-number 22482&lt;/P&gt;&lt;P&gt; dtmf-relay rtp-nte&lt;/P&gt;&lt;P&gt; codec g711ulaw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the fac_test script:&lt;/P&gt;&lt;P&gt;proc init { } {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "testing"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "this is the init procedure"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc act_Cleanup { } {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "testing"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "this is the act_Cleanup procedure"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set evt_name [infotag get evt_event]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; call close&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;init&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set FSM(any_state,ev_setup_indication)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "act_Cleanup, same_state"&lt;/P&gt;&lt;P&gt;set FSM(any_state,ev_disconnected)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "act_Cleanup, same_state"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fsm define FSM CALL_INIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I load my script, the trace shows the test on the init procedure, but when I dial my extension, I expect the script to run and at least to see some kind of output on the trace that I have on the router, but nothing comes up...&amp;nbsp; I have been debugging with debug voice application and I can trace the sequence of events, however, I am not sure why the events doesn't trigger my script functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 21:47:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601400#M2438</guid>
      <dc:creator>luisbethancourt</dc:creator>
      <dc:date>2014-07-04T21:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601401#M2439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your initial state should be as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set fsm(CALL_INIT,ev_setup_indication) "act_Setup&amp;nbsp; GETDEST"&lt;/P&gt;&lt;P&gt;fsm define fsm CALL_INIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer TCL IVR programming guide and also refer our videos in below location, it will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/" title="https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/"&gt;https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/&lt;/A&gt;&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>Sat, 05 Jul 2014 03:41:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601401#M2439</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2014-07-05T03:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601402#M2440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just changed the script to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc init { } {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "testing"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "this is the init procedure"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc act_Setup { } {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "testing"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "this is the act_Setup procedure"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set evt_name [infotag get evt_event]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc act_Cleanup { } {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "testing"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; puts "this is the act_Cleanup procedure"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set evt_name [infotag get evt_event]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; call close&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;init&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set fsm(CALL_INIT,ev_setup_indication) "act_Setup&amp;nbsp; GETDEST"&lt;/P&gt;&lt;P&gt;set fsm(any_state,ev_disconnected)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "act_Cleanup same_state"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fsm define fsm CALL_INIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still nothing going on,&amp;nbsp; when I load the application, the init procedure runs, and I can see the output of the PUTS commands, the show dial-peer voice 5 shows that the fac_test is linked as the "inbound application associated",&amp;nbsp; when I load the application with call application voice load fac_test, I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jul&amp;nbsp; 5 12:37:18.858: //-1//HIFS:/hifs_ifs_cb: hifs ifs file read succeeded. size=517, url=t&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://10.1.101.129/fac/test.tcl" rel="nofollow" target="_blank"&gt;ftp://10.1.101.129/fac/test.tcl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.858: //-1//HIFS:/hifs_free_idata: hifs_free_idata: 0x2AD46124&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.858: //-1//HIFS:/hifs_hold_idata: hifs_hold_idata: 0x2AD46124&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.858: //-1//AFW_:EE2B28D788000:/Tcl_Link: Linking script fac_test&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: //-1//TCL :EE2B28D788000:/tcl_PutsObjCmd: testing&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862:&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: //-1//TCL :EE2B28D788000:/tcl_PutsObjCmd: this is the init procedure&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862:&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: //-1//TCL :EE2B28D788000:/tcl_FSMObjCmd:&amp;nbsp; fsm define fsm CALL_INIT&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: //-1//TCL :EE2B28D788000:/tcl_FSMDefineObjCmd: State Machine: Array fsm: Start State: CALL_INIT&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: //-1//TCL :EE2B28D788000:/tcl_FSMDefineObjCmd: FSM Data structure&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: (any_state(0), ev_disconnected(20)--(act_Cleanup)--&amp;gt;(any_state(0))&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: (CALL_INIT(1), ev_setup_indication(34)--(act_Setup)--&amp;gt;(GETDEST(2))&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: FSM start state CALL_INIT(1)&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 12:37:18.862: //-1//AFW_:EE2B28D788000:/Tcl_Link: Script fac_test succesfully linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still, when I dial the extension, nothing happens.&amp;nbsp; I turned on all application debugging, and I can trace all the events, and I noticed that the dial-peer is selected much later than the ev_setup_indication event takes, place...&amp;nbsp; maybe this is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 12:56:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601402#M2440</guid>
      <dc:creator>luisbethancourt</dc:creator>
      <dc:date>2014-07-05T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601403#M2441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a full debug on the app, I am attaching the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 13:28:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601403#M2441</guid>
      <dc:creator>luisbethancourt</dc:creator>
      <dc:date>2014-07-05T13:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601404#M2442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again Raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if you can post the output of a script that is actually running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I wonder if there is a place where I can take a look at the workflow of how a script gets triggered,&amp;nbsp; I think my problem may be that when the call event setup indicator is launched, the dialpeer has not been selected yet, so the router has no indication to execute the act_Setup procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 13:38:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601404#M2442</guid>
      <dc:creator>luisbethancourt</dc:creator>
      <dc:date>2014-07-05T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601405#M2443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your logs the dial peer 5 is picked as outbound dial peer not incoming dial peer. If you want script to be trigger for outbound you need configure as "service fac_test &lt;STRONG&gt;outbound&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 13:12:23.630: //91//Dest:/DestDialPeerFilter: Checking peer [5]&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 13:12:23.630: //91//Dest:/DestPeerFilterRouteCode: Route Code not available in callInfo&lt;/P&gt;&lt;P&gt;Jul&amp;nbsp; 5 13:12:23.630: //-1//Dest:/DestOutboundCallUsingPeer: Outgoing Tag(5) calling[3804] called[22482]&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, 07 Jul 2014 04:54:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601405#M2443</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2014-07-07T04:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601406#M2444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer "Configuring an Outbound Application" section in below document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/fileMedia/download/39458a9d-2357-4dd0-a274-4028a2deed04" title="https://developer.cisco.com/fileMedia/download/39458a9d-2357-4dd0-a274-4028a2deed04"&gt;https://developer.cisco.com/fileMedia/download/39458a9d-2357-4dd0-a274-4028a2deed04&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;configure terminal&lt;/P&gt;&lt;P&gt; dial-peer voice number voip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;application name out-bound&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; destination-pattern string&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, 07 Jul 2014 05:12:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601406#M2444</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2014-07-07T05:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601407#M2445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghavendra and thank you very much for the insight,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I am seeing some light at the end of the tunnel, I configured the "service fac_test out-bound" and the script is launching when the peer 5 is activating.&amp;nbsp; However, It is only picking the call close event,&amp;nbsp; I wonder if the application itself should be different for inbound and outbound dial-peers.&amp;nbsp; I saw one script (but can't find it right now) that instead of using a FSM, it made a while loop on the main program to capture the information and controlling the flow of the call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I be changing my program approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:44:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601407#M2445</guid>
      <dc:creator>luisbethancourt</dc:creator>
      <dc:date>2014-07-07T13:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601408#M2446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I am not following something here.&amp;nbsp; How can I make the dial peer to be inbound and not outbound?&amp;nbsp; I have read documentation on configuring inbound and outbound dial-peers, but can't seem to force the peer to be marked as inbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 22:10:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601408#M2446</guid>
      <dc:creator>luisbethancourt</dc:creator>
      <dc:date>2014-07-07T22:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601409#M2447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think in your case call is going out of gateway, if call is coming into the gateway then you can apply script under incoming dial peer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you apply script under outgoing dial peer then the script will receive ev_handoff instead of ev_setup_indication,so your code should be like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set fsm(CALL_INIT,ev_handoff) "act_Setup&amp;nbsp; GETDEST"&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, 08 Jul 2014 05:12:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601409#M2447</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2014-07-08T05:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601410#M2448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, your programming approach should be different when you apply script under outgoing dial peer, normally script should be applied on the incoming dial peer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer programming guide for more information in below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/" rel="nofollow" target="_blank" title="https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/"&gt;https://developer.cisco.com/site/collaboration/call-control/voice-gateway/documentation/&lt;/A&gt;&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, 08 Jul 2014 05:18:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601410#M2448</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2014-07-08T05:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why my script is not running?</title>
      <link>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601411#M2449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you receive the call, IOS will identify an incoming dial-peer. It is a universal dial-peer as any other but for this very&lt;/P&gt;&lt;P&gt;call it was identified as THE incoming. Next step the IOS perfoms digit analysis, performs digit translation etc. An outcome of this is a set of ultimate numbers like DNIS, ANI etc. This will be used to match THE outgoing dial-peer. Again a universal peer. If you link the dial-peer to an application like TCL or VXML, it will receive different events. Most TCL an VXML&lt;/P&gt;&lt;P&gt;applications have been written to be used with inbound dialpeers. If you want to take an existing application that was designed to be used as inbound and want to use it as outbound, you have to change it significantly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 09:06:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/why-my-script-is-not-running/m-p/3601411#M2449</guid>
      <dc:creator>paracleitos</dc:creator>
      <dc:date>2015-07-23T09:06:46Z</dc:date>
    </item>
  </channel>
</rss>

