最近在测试CSCF的功能,S用的N的,P和I都是HW的现网设备。
场景:CS打VoLTE
问题:I送给S的INVITE消息中,request URI格式为sip:+8615159234784@10.184.122.8;user=phone,而S的处理便是将request URI的内容直接生成为user IMPU,进而去HSS SAR查询,返回无此用户信息。
问题:查询了3GPP的标准,I送的request URI应该是SIP URI or Tel URI格式,但在这个场景中,I 送出的@localhost的格式是否正常?或者说S是否需要对此种格式进行转换?
时间: 2016-7-12 09:34
作者: jeffyko
从标准上摘抄的sip uri描述,可以看到host可以为ip地址,但大多数情况应该为domain name
Its general form, in the case of a SIP URI, is:
sip:user:password@host:port;uri-parameters?headers
host: The host providing the SIP resource. The host part contains either a fully-qualified domain name or numeric IPv4 or IPv6 address. Using the fully-qualified domain name form is RECOMMENDED whenever possible.