cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
932
Views
15
Helpful
7
Replies

Callmanager Sip trunk wrong sip address

m.skaarup
Level 1
Level 1

Hello,

I just got my self a sip trunk to my ISP but i'm not able to make any outgoing calls.

My problem is that the CUCM sends <phonenumber>@<CUCMIP> but i need <phonenumber@<XXX.supertel.dk> . 

Anybody who can tell me how to do this? i tried to Google but can't find anything on how to change the @domain .

7 Replies 7

Chris Deren
Hall of Fame
Hall of Fame

Do you have a CUBE? If so you can build sip profile.

Chris

Alexey Platov
Level 1
Level 1

I raised similar question  here https://supportforums.cisco.com/message/3869271#3869271

No one answered that it is possible with stand-alone CUCM cluster. So you need CUBE functionality implemented.

You can use sip normalization scripts if your CUCM supports it. What version of CUCM do you have...

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

Hi,

You can use the script,,,if your cucm supports sip normalization

M = {}

function M.outbound_INVITE(msg)

   

    local rpi = msg:getHeader("Remote-Party-ID")

    local uri = string.gsub(rpi, "192.168.10.1", "xxx.supertel.dk")

    msg:modifyHeader("Remote-Party-ID", uri)

end

return M

Change the ip tp your cucm ip..

You need to go to device>device settings>sip normalization.>add new

copy and poist the script into the box

then go your sip trunk and select the script, reset the trunk and test it. I just tested it and it worked.

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

It is 7.1.5 version so SIP normalization is not available as i understand.

normalization scripts

Alexey,

No unfortunately you only have support for this in CUCM 8.5

Please rate all useful posts

"opportunity is a haughty goddess who waste no time with those who are unprepared"

Please rate all useful posts

Thanks for the usefull info!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: