Hi All
Can't find why orchestration doesn't pull interaction from queue. I wrote simple scxml application (without composer), created interaction queue in Administrator and assign enhanced routing script to queue.
ORS see interaction in queue, but doesn't start scxml application:
[code]
17:19:49.336 Trc 04541 Message EventInteractionSubmitted received from 'TServer_dummy_INS_p'
attr_extension [bstr] = TKVList:
'ReportingEventSequenceNumber' [str] = "111712885"
attr_actor_type [int] = 3 [MEDIA SERVER]
attr_actor_media_server_id [str] = "OCS_p"
attr_itx_id [str] = "0300MH2J8MBFA3YA"
attr_state [int] = 0
attr_itx_type [str] = "Internal"
attr_itx_subtype [str] = "OutboundNew"
attr_itx_queue [str] = "ProactiveEmail_ORS"
attr_itx_media_type [str] = "outboundpreview"
...
17:19:49.336 [MCR] Creating new call[ 0300MH2J8MBFA3YA ]
17:19:49.336 [MCRCallStorage] Adding call to call storage, the total will be: 150
17:19:49.336 [ORSCallMonitor] OnCallCreated
17:19:49.336 ORSFmInteraction::HandleCallCreated: CallID=0300MH2J8MBFA3YA
17:19:49.336 [ORSCallMonitor] OnCallInitIndex
17:19:49.336 [ORSCallMonitor] OnCallCreatedEx
17:19:49.336 [ORSCallMonitor] OnPartyCreated
17:19:49.336 MCRCALL[0300MH2J8MBFA3YA]: party 'ProactiveEmail_ORS'[9478b30] added
17:19:49.336 [PI_Manager] Adding ref; event->EventInteractionSubmitted, itx_id->0300MH2J8MBFA3YA
17:19:49.336 [PI Manager] pi_collection:add_ref, ref[0300MH2J8MBFA3YA] will be added
17:19:49.336 [ORSCallMonitor] OnPartyAdded
17:19:49.336 ors:+ORSFmInteractionData[0xb0e4c08]:IxnGUID=0300MH2J8MBFA3YA
17:19:49.336 [IDX]: >> GET >> FMID=0300MH2J8MBFA3YA NOT FOUND
17:19:49.336 [ORSCallMonitor] OnPartyIndexSet
17:19:49.336 [ORSCallMonitor] OnPartyStateChanged
17:19:49.336 ORSFmInteraction::HandlePartyStateChanged: 'null' --> 'queued'
17:19:49.336 MCRCP: Process is_online attribute; Storing a new value '0'
17:19:49.336 [ORSCallMonitor] OnCallInfoChangedEx
[/code]
In case of voice interaction and routing point ORS works. May be I'm lose something important in configuration?
