
sip
文章平均质量分 88
rx_wen
这个作者很懒,什么都没留下…
展开
-
sip elements lifecycle
In sip protocol, the difficult thing is the liecycle of sip elements, including dialog, transaction and message. Though defined as different layers in sip, their lifecycle usually overlaps. Message is the layer at the bottom. Transaction is the layer above原创 2010-05-17 22:02:00 · 806 阅读 · 0 评论 -
logging with osip
As I posted before, logging is an important debugging means. In order to be truly useful and convenient, the logging module should at lease have two traits: can be turned on and off globally supports the concept of logging level osip also comes with a matu原创 2010-05-20 19:56:00 · 612 阅读 · 0 评论 -
getting start with osip
As described in rfc3261, sip is a layered protocol. Its layers are shown in the image below.Unlike other sophisicated sip libiraies, exosip, pjsip, mjsip, which implement all layers of sip protocol, oSip library doesn't implement transport layer. oSip clai原创 2010-03-22 21:42:00 · 1310 阅读 · 1 评论 -
An basic introduction to SIP
What is SIPSIP Protocol is one of widely used signaling protocol, with the main purpose of, as its name is abbreviated for, initialization session between several participants. Due to its nature, it's mainly used in VOIP, IM applications.Basics of SIPBeca原创 2009-11-26 08:20:00 · 463 阅读 · 0 评论 -
avoid memory leak in osip
I was debugging memory leak bugs recently. The bug was caused by incorrect usage of the osip library. It's not uncommon that we meet problems when we rely on a library or framework that we don't fully understand. Symptom and debugging The symptom is our原创 2010-11-15 20:17:00 · 602 阅读 · 0 评论