Evil_TTL> show | s

SIP URI

Category:Cisco Systems -> Voice
Category:Cisco Systems -> Video

What is SIP URI? SIP URI defines a communication resource.

Complete SIP URI structure is the following:

sip:user:password@host:port;uri-parameters?headers 
  • user is optional although Cisco CUCM does not support URI without user meaning one can’t just type sip:company.com and hoping it would work.
  • uri-parameters and headers are optional as well.
  • password is not recommended.
  • host: [fqdn | ipv4 | ipv6]; CUCM does not support ipv6 yet.
  • user is case sensitive, host is not.
JSmith@company.com != jsmith@company.com
jsmith
@company.com == jsmith@Company.com 

Example:

sip:jsmith@company.com:5060 
By privilege15