cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1450
Views
0
Helpful
2
Replies

CURRI - can you modify calling name AND play a message on the same call?

James Hawkins
Level 8
Level 8

Hi,

I am playing about with CURRI and can create responses that modify the callingname and also play a message before connecting a callas shown below:

Play a message

<continue >
<greeting identification=[id]/>
</continue>

Modify calling name

<continue>
<modify callingname=[name]/>
</continue>

 

What I would like to do is play an announcement and modify the calling name but I cannot seem to get this working. Does anyone know if this is supported?

If it is supported can you supply a sample response XML file showing the required format.

Thanks

1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

Per the CIXML schema it doesn't look like you can do both in the same response: https://d1nmyq4gcgsfi5.cloudfront.net/media/CurriDeveloperGuide/cixml_schema.html

Could you have two CURRI endpoints/rules, at endpoint #1 do a continue+greeting towards endpoint#2, where you do a continue+modify..?

View solution in original post

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

Per the CIXML schema it doesn't look like you can do both in the same response: https://d1nmyq4gcgsfi5.cloudfront.net/media/CurriDeveloperGuide/cixml_schema.html

Could you have two CURRI endpoints/rules, at endpoint #1 do a continue+greeting towards endpoint#2, where you do a continue+modify..?

Hi,

 

Thanks for the response. Your suggestion of using two profiles is great - I should be able to play the annoucement using a Translation Pattern and modify the calling number on the DN.

 

Thanks!