06-09-2022 12:20 PM
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
Solved! Go to Solution.
06-13-2022 01:53 AM
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.
06-12-2022 11:52 PM
Hi,
change the names via SIP-Profile, which you assign to the dial-peer.
06-13-2022 01:39 AM
thanks for the answer how to give me an example? which lines should I use in the dial peer?
06-13-2022 01:53 AM
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.
06-13-2022 05:52 AM
Thanks it works!!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide