Cisco Unified Routing Rules XML Interface

« Back to Routing Rules API Questions

Playing a greeting and allowing the call

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is it possible to play a prompt and than allow the call through?  Right now we can either allow the call or play a prompt but not together.

Hi Aleksey,

There is a continue with announcement 'message' format in the sample application.

1<?xml encoding="UTF-8" version="1.0"?><Response><Result><Decision>Permit</Decision><Status></Status><Obligations><Obligation FulfillOn="Permit" ObligationId="urn:cisco:xacml:policy-attribute"><AttributeAssignment AttributeId="Policy:simplecontinue"><AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">&lt;cixml ver="1.0"&gt;&lt;continue&gt;&lt;greeting identification="custom_05011"/&gt;&lt;/continue&gt; &lt;/cixml&gt;</AttributeValue></AttributeAssignment></Obligation></Obligations></Result></Response>


Have you tried a recipe like this? It's been a while since I ran the sample app, but I'm pretty sure I tried this feature when I was learning CURRI.

Mark