cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
801
Views
0
Helpful
1
Replies

modify (add) Caller name with CUBE

Nikolay Kozyrev
Level 1
Level 1
Spoiler
Hello, Cisco tech.
I need you advise on below:

I got the following call flow:  Remote PBX --> Cisco CUBE --> CUCM
When i got incoming call from Remote PBX i see only extension number with out alerting name.
Remote PBX support has no option to enable caller id transfer.
I wonder to route this call via Cisco CUBE and make:
a) voice class sip-profiles 1
b) modify(add  user name\caller name) inside
c) assign it to outgoing dial-peer.


Assume i should modify:
1) Remote-Party-ID parameter  (like Remote-Party-ID: "Remote User1" <sip:768987@10.1.1.1>)
OR
2) From parameter ( like "From: <sip:768987@10.1.1.1>"
to:" "Remote User1" "<sip:768987@10.1.1.1>"

Will you able advice a best way to do this. Logs in attach,
I am trying with Remoe-Party-id like below but i still see only number on my Cisco phone on CUCM
request INVITE sip-header Remote-Party-ID modify "<sip:(768987)@.*>" "<Remote User1:\1>" 

Please help.

Thanks in advance
1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame
You can use P-Asserted-ID, Remote-Party-ID, or the From header for this, generally in that order of preference. This isn’t going to scale well though; the entries in voice class sip-profile is limited to 100 items or less (I don’t remember the exact cap).