cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
661
Views
0
Helpful
4
Replies

Cme change caller id name dial peer

Hi i have a question about cme router 2900, if I in outgoing calls on a certain dial peer I want the phones to all go out with the same name that I configure I should use?

example in lan
Phone 1 in lan Antonio number 1311432
Phone 2 in lan Rocco 1311234
Phone 3 in lan Roberto 1311123

but in wan all the phones have to go out with only one name example that of the company

Example in wan dial peer
Phone 1 word.spa
Phone 2 word.spa
Phone 3 word.spa

Thank you for your help

1 Accepted Solution

Accepted Solutions

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube_fund/configuration/xe-3s/cube-fund-xe-3s-book/voi-sip-param-mod.html

 

This is THE "book" for such things.

 

Short example:

voice class sip-profiles yyy
 rule 1 request INVITE sip-header From modify "(<sip:.*)" "From test123 \1"
!
dial-peer voice xxx voip
 voice-class sip profiles yyy

This will manipulate the FROM header. But there could also be other headers, where the name is contained.

So, you would need to check the messages via the debug.

 

Note:

If commands are not available, then maybe you need to upgrade your 2900 router.

View solution in original post

4 Replies 4

b.winter
VIP
VIP

Hi,

 

change the names via SIP-Profile, which you assign to the dial-peer.

thanks for the answer how to give me an example?  which lines should I use in the dial peer?

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube_fund/configuration/xe-3s/cube-fund-xe-3s-book/voi-sip-param-mod.html

 

This is THE "book" for such things.

 

Short example:

voice class sip-profiles yyy
 rule 1 request INVITE sip-header From modify "(<sip:.*)" "From test123 \1"
!
dial-peer voice xxx voip
 voice-class sip profiles yyy

This will manipulate the FROM header. But there could also be other headers, where the name is contained.

So, you would need to check the messages via the debug.

 

Note:

If commands are not available, then maybe you need to upgrade your 2900 router.

Thanks it works!!!