Dial plan for SIP Server

Hello to all,

I am trying to establish a dial plan, so the agent of the team communicator dial a number, but automatically the SIP Server dial another number. Can you please help me to create the dial plan?.

1587465 + cellphone + 123456

The agent should only dial the cellphone.

I appreciate your help with this.

From SIP Server guide:

Sample Dial Plan Rules
Some sample values for the dial-plan-rule-<n> option, configured in the dialplan DN, are as follows:
5XXX=>4351707${DIGITS} # This rule matches any 4-digit number
starting with 5 and translates it to the number 43517075XXX
5002=>43517075002 # This rule matches the dialed number 5002 and
translates it to the number 43517075002 

Almost what you need, so check it and apply. Documentation is your friend