Bean 的个人资料Anders.Pan的共享空间照片日志列表 工具 帮助

日志


8月2日

定义

  • AOR(Address-of-Record):SIP or SIPS URI,是用户的公共地址(该地址包含一domain)。
  • B2BUA(Back-to-Back User Agent):既是UACuser agent client)又是UASuser agent server,维护对话状态,必须参与会后过程中所有的requests
  • Call Stateful:描述Proxy,若proxy call stateful,那么proxy将保留对话从INVITE BYE的状态,若proxyCall Stateful那么也可以认为该proxy transaction stateful.
  • Client:UACproxies都是Client,发送请求并接收响应。
  • Core:指proxy, a user agent or registrar,除了stateless proxy,其余的都是transaction user
  • Dialog:两个UA间,点对点通信。
  • Downstream:request的方向,指requestUACUAS
  • Final Response: A response that terminates a SIP transaction, as opposed to a provisional response that does not.  All 2xx, 3xx,4xx, 5xx and 6xx responses are final.
  • Home Domain:为SIP用户提供服务(定位服务,把URI映射到另一个可用的URI)。通常指AOR中注册的domain
  • Initiator, Calling Party, Caller:会话发起者,即发送INVITE建立会话的一方。
  • Invitation: An INVITE request.
  • Invitee, Invited User, Called Party, Callee:接收到INVITE的一方。
  • Location Service:由SIP redirect or proxy server使用,该服务能够获取callee可能所在的位置。该服务包含一AOR绑定列表,这个列表可以通过REGISTER方法来更新。
  • Loop:指消息回环,消息回环是一个错误。
  • Loose Routing:把目标从路由上的proxies分离的proxy,为Loose Routing proxy
  • Method:包含在request消息内的,需要在server执行的原子操作。比如INVITEBYE
  • Outbound Proxy:UA的代理,通常通过手工或自动配置协议获取,该proxyUA发送requet到达的第一个server(即使该sever并非URI中指定的目标主机)。
  • Parallel Search:同时发送多条请求到可能的用户location
  • Provisional Response:与Final Response相对,并不中断SIP transaction,所有的1xx都是临时Response.
  • Proxy, Proxy Server:扮演server and client 的角色,代表了两方clientproxy server 主要route messageproxy主要enforcing policy (for example, making sure a user is allowed to make a call)
  • Recursion: A client recurses on a 3xx response when it generates a new request to one or more of the URIs in the Contact header field in the response.
  • Redirect Server:为user agent server,回应3xx请求,指导用户访问一些中间的URI
  • Registrar:接收REGISTER请求并把消息交给location service
  • Regular Transaction: 非INVITE, ACK, or CANCEL的事务。
  • Route Set: 一组排序好的SIP or SIPS URI(即proxy),request必须经过这些proxiesRoute set可以learn from 头信息(比如Record-Route)或配置
  • Sequential Search:必须在前一个请求得到响应后才能发起下一个请求,2xx or 6xx能终止sequential search.
  • Spiral:request又回到先前的proxy,但和Loop不同,其URI改变了。Spiral不属于错误,是允许的。
  • Transaction User (TU):Transaction users include the UAC core, UAS core, and proxy core.
  • Upstream:直接从UASUAC的消息。
  • User Agent Client (UAC): 是一个逻辑实体,发起请求时,在这个事务中属于UAC,当其回应请求时,在这个事务中属于UAS
  • UAC Core:位于事务层和传输层之上,为UAC提供服务。
  • User Agent Server (UAS):逻辑实体,当响应请求时的处理过程,实体为UAS;当发起请求时又转换为UAC
  • UAS Core:位于事务层和传输层之上,为UAS提供服务。
  • User Agent (UA): 逻辑实体, 既是UAC又是UAS