I use CURRI to change DN of calling number before calling. It works but if string that replace number contains a space, name on the phone is truncated.
For example : John Smith is displayed John on the phone.
I've have checked response with wireshark and the name is John Smith in it. But the phone displayed John.
-------------------------------------------------------------------------------------------------------------
The routing server can now modify the calling and called name. Below is the new call route response with updates highlighted. The result you get on Wireshark is from CUCM traces . For CURRI i think
You need to ensure that you have given the full name in the following code.
<continue>
<modify callingnumber="1000" callednumber="1001" callingname="Bob" calledname="John"/amp;gt;
</continue>
Please refer https://developer.cisco.com/site/curri/documents/latest-version/ for related information.
Comments
0 comments
Please sign in to leave a comment.