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

sip-cube caller-id

Hi,

I'm trying to apply the same caller-id for all calls coming from my itsp provider.

Current Senario:

CUCM --> SIP-Trunk --> CUBE ---> ITSP

 

Alls incoming calls coming from the  ITSP dont have a caller-id. 

I'm trying to use sip normalization in the gateway but matching a sip-profile in the incoming dial-peer from the itsp but its not working.

 

Please help

 

Current Config

dial-peer voice 200 voip
 description ***Incoming calls from SBC***
 session protocol sipv2
 incoming called-number 285....
 vocie-class sip profiles 100
 sip-profile 
 dtmf-relay rtp-nte 
 codec g711alaw
 no vad

voice class sip-profiles 100
 request INVITE sip-header Remote-Party-ID add "FROM-ITSP"

 


dial-peer voice 300 voip
 description calls from  ***CUCM***
 destination-pattern 285....
 session protocol sipv2
 session target ipv4:192.168.1.1
 dtmf-relay rtp-nte
 codec g711alaw
 no vad

 

 

 

Thanks.

 

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

That's not a valid Remote-Party-ID header for one thing. You probably should read the RFC on this header if you want to pursue that path.

Please share the SIP INVITE that you receive from the carrier. We can help you fix the sip-profiles but seeing what we're actually working with makes it a lot easier.