Hello,
Added the attached data in routing strategy however is still not counting the ivr app referenced.
I think the issue is the presence of the gvp-tenant-id so the gsw-ivr-profile-id is ignored.
Found this in the GVP 8.1 users guide:
[i]The user-defined name that was assigned to
the IVR Profile when it was created.
Note: For backwards compatibility:
If gvp-tenant-id = [TenantX], Resource
Manager assumes that the associated
tenant for the call is TenantX.
If gvp-tenant-id = IVRAppY, Resource
Manager assumes that the associated
IVR Profile for the call is IVRAppY. If
the X-Genesys-gsw-ivr-profile-id
header is also present, it is used to
determining the IVR Profile and the
Request URI parameter denotes the
tenant.
If gvp-tenant-id = [TenantX].IVRAppY,
Resource Manager assumes that the
associated tenant for the call is TenantX,
and the IVR Profile is IVRAppY. If the
X-Genesys-gsw-ivr-profile-id header
is also present, it is ignored.[/i]
in mcp logs I can see the gvp-tenant-id=[TenantX].IVRAppY as below within the GVP-Session-ID as below:
[i]X-Genesys-GVP-Session-Data: callsession=F3BE3741-4BF1-466C-4593-CB3375955C49;2;1;;;;Resources;PROFILE_HELLO_WORLD;
X-Genesys-GVP-Session-ID: F3BE3741-4BF1-466C-4593-CB3375955C49;gvp.rm.datanodes=2|1;gvp.rm.tenant-id=101_PROFILE_HELLO_WORLD[/i]
also in mcp logs the attached data is present:
[i]MSMLDialogParams.cxx:79 MSMLDialogParams::XMLEndElement: name - X-Genesys-gsw-ivr-profile-id value - 113
2013-04-29 10:52:25.057 DBUG 00EA0117-1000481E 4820 01B00000 MSMLDialog.cxx:2144 MSMLDialog::AddParamList: passing parameter X-Genesys-gsw-ivr-profile-id=113[/i]
if the reason is indeed the presence of both headers, how can I remove gvp-tenant-id or change it.. if that is what i need to do

thanks.