Wednesday 16 July 2014

opensips presence server Implementation sip trace with out Xcap server

By vm  |  22:49 No comments



  1. Steps :
  2. -> User1 Registrar to Server.
  3. -> User1 Publish his status like online of offline..
  4. -> User 1 subscribe to User2==> one subscription message sent to server
  5. -> User 1 gets reply from server 200 ok
  6. -> Server Notify the User with Subscribtion status. Here is Active.
  7. -> User1 Subscribe Himself tp get user2's Presence Info.
  8.         here accept is => apllication/wateringo+xml
  9.         event => Presence.winfo
  10. -> Notify from server to User1 with Body.
  11.  
  12.  
  13.  
  14. =====================  Registrar and Subscribtion log ========================================
  15. U 192.168.1.100:50885 -> 192.168.1.75:5060
  16. REGISTER sip:192.168.1.75 SIP/2.0.
  17. Call-ID: 7a132b9d709b472c5e46c8e6e06fff39@0:0:0:0:0:0:0:0.
  18. CSeq: 1 REGISTER.
  19. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d533a53.
  20. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  21. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-7c3e05dd4506a50b001269c23ed3bc91.
  22. Max-Forwards: 70.
  23. User-Agent: Jitsi2.5.5065Linux.
  24. Expires: 600.
  25. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>;expires=600.
  26. Content-Length: 0.
  27. .
  28.  
  29.  
  30. U 192.168.1.75:5060 -> 192.168.1.100:50885
  31. SIP/2.0 401 Unauthorized.
  32. Call-ID: 7a132b9d709b472c5e46c8e6e06fff39@0:0:0:0:0:0:0:0.
  33. CSeq: 1 REGISTER.
  34. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d533a53.
  35. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.c198.
  36. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-7c3e05dd4506a50b001269c23ed3bc91.
  37. WWW-Authenticate: Digest realm="192.168.1.75", nonce="53c6418e00000003e724f64f0de179cd1c1e098ae0bd0986".
  38. Server: Talkjockey SIP proxy.
  39. Content-Length: 0.
  40. .
  41.  
  42.  
  43. U 192.168.1.100:50885 -> 192.168.1.75:5060
  44. REGISTER sip:192.168.1.75 SIP/2.0.
  45. Call-ID: 7a132b9d709b472c5e46c8e6e06fff39@0:0:0:0:0:0:0:0.
  46. CSeq: 2 REGISTER.
  47. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d533a53.
  48. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  49. Max-Forwards: 70.
  50. User-Agent: Jitsi2.5.5065Linux.
  51. Expires: 600.
  52. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>;expires=600.
  53. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-907147b384b2762450c6945b024c3b0a.
  54. Authorization: Digest username="+918019613712",realm="192.168.1.75",nonce="53c6418e00000003e724f64f0de179cd1c1e098ae0bd0986",uri="sip:192.168.1.75",response="fde231533c887f19ef3799c4ed3fd8cd".
  55. Content-Length: 0.
  56. .
  57.  
  58.  
  59. U 192.168.1.75:5060 -> 192.168.1.75:5060
  60. PUBLISH sip:+918019613712@192.168.1.75 SIP/2.0.
  61. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK409c.d0698427.0.
  62. To: sip:+918019613712@192.168.1.75.
  63. From: <sip:+918019613712@192.168.1.75>;tag=d5c330f768399038fb776a7326c41a28-9f0d.
  64. CSeq: 10 PUBLISH.
  65. Call-ID: 4b438957142b9437-28926@192.168.1.75.
  66. Max-Forwards: 70.
  67. Content-Length: 327.
  68. User-Agent: Talkjockey.
  69. Event: presence.
  70. Expires: 601.
  71. Content-Type: application/pidf+xml.
  72. .
  73. <?xml version="1.0"?>
  74. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" xmlns:c="urn:ietf:params:xml:ns:pidf:cipid" entity="+918019613712@192.168.1.75"><tuple id="0x7fffbefb3be0"><status><basic>open</basic></status></tuple></presence>
  75.  
  76.  
  77. U 192.168.1.75:5060 -> 192.168.1.75:5060
  78. SIP/2.0 100 trying.
  79. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK409c.d0698427.0.
  80. To: sip:+918019613712@192.168.1.75.
  81. From: <sip:+918019613712@192.168.1.75>;tag=d5c330f768399038fb776a7326c41a28-9f0d.
  82. CSeq: 10 PUBLISH.
  83. Call-ID: 4b438957142b9437-28926@192.168.1.75.
  84. Server: Talkjockey SIP proxy.
  85. Content-Length: 0.
  86. .
  87.  
  88.  
  89. U 192.168.1.75:5060 -> 192.168.1.75:5060
  90. SIP/2.0 200 OK.
  91. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK409c.d0698427.0.
  92. To: sip:+918019613712@192.168.1.75;tag=abc6b271e5e951084250cd3bfce809c2-9533.
  93. From: <sip:+918019613712@192.168.1.75>;tag=d5c330f768399038fb776a7326c41a28-9f0d.
  94. CSeq: 10 PUBLISH.
  95. Call-ID: 4b438957142b9437-28926@192.168.1.75.
  96. Expires: 601.
  97. SIP-ETag: a.1405501746.28927.3.0.
  98. Server: Talkjockey SIP proxy.
  99. Content-Length: 0.
  100. .
  101.  
  102.  
  103. U 192.168.1.75:5060 -> 192.168.1.100:50885
  104. SIP/2.0 200 OK.
  105. Call-ID: 7a132b9d709b472c5e46c8e6e06fff39@0:0:0:0:0:0:0:0.
  106. CSeq: 2 REGISTER.
  107. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d533a53.
  108. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.a183.
  109. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-907147b384b2762450c6945b024c3b0a.
  110. Contact: <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>;expires=600.
  111. Server: Talkjockey SIP proxy.
  112. Content-Length: 0.
  113. .
  114.  
  115.  
  116. U 192.168.1.100:50885 -> 192.168.1.75:5060
  117. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  118. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  119. CSeq: 1 SUBSCRIBE.
  120. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  121. To: <sip:+918978982477@192.168.1.75>.
  122. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-c2adc246f1d0e0d5ffc1d109c4b1e60f.
  123. Max-Forwards: 70.
  124. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  125. User-Agent: Jitsi2.5.5065Linux.
  126. Event: presence.
  127. Accept: application/pidf+xml.
  128. Expires: 3600.
  129. Content-Length: 0.
  130. .
  131.  
  132.  
  133. U 192.168.1.75:5060 -> 192.168.1.100:50885
  134. SIP/2.0 100 trying.
  135. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  136. CSeq: 1 SUBSCRIBE.
  137. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  138. To: <sip:+918978982477@192.168.1.75>.
  139. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-c2adc246f1d0e0d5ffc1d109c4b1e60f.
  140. Server: Talkjockey SIP proxy.
  141. Content-Length: 0.
  142. .
  143.  
  144.  
  145. U 192.168.1.75:5060 -> 192.168.1.100:50885
  146. SIP/2.0 200 OK.
  147. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  148. CSeq: 1 SUBSCRIBE.
  149. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  150. To: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  151. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-c2adc246f1d0e0d5ffc1d109c4b1e60f.
  152. Expires: 3600.
  153. Contact: <sip:192.168.1.75:5060>.
  154. Server: Talkjockey SIP proxy.
  155. Content-Length: 0.
  156. .
  157.  
  158.  
  159. U 192.168.1.75:5060 -> 192.168.1.100:50885
  160. NOTIFY sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  161. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKbc1d.283a3321.0.
  162. To: <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  163. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  164. CSeq: 1 NOTIFY.
  165. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  166. Max-Forwards: 70.
  167. Content-Length: 0.
  168. User-Agent: Talkjockey.
  169. Event: presence.The most simple configuration is a presence server without privacy rules, when anybody is allowed to see the presence status of anybody and there is no need for an xcap server. In this case the xcap part disappears from the scheme.. This mode of operation is configured by setting the flag force_active which is a module parameter for presence_xml module.
  170. You can see a configuration file example for this case here.
  171. Contact: <sip:192.168.1.75:5060>.
  172. Subscription-State: active;expires=3600.
  173. .
  174.  
  175.  
  176. U 192.168.1.100:50885 -> 192.168.1.75:5060
  177. SUBSCRIBE sip:+918019613712@192.168.1.75 SIP/2.0.
  178. Call-ID: 3e612e5e0cdacd9908b128e312cb7597@0:0:0:0:0:0:0:0.
  179. CSeq: 1 SUBSCRIBE.
  180. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=18b2fa76.
  181. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  182. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-6dc301fb91be3cfdf1d8e6dbaa23b7b8.
  183. Max-Forwards: 70.
  184. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  185. User-Agent: Jitsi2.5.5065Linux.
  186. Event: presence.winfo.
  187. Accept: application/watcherinfo+xml.
  188. Expires: 3600.
  189. Content-Length: 0.
  190. .
  191.  
  192.  
  193. U 192.168.1.75:5060 -> 192.168.1.100:50885
  194. SIP/2.0 100 trying.
  195. Call-ID: 3e612e5e0cdacd9908b128e312cb7597@0:0:0:0:0:0:0:0.
  196. CSeq: 1 SUBSCRIBE.
  197. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=18b2fa76.
  198. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  199. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-6dc301fb91be3cfdf1d8e6dbaa23b7b8.
  200. Server: Talkjockey SIP proxy.
  201. Content-Length: 0.
  202. .
  203.  
  204.  
  205. U 192.168.1.75:5060 -> 192.168.1.100:50885
  206. SIP/2.0 200 OK.
  207. Call-ID: 3e612e5e0cdacd9908b128e312cb7597@0:0:0:0:0:0:0:0.
  208. CSeq: 1 SUBSCRIBE.
  209. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=18b2fa76.
  210. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-dbe4.
  211. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-6dc301fb91be3cfdf1d8e6dbaa23b7b8.
  212. Expires: 3600.
  213. Contact: <sip:192.168.1.75:5060>.
  214. Server: Talkjockey SIP proxy.
  215. Content-Length: 0.
  216. .
  217.  
  218.  
  219. U 192.168.1.75:5060 -> 192.168.1.100:50885
  220. NOTIFY sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  221. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKe6df.8e49d0a6.0.
  222. To: <sip:+918019613712@192.168.1.75>;tag=18b2fa76.
  223. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-dbe4.
  224. CSeq: 1 NOTIFY.
  225. Call-ID: 3e612e5e0cdacd9908b128e312cb7597@0:0:0:0:0:0:0:0.
  226. Max-Forwards: 70.
  227. Content-Length: 194.
  228. User-Agent: Talkjockey.
  229. Event: presence.winfo.
  230. Contact: <sip:192.168.1.75:5060>.
  231. Subscription-State: active;expires=3600.
  232. Content-Type: application/watcherinfo+xml.
  233. .
  234. <?xml version="1.0"?>
  235. <watcherinfo xmlns="urn:ietf:params:xml:ns:watcherinfo" version="0" state="full"><watcher-list resource="sip:+918019613712@192.168.1.75" package="presence"/></watcherinfo>
  236.  
  237.  
  238. U 192.168.1.100:50885 -> 192.168.1.75:5060
  239. SUBSCRIBE sip:+918019613712@192.168.1.75 SIP/2.0.
  240. Call-ID: cc04ce55d4b1ad040981beedafb2bffc@0:0:0:0:0:0:0:0.
  241. CSeq: 1 SUBSCRIBE.
  242. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=43f2e373.
  243. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  244. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-d4c2475a8969ac14ef14c4a273968d37.
  245. Max-Forwards: 70.
  246. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  247. User-Agent: Jitsi2.5.5065Linux.
  248. Event: message-summary.
  249. Accept: application/simple-message-summary.
  250. Expires: 3600.
  251. Content-Length: 0.
  252. .
  253.  
  254.  
  255. U 192.168.1.75:5060 -> 192.168.1.100:50885
  256. SIP/2.0 100 trying.
  257. Call-ID: cc04ce55d4b1ad040981beedafb2bffc@0:0:0:0:0:0:0:0.
  258. CSeq: 1 SUBSCRIBE.
  259. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=43f2e373.
  260. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  261. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-d4c2475a8969ac14ef14c4a273968d37.
  262. Server: Talkjockey SIP proxy.
  263. Content-Length: 0.
  264. .
  265.  
  266.  
  267. U 192.168.1.75:5060 -> 192.168.1.100:50885
  268. SIP/2.0 200 OK.
  269. Call-ID: cc04ce55d4b1ad040981beedafb2bffc@0:0:0:0:0:0:0:0.
  270. CSeq: 1 SUBSCRIBE.
  271. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=43f2e373.
  272. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-cbf0.
  273. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-d4c2475a8969ac14ef14c4a273968d37.
  274. Expires: 3600.
  275. Contact: <sip:192.168.1.75:5060>.
  276. Server: Talkjockey SIP proxy.
  277. Content-Length: 0.
  278. .
  279.  
  280.  
  281. U 192.168.1.75:5060 -> 192.168.1.100:50885
  282. NOTIFY sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  283. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK6bcf.32b6edc2.0.
  284. To: <sip:+918019613712@192.168.1.75>;tag=43f2e373.
  285. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-cbf0.
  286. CSeq: 1 NOTIFY.
  287. Call-ID: cc04ce55d4b1ad040981beedafb2bffc@0:0:0:0:0:0:0:0.
  288. Max-Forwards: 70.
  289. Content-Length: 0.
  290. User-Agent: Talkjockey.
  291. Event: message-summary.
  292. Contact: <sip:192.168.1.75:5060>.
  293. Subscription-State: active;expires=3600.
  294. .
  295.  
  296.  
  297. U 192.168.1.100:50885 -> 192.168.1.75:5060
  298. SIP/2.0 200 OK.
  299. To: <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  300. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKbc1d.283a3321.0.
  301. CSeq: 1 NOTIFY.
  302. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  303. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  304. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  305. User-Agent: Jitsi2.5.5065Linux.
  306. Content-Length: 0.
  307. .
  308.  
  309.  
  310. U 192.168.1.100:50885 -> 192.168.1.75:5060
  311. SIP/2.0 200 OK.
  312. To: <sip:+918019613712@192.168.1.75>;tag=43f2e373.
  313. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK6bcf.32b6edc2.0.
  314. CSeq: 1 NOTIFY.
  315. Call-ID: cc04ce55d4b1ad040981beedafb2bffc@0:0:0:0:0:0:0:0.
  316. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-cbf0.
  317. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  318. User-Agent: Jitsi2.5.5065Linux.
  319. Content-Length: 0.
  320. .
  321.  
  322.  
  323. U 192.168.1.100:50885 -> 192.168.1.75:5060
  324. SIP/2.0 200 OK.
  325. To: <sip:+918019613712@192.168.1.75>;tag=18b2fa76.
  326. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKe6df.8e49d0a6.0.
  327. CSeq: 1 NOTIFY.
  328. Call-ID: 3e612e5e0cdacd9908b128e312cb7597@0:0:0:0:0:0:0:0.
  329. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-dbe4.
  330. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  331. User-Agent: Jitsi2.5.5065Linux.
  332. Content-Length: 0.
  333. .
  334.  
  335.  
  336. U 192.168.1.100:50885 -> 192.168.1.75:5060
  337. OPTIONS sip:192.168.1.75 SIP/2.0.
  338. Call-ID: 11515fcad33b8898cad4c68c2d43c684@0:0:0:0:0:0:0:0.
  339. CSeq: 1 OPTIONS.
  340. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=7e9c1443.
  341. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  342. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-852f968762f1680a14f1de89b8af6ad6.
  343. Max-Forwards: 70.
  344. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  345. User-Agent: Jitsi2.5.5065Linux.
  346. Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
  347. Allow-Events: refer.
  348. Content-Length: 0.
  349. .
  350.  
  351.  
  352. U 192.168.1.75:5060 -> 192.168.1.100:50885
  353. SIP/2.0 200 ok.
  354. Call-ID: 11515fcad33b8898cad4c68c2d43c684@0:0:0:0:0:0:0:0.
  355. CSeq: 1 OPTIONS.
  356. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=7e9c1443.
  357. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.940d.
  358. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-852f968762f1680a14f1de89b8af6ad6.
  359. Server: Talkjockey SIP proxy.
  360. Content-Length: 0.
  361. .
  362.  
  363.  
  364. U 192.168.1.100:50885 -> 192.168.1.75:5060
  365. PUBLISH sip:+918019613712@192.168.1.75 SIP/2.0.
  366. Call-ID: 40efe1f8dd345ee0926535c1f1869fb6@0:0:0:0:0:0:0:0.
  367. CSeq: 1 PUBLISH.
  368. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=25505759.
  369. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  370. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-4f88176b26dac434c71d4a6915fca3c2.
  371. Max-Forwards: 70.
  372. Content-Type: application/pidf+xml.
  373. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  374. User-Agent: Jitsi2.5.5065Linux.
  375. Expires: 3600.
  376. Event: presence.
  377. Content-Length: 429.
  378. .
  379. <?xml version="1.0" encoding="UTF-8" standalone="no"?><presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="sip:+918019613712@192.168.1.75"><dm:person id="p1280"><rpid:activities/></dm:person><tuple id="t6776"><status><basic>open</basic></status><contact>sip:+918019613712@192.168.1.75</contact><note>Online</note></tuple></presence>
  380.  
  381. U 192.168.1.75:5060 -> 192.168.1.100:50885
  382. SIP/2.0 100 trying.
  383. Call-ID: 40efe1f8dd345ee0926535c1f1869fb6@0:0:0:0:0:0:0:0.
  384. CSeq: 1 PUBLISH.
  385. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=25505759.
  386. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  387. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-4f88176b26dac434c71d4a6915fca3c2.
  388. Server: Talkjockey SIP proxy.
  389. Content-Length: 0.
  390. .
  391.  
  392.  
  393. U 192.168.1.75:5060 -> 192.168.1.100:50885
  394. SIP/2.0 200 OK.
  395. Call-ID: 40efe1f8dd345ee0926535c1f1869fb6@0:0:0:0:0:0:0:0.
  396. CSeq: 1 PUBLISH.
  397. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=25505759.
  398. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-d65f.
  399. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-4f88176b26dac434c71d4a6915fca3c2.
  400. Expires: 3600.
  401. SIP-ETag: a.1405501746.28926.2.0.
  402. Server: Talkjockey SIP proxy.
  403. Content-Length: 0.
  404.  
  405. ============================================================================================================================================
  406. Now User 1 is online Subscribed to User2 but User2 is offline..
  407. ===================================================================================================================================
  408.  
  409. Now User2 Registrating to Proxy and coming to online,
  410. ==================================================================================================================================
  411. Steps :
  412. -> User 2 Registrating to Proxy.
  413. -> User 2 Sending Publish Message.
  414. -> User 1 get Notify User1 about User 2 Status.
  415. -> User2 Subscribes Himself...
  416.         Event : Presence.winfo
  417.         Accept: application/Watcherinfo+xml
  418. -> User 2 Get Notify with Body and Subscription state.
  419. -> User 2 Subscribes Himself with
  420.         Event Mesage-Summery.
  421.         Accept : application/simple message summery
  422. -> Server gives one Nofity to user2 with subscribtion state.
  423. -> user2 Publish his state again => Optional
  424. -> THen Finally User1 gets one Notify from User2 with Final Subscribtion
  425. ===================================================================================================================================
  426.  
  427. U 192.168.1.100:50885 -> 192.168.1.75:5060
  428. REGISTER sip:192.168.1.75 SIP/2.0.
  429. Call-ID: 2adb9e5b0ddcc52fe018a626df0c901e@0:0:0:0:0:0:0:0.
  430. CSeq: 1 REGISTER.
  431. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=36d10b52.
  432. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  433. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-4412d25de60aaeabebbef48a956a041b.
  434. Max-Forwards: 70.
  435. User-Agent: Jitsi2.5.5065Linux.
  436. Expires: 600.
  437. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>;expires=600.
  438. Content-Length: 0.
  439. .
  440.  
  441.  
  442. U 192.168.1.75:5060 -> 192.168.1.100:50885
  443. SIP/2.0 401 Unauthorized.
  444. Call-ID: 2adb9e5b0ddcc52fe018a626df0c901e@0:0:0:0:0:0:0:0.
  445. CSeq: 1 REGISTER.
  446. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=36d10b52.
  447. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.d744.
  448. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-4412d25de60aaeabebbef48a956a041b.
  449. WWW-Authenticate: Digest realm="192.168.1.75", nonce="53c645ea00000014d261736e17d513cc6de0dd3a6657b84d".
  450. Server: Talkjockey SIP proxy.
  451. Content-Length: 0.
  452. .
  453.  
  454.  
  455. U 192.168.1.100:50885 -> 192.168.1.75:5060
  456. REGISTER sip:192.168.1.75 SIP/2.0.
  457. Call-ID: 2adb9e5b0ddcc52fe018a626df0c901e@0:0:0:0:0:0:0:0.
  458. CSeq: 2 REGISTER.
  459. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=36d10b52.
  460. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  461. Max-Forwards: 70.
  462. User-Agent: Jitsi2.5.5065Linux.
  463. Expires: 600.
  464. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>;expires=600.
  465. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-49e0e680bb23af9bd2a701a137905815.
  466. Authorization: Digest username="+918978982477",realm="192.168.1.75",nonce="53c645ea00000014d261736e17d513cc6de0dd3a6657b84d",uri="sip:192.168.1.75",response="5f6b7ca8cbb00950574702b4f128f006".
  467. Content-Length: 0.
  468. .
  469.  
  470.  
  471. U 192.168.1.75:5060 -> 192.168.1.75:5060
  472. PUBLISH sip:+918978982477@192.168.1.75 SIP/2.0.
  473. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK06b8.cba45c64.0.
  474. To: sip:+918978982477@192.168.1.75.
  475. From: <sip:+918978982477@192.168.1.75>;tag=d5c330f768399038fb776a7326c41a28-1a7f.
  476. CSeq: 10 PUBLISH.
  477. Call-ID: 4b438957142b9438-28928@192.168.1.75.
  478. Max-Forwards: 70.
  479. Content-Length: 327.
  480. User-Agent: Talkjockey.
  481. Event: presence.
  482. Expires: 601.
  483. Content-Type: application/pidf+xml.
  484. .
  485. <?xml version="1.0"?>
  486. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" xmlns:c="urn:ietf:params:xml:ns:pidf:cipid" entity="+918978982477@192.168.1.75"><tuple id="0x7fffbefb3be0"><status><basic>open</basic></status></tuple></presence>
  487.  
  488.  
  489. U 192.168.1.75:5060 -> 192.168.1.75:5060
  490. SIP/2.0 100 trying.
  491. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK06b8.cba45c64.0.
  492. To: sip:+918978982477@192.168.1.75.
  493. From: <sip:+918978982477@192.168.1.75>;tag=d5c330f768399038fb776a7326c41a28-1a7f.
  494. CSeq: 10 PUBLISH.
  495. Call-ID: 4b438957142b9438-28928@192.168.1.75.
  496. Server: Talkjockey SIP proxy.
  497. Content-Length: 0.
  498. .
  499.  
  500.  
  501. U 192.168.1.75:5060 -> 192.168.1.75:5060
  502. SIP/2.0 200 OK.
  503. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK06b8.cba45c64.0.
  504. To: sip:+918978982477@192.168.1.75;tag=abc6b271e5e951084250cd3bfce809c2-0f7e.
  505. From: <sip:+918978982477@192.168.1.75>;tag=d5c330f768399038fb776a7326c41a28-1a7f.
  506. CSeq: 10 PUBLISH.
  507. Call-ID: 4b438957142b9438-28928@192.168.1.75.
  508. Expires: 601.
  509. SIP-ETag: a.1405501746.28926.6.0.
  510. Server: Talkjockey SIP proxy.
  511. Content-Length: 0.
  512. .
  513.  
  514.  
  515. U 192.168.1.75:5060 -> 192.168.1.100:50885
  516. SIP/2.0 200 OK.
  517. Call-ID: 2adb9e5b0ddcc52fe018a626df0c901e@0:0:0:0:0:0:0:0.
  518. CSeq: 2 REGISTER.
  519. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=36d10b52.
  520. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.df74.
  521. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-49e0e680bb23af9bd2a701a137905815.
  522. Contact: <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>;expires=600.
  523. Server: Talkjockey SIP proxy.
  524. Content-Length: 0.
  525. .
  526.  
  527.  
  528. U 192.168.1.75:5060 -> 192.168.1.100:50885
  529. NOTIFY sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  530. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK8c1d.c5d33e45.0.
  531. To: <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  532. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  533. CSeq: 2 NOTIFY.
  534. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  535. Max-Forwards: 70.
  536. Content-Length: 227.
  537. User-Agent: Talkjockey.
  538. Event: presence.
  539. Contact: <sip:192.168.1.75:5060>.
  540. Subscription-State: active;expires=2484.
  541. Content-Type: application/pidf+xml.
  542. .
  543. <?xml version="1.0"?>
  544. <presence xmlns="urn:ietf:params:xml:ns:pidf" entity="sip:+918978982477@192.168.1.75"><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="0x7fffbefb3be0"><status><basic>open</basic></status></tuple></presence>
  545.  
  546.  
  547. U 192.168.1.100:50885 -> 192.168.1.75:5060
  548. SIP/2.0 200 OK.
  549. To: <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  550. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK8c1d.c5d33e45.0.
  551. CSeq: 2 NOTIFY.
  552. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  553. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  554. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  555. User-Agent: Jitsi2.5.5065Linux.
  556. Content-Length: 0.
  557. .
  558.  
  559.  
  560. U 192.168.1.100:50885 -> 192.168.1.75:5060
  561. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  562. Call-ID: e86ed319dbf44ff57830b3d4b0c25879@0:0:0:0:0:0:0:0.
  563. CSeq: 1 SUBSCRIBE.
  564. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=22c026e0.
  565. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  566. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-2b07ca73e5c9e57dfb9f9f5cf93558fe.
  567. Max-Forwards: 70.
  568. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  569. User-Agent: Jitsi2.5.5065Linux.
  570. Event: presence.winfo.
  571. Accept: application/watcherinfo+xml.
  572. Expires: 3600.
  573. Content-Length: 0.
  574. .
  575.  
  576.  
  577. U 192.168.1.75:5060 -> 192.168.1.100:50885
  578. SIP/2.0 100 trying.
  579. Call-ID: e86ed319dbf44ff57830b3d4b0c25879@0:0:0:0:0:0:0:0.
  580. CSeq: 1 SUBSCRIBE.
  581. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=22c026e0.
  582. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  583. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-2b07ca73e5c9e57dfb9f9f5cf93558fe.
  584. Server: Talkjockey SIP proxy.
  585. Content-Length: 0.
  586. .
  587.  
  588.  
  589. U 192.168.1.75:5060 -> 192.168.1.100:50885
  590. SIP/2.0 200 OK.
  591. Call-ID: e86ed319dbf44ff57830b3d4b0c25879@0:0:0:0:0:0:0:0.
  592. CSeq: 1 SUBSCRIBE.
  593. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=22c026e0.
  594. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-179b.
  595. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-2b07ca73e5c9e57dfb9f9f5cf93558fe.
  596. Expires: 3600.
  597. Contact: <sip:192.168.1.75:5060>.
  598. Server: Talkjockey SIP proxy.
  599. Content-Length: 0.
  600. .
  601.  
  602.  
  603. U 192.168.1.75:5060 -> 192.168.1.100:50885
  604. NOTIFY sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  605. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKed3e.0c50eba5.0.
  606. To: <sip:+918978982477@192.168.1.75>;tag=22c026e0.
  607. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-179b.
  608. CSeq: 1 NOTIFY.
  609. Call-ID: e86ed319dbf44ff57830b3d4b0c25879@0:0:0:0:0:0:0:0.
  610. Max-Forwards: 70.
  611. Content-Length: 345.
  612. User-Agent: Talkjockey.
  613. Event: presence.winfo.
  614. Contact: <sip:192.168.1.75:5060>.
  615. Subscription-State: active;expires=3600.
  616. Content-Type: application/watcherinfo+xml.
  617. .
  618. <?xml version="1.0"?>
  619. <watcherinfo xmlns="urn:ietf:params:xml:ns:watcherinfo" version="0" state="full"><watcher-list resource="sip:+918978982477@192.168.1.75" package="presence"><watcher id="b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0" event="subscribe" status="active">sip:+918019613712@192.168.1.75</watcher></watcher-list></watcherinfo>
  620.  
  621.  
  622. U 192.168.1.100:50885 -> 192.168.1.75:5060
  623. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  624. Call-ID: a3f14f18699db77d2e9c08d6e944528e@0:0:0:0:0:0:0:0.
  625. CSeq: 1 SUBSCRIBE.
  626. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=7432a082.
  627. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  628. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-aaa36b065f9168ec52a3b1c4b19bec14.
  629. Max-Forwards: 70.
  630. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  631. User-Agent: Jitsi2.5.5065Linux.
  632. Event: message-summary.
  633. Accept: application/simple-message-summary.
  634. Expires: 3600.
  635. Content-Length: 0.
  636. .
  637.  
  638.  
  639. U 192.168.1.75:5060 -> 192.168.1.100:50885
  640. SIP/2.0 100 trying.
  641. Call-ID: a3f14f18699db77d2e9c08d6e944528e@0:0:0:0:0:0:0:0.
  642. CSeq: 1 SUBSCRIBE.
  643. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=7432a082.
  644. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  645. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-aaa36b065f9168ec52a3b1c4b19bec14.
  646. Server: Talkjockey SIP proxy.
  647. Content-Length: 0.
  648. .
  649.  
  650.  
  651. U 192.168.1.75:5060 -> 192.168.1.100:50885
  652. SIP/2.0 200 OK.
  653. Call-ID: a3f14f18699db77d2e9c08d6e944528e@0:0:0:0:0:0:0:0.
  654. CSeq: 1 SUBSCRIBE.
  655. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=7432a082.
  656. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-3950.
  657. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-aaa36b065f9168ec52a3b1c4b19bec14.
  658. Expires: 3600.
  659. Contact: <sip:192.168.1.75:5060>.
  660. Server: Talkjockey SIP proxy.
  661. Content-Length: 0.
  662. .
  663.  
  664.  
  665. U 192.168.1.75:5060 -> 192.168.1.100:50885
  666. NOTIFY sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  667. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK253b.78f70672.0.
  668. To: <sip:+918978982477@192.168.1.75>;tag=7432a082.
  669. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-3950.
  670. CSeq: 1 NOTIFY.
  671. Call-ID: a3f14f18699db77d2e9c08d6e944528e@0:0:0:0:0:0:0:0.
  672. Max-Forwards: 70.
  673. Content-Length: 0.
  674. User-Agent: Talkjockey.
  675. Event: message-summary.
  676. Contact: <sip:192.168.1.75:5060>.
  677. Subscription-State: active;expires=3600.
  678. .
  679.  
  680.  
  681. U 192.168.1.100:50885 -> 192.168.1.75:5060
  682. SIP/2.0 200 OK.
  683. To: <sip:+918978982477@192.168.1.75>;tag=22c026e0.
  684. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKed3e.0c50eba5.0.
  685. CSeq: 1 NOTIFY.
  686. Call-ID: e86ed319dbf44ff57830b3d4b0c25879@0:0:0:0:0:0:0:0.
  687. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-179b.
  688. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  689. User-Agent: Jitsi2.5.5065Linux.
  690. Content-Length: 0.
  691. .
  692.  
  693.  
  694. U 192.168.1.100:50885 -> 192.168.1.75:5060
  695. OPTIONS sip:192.168.1.75 SIP/2.0.
  696. Call-ID: 7bfa0a23f125ac31ec7f60a635ca9918@0:0:0:0:0:0:0:0.
  697. CSeq: 1 OPTIONS.
  698. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=b2287acd.
  699. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  700. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-9f5abed6882929d51654ece7a9f62679.
  701. Max-Forwards: 70.
  702. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  703. User-Agent: Jitsi2.5.5065Linux.
  704. Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
  705. Allow-Events: refer.
  706. Content-Length: 0.
  707. .
  708.  
  709.  
  710. U 192.168.1.75:5060 -> 192.168.1.100:50885
  711. SIP/2.0 200 ok.
  712. Call-ID: 7bfa0a23f125ac31ec7f60a635ca9918@0:0:0:0:0:0:0:0.
  713. CSeq: 1 OPTIONS.
  714. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=b2287acd.
  715. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.14ff.
  716. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-9f5abed6882929d51654ece7a9f62679.
  717. Server: Talkjockey SIP proxy.
  718. Content-Length: 0.
  719. .
  720.  
  721.  
  722. U 192.168.1.100:50885 -> 192.168.1.75:5060
  723. SIP/2.0 200 OK.
  724. To: <sip:+918978982477@192.168.1.75>;tag=7432a082.
  725. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK253b.78f70672.0.
  726. CSeq: 1 NOTIFY.
  727. Call-ID: a3f14f18699db77d2e9c08d6e944528e@0:0:0:0:0:0:0:0.
  728. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-3950.
  729. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  730. User-Agent: Jitsi2.5.5065Linux.
  731. Content-Length: 0.
  732. .
  733.  
  734.  
  735. U 192.168.1.100:50885 -> 192.168.1.75:5060
  736. PUBLISH sip:+918978982477@192.168.1.75 SIP/2.0.
  737. Call-ID: cd2bf7e6a62f27d70d4beb6efc4cc42b@0:0:0:0:0:0:0:0.
  738. CSeq: 2 PUBLISH.
  739. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=78e2fd3a.
  740. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  741. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-d08caf66c25ee3e3aa50042aebe1a170.
  742. Max-Forwards: 70.
  743. Content-Type: application/pidf+xml.
  744. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  745. User-Agent: Jitsi2.5.5065Linux.
  746. Expires: 3600.
  747. Event: presence.
  748. Content-Length: 429.
  749. .
  750. <?xml version="1.0" encoding="UTF-8" standalone="no"?><presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="sip:+918978982477@192.168.1.75"><dm:person id="p1280"><rpid:activities/></dm:person><tuple id="t6776"><status><basic>open</basic></status><contact>sip:+918978982477@192.168.1.75</contact><note>Online</note></tuple></presence>
  751.  
  752. U 192.168.1.75:5060 -> 192.168.1.100:50885
  753. SIP/2.0 100 trying.
  754. Call-ID: cd2bf7e6a62f27d70d4beb6efc4cc42b@0:0:0:0:0:0:0:0.
  755. CSeq: 2 PUBLISH.
  756. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=78e2fd3a.
  757. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  758. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-d08caf66c25ee3e3aa50042aebe1a170.
  759. Server: Talkjockey SIP proxy.
  760. Content-Length: 0.
  761. .
  762.  
  763.  
  764. U 192.168.1.75:5060 -> 192.168.1.100:50885
  765. SIP/2.0 200 OK.
  766. Call-ID: cd2bf7e6a62f27d70d4beb6efc4cc42b@0:0:0:0:0:0:0:0.
  767. CSeq: 2 PUBLISH.
  768. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=78e2fd3a.
  769. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-3ab4.
  770. Via: SIP/2.0/UDP 192.168.1.100:50885;branch=z9hG4bK-323733-d08caf66c25ee3e3aa50042aebe1a170.
  771. Expires: 3600.
  772. SIP-ETag: a.1405501746.28928.8.0.
  773. Server: Talkjockey SIP proxy.
  774. Content-Length: 0.
  775. .
  776.  
  777.  
  778. U 192.168.1.75:5060 -> 192.168.1.100:50885
  779. NOTIFY sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  780. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK9c1d.f6990db7.0.
  781. To: <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  782. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  783. CSeq: 3 NOTIFY.
  784. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  785. Max-Forwards: 70.
  786. Content-Length: 541.
  787. User-Agent: Talkjockey.
  788. Event: presence.
  789. Contact: <sip:192.168.1.75:5060>.
  790. Subscription-State: active;expires=2484.
  791. Content-Type: application/pidf+xml.
  792. .
  793. <?xml version="1.0"?>
  794. <presence xmlns="urn:ietf:params:xml:ns:pidf" entity="sip:+918978982477@192.168.1.75"><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t6776"><status><basic>open</basic></status><contact>sip:+918978982477@192.168.1.75</contact><note>Online</note></tuple><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="0x7fffbefb3be0"><status><basic>open</basic></status></tuple><dm:person xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" id="p1280"><rpid:activities/></dm:person></presence>
  795.  
  796.  
  797. U 192.168.1.100:50885 -> 192.168.1.75:5060
  798. SIP/2.0 200 OK.
  799. To: <sip:+918019613712@192.168.1.75>;tag=c83f94d5.
  800. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK9c1d.f6990db7.0.
  801. CSeq: 3 NOTIFY.
  802. Call-ID: b3266e2b7596a7a0bf69b068631cd3db@0:0:0:0:0:0:0:0.
  803. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-7e09.
  804. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:50885;transport=udp;registering_acc=192_168_1_75>.
  805. User-Agent: Jitsi2.5.5065Linux.
  806. Content-Length: 0.
  807. .
  808. =============================================================================================================================
  809.  
  810. ==============================================================================================================================
  811.                         TRACE WITH OUT pua_set_publish
  812. ===============================================================================================================================
  813. U 192.168.1.100:36143 -> 192.168.1.75:5060
  814. REGISTER sip:192.168.1.75 SIP/2.0.
  815. Call-ID: dd153f9d8c4aeec2d683f7cf545dcc45@0:0:0:0:0:0:0:0.
  816. CSeq: 1 REGISTER.
  817. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=faee71ed.
  818. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  819. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-d9293bd714ce15da12e2445678ae0cbe.
  820. Max-Forwards: 70.
  821. User-Agent: Jitsi2.5.5065Linux.
  822. Expires: 600.
  823. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  824. Content-Length: 0.
  825. .
  826.  
  827.  
  828. U 192.168.1.75:5060 -> 192.168.1.100:36143
  829. SIP/2.0 401 Unauthorized.
  830. Call-ID: dd153f9d8c4aeec2d683f7cf545dcc45@0:0:0:0:0:0:0:0.
  831. CSeq: 1 REGISTER.
  832. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=faee71ed.
  833. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.a59b.
  834. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-d9293bd714ce15da12e2445678ae0cbe.
  835. WWW-Authenticate: Digest realm="192.168.1.75", nonce="53c65ede0000000294f7582b515409e35f8e9056ac85885c".
  836. Server: Talkjockey SIP proxy.
  837. Content-Length: 0.
  838. .
  839.  
  840.  
  841. U 192.168.1.100:36143 -> 192.168.1.75:5060
  842. REGISTER sip:192.168.1.75 SIP/2.0.
  843. Call-ID: dd153f9d8c4aeec2d683f7cf545dcc45@0:0:0:0:0:0:0:0.
  844. CSeq: 2 REGISTER.
  845. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=faee71ed.
  846. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  847. Max-Forwards: 70.
  848. User-Agent: Jitsi2.5.5065Linux.
  849. Expires: 600.
  850. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  851. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-950aee70522438fce7d0043cc6466fc6.
  852. Authorization: Digest username="+918019613712",realm="192.168.1.75",nonce="53c65ede0000000294f7582b515409e35f8e9056ac85885c",uri="sip:192.168.1.75",response="58bdce091a63265c93fe157873003eca".
  853. Content-Length: 0.
  854. .
  855.  
  856.  
  857. U 192.168.1.75:5060 -> 192.168.1.100:36143
  858. SIP/2.0 200 OK.
  859. Call-ID: dd153f9d8c4aeec2d683f7cf545dcc45@0:0:0:0:0:0:0:0.
  860. CSeq: 2 REGISTER.
  861. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=faee71ed.
  862. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.1f45.
  863. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-950aee70522438fce7d0043cc6466fc6.
  864. Contact: <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  865. Server: Talkjockey SIP proxy.
  866. Content-Length: 0.
  867. .
  868.  
  869.  
  870. U 192.168.1.100:36143 -> 192.168.1.75:5060
  871. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  872. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  873. CSeq: 1 SUBSCRIBE.
  874. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=35711d15.
  875. To: <sip:+918978982477@192.168.1.75>.
  876. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-6438dede8f91955dabe5e32292dbe613.
  877. Max-Forwards: 70.
  878. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  879. User-Agent: Jitsi2.5.5065Linux.
  880. Event: presence.
  881. Accept: application/pidf+xml.
  882. Expires: 3600.
  883. Content-Length: 0.
  884. .
  885.  
  886.  
  887. U 192.168.1.75:5060 -> 192.168.1.100:36143
  888. SIP/2.0 100 trying.
  889. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  890. CSeq: 1 SUBSCRIBE.
  891. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=35711d15.
  892. To: <sip:+918978982477@192.168.1.75>.
  893. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-6438dede8f91955dabe5e32292dbe613.
  894. Server: Talkjockey SIP proxy.
  895. Content-Length: 0.
  896. .
  897.  
  898.  
  899. U 192.168.1.75:5060 -> 192.168.1.100:36143
  900. SIP/2.0 200 OK.
  901. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  902. CSeq: 1 SUBSCRIBE.
  903. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=35711d15.
  904. To: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  905. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-6438dede8f91955dabe5e32292dbe613.
  906. Expires: 3600.
  907. Contact: <sip:192.168.1.75:5060>.
  908. Server: Talkjockey SIP proxy.
  909. Content-Length: 0.
  910. .
  911.  
  912.  
  913. U 192.168.1.100:36143 -> 192.168.1.75:5060
  914. SUBSCRIBE sip:+918019613712@192.168.1.75 SIP/2.0.
  915. Call-ID: 1844cec2c962da28e6b623e54ce9873f@0:0:0:0:0:0:0:0.
  916. CSeq: 1 SUBSCRIBE.
  917. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=2e811f6c.
  918. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  919. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-fe400480409c6fb22f5c093df70f69da.
  920. Max-Forwards: 70.
  921. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  922. User-Agent: Jitsi2.5.5065Linux.
  923. Event: presence.winfo.
  924. Accept: application/watcherinfo+xml.
  925. Expires: 3600.
  926. Content-Length: 0.
  927. .
  928.  
  929.  
  930. U 192.168.1.75:5060 -> 192.168.1.100:36143
  931. SIP/2.0 100 trying.
  932. Call-ID: 1844cec2c962da28e6b623e54ce9873f@0:0:0:0:0:0:0:0.
  933. CSeq: 1 SUBSCRIBE.
  934. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=2e811f6c.
  935. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  936. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-fe400480409c6fb22f5c093df70f69da.
  937. Server: Talkjockey SIP proxy.
  938. Content-Length: 0.
  939. .
  940.  
  941.  
  942. U 192.168.1.75:5060 -> 192.168.1.100:36143
  943. SIP/2.0 200 OK.
  944. Call-ID: 1844cec2c962da28e6b623e54ce9873f@0:0:0:0:0:0:0:0.
  945. CSeq: 1 SUBSCRIBE.
  946. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=2e811f6c.
  947. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-a172.
  948. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-fe400480409c6fb22f5c093df70f69da.
  949. Expires: 3600.
  950. Contact: <sip:192.168.1.75:5060>.
  951. Server: Talkjockey SIP proxy.
  952. Content-Length: 0.
  953. .
  954.  
  955.  
  956. U 192.168.1.75:5060 -> 192.168.1.100:36143
  957. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  958. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK4651.c17b3572.0.
  959. To: <sip:+918019613712@192.168.1.75>;tag=2e811f6c.
  960. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-a172.
  961. CSeq: 1 NOTIFY.
  962. Call-ID: 1844cec2c962da28e6b623e54ce9873f@0:0:0:0:0:0:0:0.
  963. Max-Forwards: 70.
  964. Content-Length: 194.
  965. User-Agent: Talkjockey.
  966. Event: presence.winfo.
  967. Contact: <sip:192.168.1.75:5060>.
  968. Subscription-State: active;expires=3600.
  969. Content-Type: application/watcherinfo+xml.
  970. .
  971. <?xml version="1.0"?>
  972. <watcherinfo xmlns="urn:ietf:params:xml:ns:watcherinfo" version="0" state="full"><watcher-list resource="sip:+918019613712@192.168.1.75" package="presence"/></watcherinfo>
  973.  
  974.  
  975. U 192.168.1.75:5060 -> 192.168.1.100:36143
  976. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  977. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKb776.7bc79982.0.
  978. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  979. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  980. CSeq: 1 NOTIFY.
  981. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  982. Max-Forwards: 70.
  983. Content-Length: 0.
  984. User-Agent: Talkjockey.
  985. Event: presence.
  986. Contact: <sip:192.168.1.75:5060>.
  987. Subscription-State: active;expires=3600.
  988. .
  989.  
  990.  
  991. U 192.168.1.100:36143 -> 192.168.1.75:5060
  992. SUBSCRIBE sip:+918019613712@192.168.1.75 SIP/2.0.
  993. Call-ID: 0fbc18c5142916ca0ecf707196d17bcf@0:0:0:0:0:0:0:0.
  994. CSeq: 1 SUBSCRIBE.
  995. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=5c838cca.
  996. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  997. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-c70910ad25b9bf875a1e29558e5d4510.
  998. Max-Forwards: 70.
  999. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1000. User-Agent: Jitsi2.5.5065Linux.
  1001. Event: message-summary.
  1002. Accept: application/simple-message-summary.
  1003. Expires: 3600.
  1004. Content-Length: 0.
  1005. .
  1006.  
  1007.  
  1008. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1009. SIP/2.0 100 trying.
  1010. Call-ID: 0fbc18c5142916ca0ecf707196d17bcf@0:0:0:0:0:0:0:0.
  1011. CSeq: 1 SUBSCRIBE.
  1012. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=5c838cca.
  1013. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  1014. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-c70910ad25b9bf875a1e29558e5d4510.
  1015. Server: Talkjockey SIP proxy.
  1016. Content-Length: 0.
  1017. .
  1018.  
  1019.  
  1020. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1021. SIP/2.0 200 OK.
  1022. Call-ID: 0fbc18c5142916ca0ecf707196d17bcf@0:0:0:0:0:0:0:0.
  1023. CSeq: 1 SUBSCRIBE.
  1024. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=5c838cca.
  1025. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-d3ab.
  1026. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-c70910ad25b9bf875a1e29558e5d4510.
  1027. Expires: 3600.
  1028. Contact: <sip:192.168.1.75:5060>.
  1029. Server: Talkjockey SIP proxy.
  1030. Content-Length: 0.
  1031. .
  1032.  
  1033.  
  1034. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1035. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1036. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK9f67.e0a12c46.0.
  1037. To: <sip:+918019613712@192.168.1.75>;tag=5c838cca.
  1038. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-d3ab.
  1039. CSeq: 1 NOTIFY.
  1040. Call-ID: 0fbc18c5142916ca0ecf707196d17bcf@0:0:0:0:0:0:0:0.
  1041. Max-Forwards: 70.
  1042. Content-Length: 0.
  1043. User-Agent: Talkjockey.
  1044. Event: message-summary.
  1045. Contact: <sip:192.168.1.75:5060>.
  1046. Subscription-State: active;expires=3600.
  1047. .
  1048.  
  1049.  
  1050. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1051. OPTIONS sip:192.168.1.75 SIP/2.0.
  1052. Call-ID: 50ca6f2ffff3cd7afdbfe15a8285b25c@0:0:0:0:0:0:0:0.
  1053. CSeq: 1 OPTIONS.
  1054. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=5e8bdc8b.
  1055. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  1056. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-848f1ebf4497f849491de9e23491177e.
  1057. Max-Forwards: 70.
  1058. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1059. User-Agent: Jitsi2.5.5065Linux.
  1060. Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
  1061. Allow-Events: refer.
  1062. Content-Length: 0.
  1063. .
  1064.  
  1065.  
  1066. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1067. SIP/2.0 200 ok.
  1068. Call-ID: 50ca6f2ffff3cd7afdbfe15a8285b25c@0:0:0:0:0:0:0:0.
  1069. CSeq: 1 OPTIONS.
  1070. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=5e8bdc8b.
  1071. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.5aab.
  1072. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-848f1ebf4497f849491de9e23491177e.
  1073. Server: Talkjockey SIP proxy.
  1074. Content-Length: 0.
  1075. .
  1076.  
  1077.  
  1078. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1079. SIP/2.0 200 OK.
  1080. To: <sip:+918019613712@192.168.1.75>;tag=2e811f6c.
  1081. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK4651.c17b3572.0.
  1082. CSeq: 1 NOTIFY.
  1083. Call-ID: 1844cec2c962da28e6b623e54ce9873f@0:0:0:0:0:0:0:0.
  1084. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-a172.
  1085. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1086. User-Agent: Jitsi2.5.5065Linux.
  1087. Content-Length: 0.
  1088. .
  1089.  
  1090.  
  1091. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1092. SIP/2.0 200 OK.
  1093. To: <sip:+918019613712@192.168.1.75>;tag=5c838cca.
  1094. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK9f67.e0a12c46.0.
  1095. CSeq: 1 NOTIFY.
  1096. Call-ID: 0fbc18c5142916ca0ecf707196d17bcf@0:0:0:0:0:0:0:0.
  1097. From: <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-d3ab.
  1098. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1099. User-Agent: Jitsi2.5.5065Linux.
  1100. Content-Length: 0.
  1101. .
  1102.  
  1103.  
  1104. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1105. SIP/2.0 200 OK.
  1106. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1107. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKb776.7bc79982.0.
  1108. CSeq: 1 NOTIFY.
  1109. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1110. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1111. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1112. User-Agent: Jitsi2.5.5065Linux.
  1113. Content-Length: 0.
  1114. .
  1115.  
  1116.  
  1117. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1118. PUBLISH sip:+918019613712@192.168.1.75 SIP/2.0.
  1119. Call-ID: 5708cd5c4cc00a4f63caf2e8c13e31a3@0:0:0:0:0:0:0:0.
  1120. CSeq: 1 PUBLISH.
  1121. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d4003bdd.
  1122. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  1123. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-a71ea192d04bb7714c2bfced77c85cb7.
  1124. Max-Forwards: 70.
  1125. Content-Type: application/pidf+xml.
  1126. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1127. User-Agent: Jitsi2.5.5065Linux.
  1128. Expires: 3600.
  1129. Event: presence.
  1130. Content-Length: 429.
  1131. .
  1132. <?xml version="1.0" encoding="UTF-8" standalone="no"?><presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="sip:+918019613712@192.168.1.75"><dm:person id="p3047"><rpid:activities/></dm:person><tuple id="t2309"><status><basic>open</basic></status><contact>sip:+918019613712@192.168.1.75</contact><note>Online</note></tuple></presence>
  1133.  
  1134. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1135. SIP/2.0 100 trying.
  1136. Call-ID: 5708cd5c4cc00a4f63caf2e8c13e31a3@0:0:0:0:0:0:0:0.
  1137. CSeq: 1 PUBLISH.
  1138. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d4003bdd.
  1139. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  1140. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-a71ea192d04bb7714c2bfced77c85cb7.
  1141. Server: Talkjockey SIP proxy.
  1142. Content-Length: 0.
  1143. .
  1144.  
  1145.  
  1146. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1147. SIP/2.0 200 OK.
  1148. Call-ID: 5708cd5c4cc00a4f63caf2e8c13e31a3@0:0:0:0:0:0:0:0.
  1149. CSeq: 1 PUBLISH.
  1150. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=d4003bdd.
  1151. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-875a.
  1152. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-a71ea192d04bb7714c2bfced77c85cb7.
  1153. Expires: 3600.
  1154. SIP-ETag: a.1405509203.31178.1.0.
  1155. Server: Talkjockey SIP proxy.
  1156. Content-Length: 0.
  1157. .
  1158.  
  1159.  
  1160. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1161. REGISTER sip:192.168.1.75 SIP/2.0.
  1162. Call-ID: 4f07cfa4495a3afa12047bfcd087508a@0:0:0:0:0:0:0:0.
  1163. CSeq: 1 REGISTER.
  1164. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=999ee379.
  1165. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1166. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-73687e1a2cccc2f52e19643fac4e718f.
  1167. Max-Forwards: 70.
  1168. User-Agent: Jitsi2.5.5065Linux.
  1169. Expires: 600.
  1170. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  1171. Content-Length: 0.
  1172. .
  1173.  
  1174.  
  1175. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1176. SIP/2.0 401 Unauthorized.
  1177. Call-ID: 4f07cfa4495a3afa12047bfcd087508a@0:0:0:0:0:0:0:0.
  1178. CSeq: 1 REGISTER.
  1179. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=999ee379.
  1180. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.af86.
  1181. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-73687e1a2cccc2f52e19643fac4e718f.
  1182. WWW-Authenticate: Digest realm="192.168.1.75", nonce="53c65ee1000000031365c7b3e1532b329b9e4240be0641b6".
  1183. Server: Talkjockey SIP proxy.
  1184. Content-Length: 0.
  1185. .
  1186.  
  1187.  
  1188. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1189. REGISTER sip:192.168.1.75 SIP/2.0.
  1190. Call-ID: 4f07cfa4495a3afa12047bfcd087508a@0:0:0:0:0:0:0:0.
  1191. CSeq: 2 REGISTER.
  1192. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=999ee379.
  1193. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1194. Max-Forwards: 70.
  1195. User-Agent: Jitsi2.5.5065Linux.
  1196. Expires: 600.
  1197. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  1198. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-80a54405696a30ef0eaa44f4920f7122.
  1199. Authorization: Digest username="+918978982477",realm="192.168.1.75",nonce="53c65ee1000000031365c7b3e1532b329b9e4240be0641b6",uri="sip:192.168.1.75",response="b6716c46ced74a8ae9cd7f9eac4451e7".
  1200. Content-Length: 0.
  1201. .
  1202.  
  1203.  
  1204. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1205. SIP/2.0 200 OK.
  1206. Call-ID: 4f07cfa4495a3afa12047bfcd087508a@0:0:0:0:0:0:0:0.
  1207. CSeq: 2 REGISTER.
  1208. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=999ee379.
  1209. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.ffec.
  1210. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-80a54405696a30ef0eaa44f4920f7122.
  1211. Contact: <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  1212. Server: Talkjockey SIP proxy.
  1213. Content-Length: 0.
  1214. .
  1215.  
  1216.  
  1217. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1218. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  1219. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1220. CSeq: 1 SUBSCRIBE.
  1221. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1222. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1223. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-4f12dd9d6f7a6010622d109744532b48.
  1224. Max-Forwards: 70.
  1225. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1226. User-Agent: Jitsi2.5.5065Linux.
  1227. Event: presence.winfo.
  1228. Accept: application/watcherinfo+xml.
  1229. Expires: 3600.
  1230. Content-Length: 0.
  1231. .
  1232.  
  1233.  
  1234. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1235. SIP/2.0 100 trying.
  1236. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1237. CSeq: 1 SUBSCRIBE.
  1238. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1239. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1240. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-4f12dd9d6f7a6010622d109744532b48.
  1241. Server: Talkjockey SIP proxy.
  1242. Content-Length: 0.
  1243. .
  1244.  
  1245.  
  1246. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1247. SIP/2.0 200 OK.
  1248. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1249. CSeq: 1 SUBSCRIBE.
  1250. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1251. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1252. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-4f12dd9d6f7a6010622d109744532b48.
  1253. Expires: 3600.
  1254. Contact: <sip:192.168.1.75:5060>.
  1255. Server: Talkjockey SIP proxy.
  1256. Content-Length: 0.
  1257. .
  1258.  
  1259.  
  1260. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1261. NOTIFY sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1262. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK1248.d87b7b71.0.
  1263. To: <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1264. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1265. CSeq: 1 NOTIFY.
  1266. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1267. Max-Forwards: 70.
  1268. Content-Length: 345.
  1269. User-Agent: Talkjockey.
  1270. Event: presence.winfo.
  1271. Contact: <sip:192.168.1.75:5060>.
  1272. Subscription-State: active;expires=3600.
  1273. Content-Type: application/watcherinfo+xml.
  1274. .
  1275. <?xml version="1.0"?>
  1276. <watcherinfo xmlns="urn:ietf:params:xml:ns:watcherinfo" version="0" state="full"><watcher-list resource="sip:+918978982477@192.168.1.75" package="presence"><watcher id="9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0" event="subscribe" status="active">sip:+918019613712@192.168.1.75</watcher></watcher-list></watcherinfo>
  1277.  
  1278.  
  1279. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1280. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  1281. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1282. CSeq: 1 SUBSCRIBE.
  1283. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1284. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1285. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-56876c11bedbf5221b4ea2156a7bb024.
  1286. Max-Forwards: 70.
  1287. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1288. User-Agent: Jitsi2.5.5065Linux.
  1289. Event: message-summary.
  1290. Accept: application/simple-message-summary.
  1291. Expires: 3600.
  1292. Content-Length: 0.
  1293. .
  1294.  
  1295.  
  1296. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1297. SIP/2.0 100 trying.
  1298. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1299. CSeq: 1 SUBSCRIBE.
  1300. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1301. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1302. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-56876c11bedbf5221b4ea2156a7bb024.
  1303. Server: Talkjockey SIP proxy.
  1304. Content-Length: 0.
  1305. .
  1306.  
  1307.  
  1308. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1309. SIP/2.0 200 OK.
  1310. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1311. CSeq: 1 SUBSCRIBE.
  1312. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1313. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1314. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-56876c11bedbf5221b4ea2156a7bb024.
  1315. Expires: 3600.
  1316. Contact: <sip:192.168.1.75:5060>.
  1317. Server: Talkjockey SIP proxy.
  1318. Content-Length: 0.
  1319. .
  1320.  
  1321.  
  1322. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1323. NOTIFY sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1324. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK3e3.245ba317.0.
  1325. To: <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1326. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1327. CSeq: 1 NOTIFY.
  1328. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1329. Max-Forwards: 70.
  1330. Content-Length: 0.
  1331. User-Agent: Talkjockey.
  1332. Event: message-summary.
  1333. Contact: <sip:192.168.1.75:5060>.
  1334. Subscription-State: active;expires=3600.
  1335. .
  1336.  
  1337.  
  1338. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1339. OPTIONS sip:192.168.1.75 SIP/2.0.
  1340. Call-ID: 3aee24d9c8795103a8e687699fabea16@0:0:0:0:0:0:0:0.
  1341. CSeq: 1 OPTIONS.
  1342. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=9c2c4899.
  1343. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1344. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-6025e0d7e13ba7e08b94e894621bb7f7.
  1345. Max-Forwards: 70.
  1346. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1347. User-Agent: Jitsi2.5.5065Linux.
  1348. Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
  1349. Allow-Events: refer.
  1350. Content-Length: 0.
  1351. .
  1352.  
  1353.  
  1354. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1355. SIP/2.0 200 ok.
  1356. Call-ID: 3aee24d9c8795103a8e687699fabea16@0:0:0:0:0:0:0:0.
  1357. CSeq: 1 OPTIONS.
  1358. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=9c2c4899.
  1359. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.9c82.
  1360. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-6025e0d7e13ba7e08b94e894621bb7f7.
  1361. Server: Talkjockey SIP proxy.
  1362. Content-Length: 0.
  1363. .
  1364.  
  1365.  
  1366. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1367. SIP/2.0 200 OK.
  1368. To: <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1369. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK1248.d87b7b71.0.
  1370. CSeq: 1 NOTIFY.
  1371. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1372. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1373. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1374. User-Agent: Jitsi2.5.5065Linux.
  1375. Content-Length: 0.
  1376. .
  1377.  
  1378.  
  1379. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1380. SIP/2.0 200 OK.
  1381. To: <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1382. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK3e3.245ba317.0.
  1383. CSeq: 1 NOTIFY.
  1384. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1385. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1386. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1387. User-Agent: Jitsi2.5.5065Linux.
  1388. Content-Length: 0.
  1389. .
  1390.  
  1391.  
  1392. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1393. PUBLISH sip:+918978982477@192.168.1.75 SIP/2.0.
  1394. Call-ID: b27da80c881c7b4b4ede80a89ee2cefb@0:0:0:0:0:0:0:0.
  1395. CSeq: 2 PUBLISH.
  1396. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=3fcb9511.
  1397. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1398. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-a8d6a53a6b76338b7497765d3509b294.
  1399. Max-Forwards: 70.
  1400. Content-Type: application/pidf+xml.
  1401. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1402. User-Agent: Jitsi2.5.5065Linux.
  1403. Expires: 3600.
  1404. Event: presence.
  1405. Content-Length: 429.
  1406. .
  1407. <?xml version="1.0" encoding="UTF-8" standalone="no"?><presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="sip:+918978982477@192.168.1.75"><dm:person id="p3047"><rpid:activities/></dm:person><tuple id="t2309"><status><basic>open</basic></status><contact>sip:+918978982477@192.168.1.75</contact><note>Online</note></tuple></presence>
  1408.  
  1409. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1410. SIP/2.0 100 trying.
  1411. Call-ID: b27da80c881c7b4b4ede80a89ee2cefb@0:0:0:0:0:0:0:0.
  1412. CSeq: 2 PUBLISH.
  1413. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=3fcb9511.
  1414. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1415. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-a8d6a53a6b76338b7497765d3509b294.
  1416. Server: Talkjockey SIP proxy.
  1417. Content-Length: 0.
  1418. .
  1419.  
  1420.  
  1421. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1422. SIP/2.0 200 OK.
  1423. Call-ID: b27da80c881c7b4b4ede80a89ee2cefb@0:0:0:0:0:0:0:0.
  1424. CSeq: 2 PUBLISH.
  1425. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=3fcb9511.
  1426. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-5c31.
  1427. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-a8d6a53a6b76338b7497765d3509b294.
  1428. Expires: 3600.
  1429. SIP-ETag: a.1405509203.31178.3.0.
  1430. Server: Talkjockey SIP proxy.
  1431. Content-Length: 0.
  1432. .
  1433.  
  1434.  
  1435. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1436. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1437. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK8776.705dc794.0.
  1438. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1439. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1440. CSeq: 2 NOTIFY.
  1441. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1442. Max-Forwards: 70.
  1443. Content-Length: 434.
  1444. User-Agent: Talkjockey.
  1445. Event: presence.
  1446. Contact: <sip:192.168.1.75:5060>.
  1447. Subscription-State: active;expires=3597.
  1448. Content-Type: application/pidf+xml.
  1449. .
  1450. <?xml version="1.0"?>
  1451. <presence xmlns="urn:ietf:params:xml:ns:pidf" entity="sip:+918978982477@192.168.1.75"><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t2309"><status><basic>open</basic></status><contact>sip:+918978982477@192.168.1.75</contact><note>Online</note></tuple><dm:person xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" id="p3047"><rpid:activities/></dm:person></presence>
  1452.  
  1453.  
  1454. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1455. SIP/2.0 200 OK.
  1456. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1457. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK8776.705dc794.0.
  1458. CSeq: 2 NOTIFY.
  1459. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1460. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1461. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1462. User-Agent: Jitsi2.5.5065Linux.
  1463. Content-Length: 0.
  1464. .
  1465.  
  1466.  
  1467. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1468. PUBLISH sip:+918978982477@192.168.1.75 SIP/2.0.
  1469. Call-ID: 05197a4a879a6b5457710f891eb7e25d@0:0:0:0:0:0:0:0.
  1470. CSeq: 3 PUBLISH.
  1471. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=cf2b9ca5.
  1472. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1473. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-07752844b673c7e5ecfd52fabdd9b2a4.
  1474. Max-Forwards: 70.
  1475. Content-Type: application/pidf+xml.
  1476. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1477. User-Agent: Jitsi2.5.5065Linux.
  1478. Expires: 0.
  1479. Event: presence.
  1480. SIP-If-Match: a.1405509203.31178.3.0.
  1481. Content-Length: 0.
  1482. .
  1483.  
  1484.  
  1485. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1486. SIP/2.0 100 trying.
  1487. Call-ID: 05197a4a879a6b5457710f891eb7e25d@0:0:0:0:0:0:0:0.
  1488. CSeq: 3 PUBLISH.
  1489. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=cf2b9ca5.
  1490. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1491. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-07752844b673c7e5ecfd52fabdd9b2a4.
  1492. Server: Talkjockey SIP proxy.
  1493. Content-Length: 0.
  1494. .
  1495.  
  1496.  
  1497. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1498. SIP/2.0 200 OK.
  1499. Call-ID: 05197a4a879a6b5457710f891eb7e25d@0:0:0:0:0:0:0:0.
  1500. CSeq: 3 PUBLISH.
  1501. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=cf2b9ca5.
  1502. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-b14f.
  1503. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-07752844b673c7e5ecfd52fabdd9b2a4.
  1504. Expires: 0.
  1505. SIP-ETag: a.1405509203.31178.3.0.
  1506. Server: Talkjockey SIP proxy.
  1507. Content-Length: 0.
  1508. .
  1509.  
  1510.  
  1511. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1512. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1513. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK9776.95001101.0.
  1514. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1515. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1516. CSeq: 3 NOTIFY.
  1517. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1518. Max-Forwards: 70.
  1519. Content-Length: 256.
  1520. User-Agent: Talkjockey.
  1521. Event: presence.
  1522. Contact: <sip:192.168.1.75:5060>.
  1523. Subscription-State: active;expires=3582.
  1524. Content-Type: application/pidf+xml.
  1525. .
  1526. <?xml version="1.0"?>
  1527. <presence xmlns="urn:ietf:params:xml:ns:pidf" entity="sip:+918978982477@192.168.1.75"><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t2309"><status xmlns="urn:ietf:params:xml:ns:pidf"><basic>closed</basic></status></tuple></presence>
  1528.  
  1529.  
  1530. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1531. SUBSCRIBE sip:192.168.1.75:5060 SIP/2.0.
  1532. CSeq: 2 SUBSCRIBE.
  1533. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1534. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1535. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1536. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-544070ce342c5cb428ea0b9e1f3370d7.
  1537. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1538. User-Agent: Jitsi2.5.5065Linux.
  1539. Max-Forwards: 70.
  1540. Event: presence.winfo.
  1541. Accept: application/watcherinfo+xml.
  1542. Expires: 0.
  1543. Content-Length: 0.
  1544. .
  1545.  
  1546.  
  1547. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1548. SIP/2.0 100 trying.
  1549. CSeq: 2 SUBSCRIBE.
  1550. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1551. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1552. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1553. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-544070ce342c5cb428ea0b9e1f3370d7.
  1554. Server: Talkjockey SIP proxy.
  1555. Content-Length: 0.
  1556. .
  1557.  
  1558.  
  1559. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1560. SIP/2.0 200 OK.
  1561. CSeq: 2 SUBSCRIBE.
  1562. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1563. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1564. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1565. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-544070ce342c5cb428ea0b9e1f3370d7.
  1566. Expires: 0.
  1567. Contact: <sip:192.168.1.75:5060>.
  1568. Server: Talkjockey SIP proxy.
  1569. Content-Length: 0.
  1570. .
  1571.  
  1572.  
  1573. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1574. NOTIFY sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1575. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKe148.b97ead45.0.
  1576. To: <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1577. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1578. CSeq: 2 NOTIFY.
  1579. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1580. Max-Forwards: 70.
  1581. Content-Length: 345.
  1582. User-Agent: Talkjockey.
  1583. Event: presence.winfo.
  1584. Contact: <sip:192.168.1.75:5060>.
  1585. Subscription-State: terminated;reason=timeout.
  1586. Content-Type: application/watcherinfo+xml.
  1587. .
  1588. <?xml version="1.0"?>
  1589. <watcherinfo xmlns="urn:ietf:params:xml:ns:watcherinfo" version="1" state="full"><watcher-list resource="sip:+918978982477@192.168.1.75" package="presence"><watcher id="9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0" event="subscribe" status="active">sip:+918019613712@192.168.1.75</watcher></watcher-list></watcherinfo>
  1590.  
  1591.  
  1592. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1593. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1594. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK6776.14bf0771.0.
  1595. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1596. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1597. CSeq: 4 NOTIFY.
  1598. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1599. Max-Forwards: 70.
  1600. Content-Length: 0.
  1601. User-Agent: Talkjockey.
  1602. Event: presence.
  1603. Contact: <sip:192.168.1.75:5060>.
  1604. Subscription-State: active;expires=3582.
  1605. .
  1606.  
  1607.  
  1608. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1609. SIP/2.0 200 OK.
  1610. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1611. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK9776.95001101.0.
  1612. CSeq: 3 NOTIFY.
  1613. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1614. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1615. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1616. User-Agent: Jitsi2.5.5065Linux.
  1617. Content-Length: 0.
  1618. .
  1619.  
  1620.  
  1621. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1622. SIP/2.0 200 OK.
  1623. To: <sip:+918978982477@192.168.1.75>;tag=6dead25c.
  1624. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKe148.b97ead45.0.
  1625. CSeq: 2 NOTIFY.
  1626. Call-ID: 66f6990b91507d20e03768893c0000fb@0:0:0:0:0:0:0:0.
  1627. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-e3d5.
  1628. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1629. User-Agent: Jitsi2.5.5065Linux.
  1630. Content-Length: 0.
  1631. .
  1632.  
  1633.  
  1634. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1635. SUBSCRIBE sip:192.168.1.75:5060 SIP/2.0.
  1636. CSeq: 2 SUBSCRIBE.
  1637. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1638. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1639. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1640. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-5a4b1cb1dad4320d23860c53f5d93558.
  1641. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1642. User-Agent: Jitsi2.5.5065Linux.
  1643. Max-Forwards: 70.
  1644. Event: message-summary.
  1645. Accept: application/simple-message-summary.
  1646. Expires: 0.
  1647. Content-Length: 0.
  1648. .
  1649.  
  1650.  
  1651. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1652. SIP/2.0 100 trying.
  1653. CSeq: 2 SUBSCRIBE.
  1654. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1655. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1656. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1657. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-5a4b1cb1dad4320d23860c53f5d93558.
  1658. Server: Talkjockey SIP proxy.
  1659. Content-Length: 0.
  1660. .
  1661.  
  1662.  
  1663. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1664. SIP/2.0 200 OK.
  1665. CSeq: 2 SUBSCRIBE.
  1666. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1667. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1668. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1669. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-5a4b1cb1dad4320d23860c53f5d93558.
  1670. Expires: 0.
  1671. Contact: <sip:192.168.1.75:5060>.
  1672. Server: Talkjockey SIP proxy.
  1673. Content-Length: 0.
  1674. .
  1675.  
  1676.  
  1677. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1678. NOTIFY sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1679. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK0e3.260b32c.0.
  1680. To: <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1681. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1682. CSeq: 2 NOTIFY.
  1683. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1684. Max-Forwards: 70.
  1685. Content-Length: 0.
  1686. User-Agent: Talkjockey.
  1687. Event: message-summary.
  1688. Contact: <sip:192.168.1.75:5060>.
  1689. Subscription-State: terminated;reason=timeout.
  1690. .
  1691.  
  1692.  
  1693. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1694. SIP/2.0 200 OK.
  1695. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  1696. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK6776.14bf0771.0.
  1697. CSeq: 4 NOTIFY.
  1698. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  1699. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  1700. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1701. User-Agent: Jitsi2.5.5065Linux.
  1702. Content-Length: 0.
  1703. .
  1704.  
  1705.  
  1706. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1707. SIP/2.0 200 OK.
  1708. To: <sip:+918978982477@192.168.1.75>;tag=dddc16dc.
  1709. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK0e3.260b32c.0.
  1710. CSeq: 2 NOTIFY.
  1711. Call-ID: d6a55ab8987f091a2ca28377b82381c7@0:0:0:0:0:0:0:0.
  1712. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-1e13.
  1713. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1714. User-Agent: Jitsi2.5.5065Linux.
  1715. Content-Length: 0.
  1716. .
  1717.  
  1718.  
  1719. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1720. REGISTER sip:192.168.1.75 SIP/2.0.
  1721. Call-ID: 4f07cfa4495a3afa12047bfcd087508a@0:0:0:0:0:0:0:0.
  1722. CSeq: 3 REGISTER.
  1723. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=999ee379.
  1724. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1725. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-7934cdf419a6ab060990056a9162325f.
  1726. Max-Forwards: 70.
  1727. Expires: 0.
  1728. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1729. Authorization: Digest username="+918978982477",realm="192.168.1.75",nonce="53c65ee1000000031365c7b3e1532b329b9e4240be0641b6",uri="sip:192.168.1.75",response="b6716c46ced74a8ae9cd7f9eac4451e7".
  1730. User-Agent: Jitsi2.5.5065Linux.
  1731. Content-Length: 0.
  1732. .
  1733.  
  1734.  
  1735. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1736. SIP/2.0 200 OK.
  1737. Call-ID: 4f07cfa4495a3afa12047bfcd087508a@0:0:0:0:0:0:0:0.
  1738. CSeq: 3 REGISTER.
  1739. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=999ee379.
  1740. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.2190.
  1741. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-7934cdf419a6ab060990056a9162325f.
  1742. Server: Talkjockey SIP proxy.
  1743. Content-Length: 0.
  1744. .
  1745.  
  1746.  
  1747. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1748. OPTIONS sip:192.168.1.75 SIP/2.0.
  1749. Call-ID: 9f489e5361da3c46868dcac6af44a1a4@0:0:0:0:0:0:0:0.
  1750. CSeq: 2 OPTIONS.
  1751. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=2838a924.
  1752. To: "+918019613712" <sip:+918019613712@192.168.1.75>.
  1753. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-de852cf7e591c60b8cc02712ebdc518b.
  1754. Max-Forwards: 70.
  1755. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1756. User-Agent: Jitsi2.5.5065Linux.
  1757. Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
  1758. Allow-Events: refer.
  1759. Content-Length: 0.
  1760. .
  1761.  
  1762.  
  1763. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1764. SIP/2.0 200 ok.
  1765. Call-ID: 9f489e5361da3c46868dcac6af44a1a4@0:0:0:0:0:0:0:0.
  1766. CSeq: 2 OPTIONS.
  1767. From: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=2838a924.
  1768. To: "+918019613712" <sip:+918019613712@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.e2ca.
  1769. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-de852cf7e591c60b8cc02712ebdc518b.
  1770. Server: Talkjockey SIP proxy.
  1771. Content-Length: 0.
  1772. .
  1773.  
  1774.  
  1775. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1776. REGISTER sip:192.168.1.75 SIP/2.0.
  1777. Call-ID: 61b12a2f893321875fcd1547cc37997a@0:0:0:0:0:0:0:0.
  1778. CSeq: 1 REGISTER.
  1779. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=80030bd6.
  1780. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1781. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-cd5bcec7c50efec8233ee283cb93e749.
  1782. Max-Forwards: 70.
  1783. User-Agent: Jitsi2.5.5065Linux.
  1784. Expires: 600.
  1785. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  1786. Content-Length: 0.
  1787. .
  1788.  
  1789.  
  1790. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1791. SIP/2.0 401 Unauthorized.
  1792. Call-ID: 61b12a2f893321875fcd1547cc37997a@0:0:0:0:0:0:0:0.
  1793. CSeq: 1 REGISTER.
  1794. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=80030bd6.
  1795. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.32b0.
  1796. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-cd5bcec7c50efec8233ee283cb93e749.
  1797. WWW-Authenticate: Digest realm="192.168.1.75", nonce="53c65ef800000004a0837867400454215c87d305ec00e865".
  1798. Server: Talkjockey SIP proxy.
  1799. Content-Length: 0.
  1800. .
  1801.  
  1802.  
  1803. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1804. REGISTER sip:192.168.1.75 SIP/2.0.
  1805. Call-ID: 61b12a2f893321875fcd1547cc37997a@0:0:0:0:0:0:0:0.
  1806. CSeq: 2 REGISTER.
  1807. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=80030bd6.
  1808. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1809. Max-Forwards: 70.
  1810. User-Agent: Jitsi2.5.5065Linux.
  1811. Expires: 600.
  1812. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  1813. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-9b2d5ff6274ce42658371af3afbae16f.
  1814. Authorization: Digest username="+918978982477",realm="192.168.1.75",nonce="53c65ef800000004a0837867400454215c87d305ec00e865",uri="sip:192.168.1.75",response="4a895ae4bb6fcca892e294cfc7e653f8".
  1815. Content-Length: 0.
  1816. .
  1817.  
  1818.  
  1819. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1820. SIP/2.0 200 OK.
  1821. Call-ID: 61b12a2f893321875fcd1547cc37997a@0:0:0:0:0:0:0:0.
  1822. CSeq: 2 REGISTER.
  1823. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=80030bd6.
  1824. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.fa3a.
  1825. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-9b2d5ff6274ce42658371af3afbae16f.
  1826. Contact: <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>;expires=600.
  1827. Server: Talkjockey SIP proxy.
  1828. Content-Length: 0.
  1829. .
  1830.  
  1831.  
  1832. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1833. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  1834. Call-ID: 8629128d281074bd5a4ad4e7b7493078@0:0:0:0:0:0:0:0.
  1835. CSeq: 1 SUBSCRIBE.
  1836. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=c0063d02.
  1837. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1838. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-b340327a237589d5cb9d4a4739875b4e.
  1839. Max-Forwards: 70.
  1840. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1841. User-Agent: Jitsi2.5.5065Linux.
  1842. Event: presence.winfo.
  1843. Accept: application/watcherinfo+xml.
  1844. Expires: 3600.
  1845. Content-Length: 0.
  1846. .
  1847.  
  1848.  
  1849. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1850. SUBSCRIBE sip:+918978982477@192.168.1.75 SIP/2.0.
  1851. Call-ID: 93041fe2b4deb1124d2cde9d6902b2f0@0:0:0:0:0:0:0:0.
  1852. CSeq: 1 SUBSCRIBE.
  1853. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=35702154.
  1854. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1855. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-d3abf0a9281b76ebee68e1e556561cae.
  1856. Max-Forwards: 70.
  1857. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1858. User-Agent: Jitsi2.5.5065Linux.
  1859. Event: message-summary.
  1860. Accept: application/simple-message-summary.
  1861. Expires: 3600.
  1862. Content-Length: 0.
  1863. .
  1864.  
  1865.  
  1866. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1867. SIP/2.0 100 trying.
  1868. Call-ID: 93041fe2b4deb1124d2cde9d6902b2f0@0:0:0:0:0:0:0:0.
  1869. CSeq: 1 SUBSCRIBE.
  1870. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=35702154.
  1871. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1872. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-d3abf0a9281b76ebee68e1e556561cae.
  1873. Server: Talkjockey SIP proxy.
  1874. Content-Length: 0.
  1875. .
  1876.  
  1877.  
  1878. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1879. SIP/2.0 100 trying.
  1880. Call-ID: 8629128d281074bd5a4ad4e7b7493078@0:0:0:0:0:0:0:0.
  1881. CSeq: 1 SUBSCRIBE.
  1882. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=c0063d02.
  1883. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1884. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-b340327a237589d5cb9d4a4739875b4e.
  1885. Server: Talkjockey SIP proxy.
  1886. Content-Length: 0.
  1887. .
  1888.  
  1889.  
  1890. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1891. SIP/2.0 200 OK.
  1892. Call-ID: 93041fe2b4deb1124d2cde9d6902b2f0@0:0:0:0:0:0:0:0.
  1893. CSeq: 1 SUBSCRIBE.
  1894. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=35702154.
  1895. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-a7c4.
  1896. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-d3abf0a9281b76ebee68e1e556561cae.
  1897. Expires: 3600.
  1898. Contact: <sip:192.168.1.75:5060>.
  1899. Server: Talkjockey SIP proxy.
  1900. Content-Length: 0.
  1901. .
  1902.  
  1903.  
  1904. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1905. SIP/2.0 200 OK.
  1906. Call-ID: 8629128d281074bd5a4ad4e7b7493078@0:0:0:0:0:0:0:0.
  1907. CSeq: 1 SUBSCRIBE.
  1908. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=c0063d02.
  1909. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-2f5a.
  1910. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-b340327a237589d5cb9d4a4739875b4e.
  1911. Expires: 3600.
  1912. Contact: <sip:192.168.1.75:5060>.
  1913. Server: Talkjockey SIP proxy.
  1914. Content-Length: 0.
  1915. .
  1916.  
  1917.  
  1918. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1919. NOTIFY sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1920. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKe5b2.45276141.0.
  1921. To: <sip:+918978982477@192.168.1.75>;tag=c0063d02.
  1922. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-2f5a.
  1923. CSeq: 1 NOTIFY.
  1924. Call-ID: 8629128d281074bd5a4ad4e7b7493078@0:0:0:0:0:0:0:0.
  1925. Max-Forwards: 70.
  1926. Content-Length: 345.
  1927. User-Agent: Talkjockey.
  1928. Event: presence.winfo.
  1929. Contact: <sip:192.168.1.75:5060>.
  1930. Subscription-State: active;expires=3600.
  1931. Content-Type: application/watcherinfo+xml.
  1932. .
  1933. <?xml version="1.0"?>
  1934. <watcherinfo xmlns="urn:ietf:params:xml:ns:watcherinfo" version="0" state="full"><watcher-list resource="sip:+918978982477@192.168.1.75" package="presence"><watcher id="9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0" event="subscribe" status="active">sip:+918019613712@192.168.1.75</watcher></watcher-list></watcherinfo>
  1935.  
  1936.  
  1937. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1938. NOTIFY sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  1939. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKcb0c.c4ea36e.0.
  1940. To: <sip:+918978982477@192.168.1.75>;tag=35702154.
  1941. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-a7c4.
  1942. CSeq: 1 NOTIFY.
  1943. Call-ID: 93041fe2b4deb1124d2cde9d6902b2f0@0:0:0:0:0:0:0:0.
  1944. Max-Forwards: 70.
  1945. Content-Length: 0.
  1946. User-Agent: Talkjockey.
  1947. Event: message-summary.
  1948. Contact: <sip:192.168.1.75:5060>.
  1949. Subscription-State: active;expires=3600.
  1950. .
  1951.  
  1952.  
  1953. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1954. SIP/2.0 200 OK.
  1955. To: <sip:+918978982477@192.168.1.75>;tag=c0063d02.
  1956. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKe5b2.45276141.0.
  1957. CSeq: 1 NOTIFY.
  1958. Call-ID: 8629128d281074bd5a4ad4e7b7493078@0:0:0:0:0:0:0:0.
  1959. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-2f5a.
  1960. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1961. User-Agent: Jitsi2.5.5065Linux.
  1962. Content-Length: 0.
  1963. .
  1964.  
  1965.  
  1966. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1967. OPTIONS sip:192.168.1.75 SIP/2.0.
  1968. Call-ID: 3fa2563d5b9caa59db3840f1697dc9da@0:0:0:0:0:0:0:0.
  1969. CSeq: 2 OPTIONS.
  1970. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=3c73afaf.
  1971. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  1972. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-13784dfb0eff9fd04f2b90ad7c91eb69.
  1973. Max-Forwards: 70.
  1974. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  1975. User-Agent: Jitsi2.5.5065Linux.
  1976. Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
  1977. Allow-Events: refer.
  1978. Content-Length: 0.
  1979. .
  1980.  
  1981.  
  1982. U 192.168.1.75:5060 -> 192.168.1.100:36143
  1983. SIP/2.0 200 ok.
  1984. Call-ID: 3fa2563d5b9caa59db3840f1697dc9da@0:0:0:0:0:0:0:0.
  1985. CSeq: 2 OPTIONS.
  1986. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=3c73afaf.
  1987. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=340d7a49fcee4fb45684fb1b53bfac50.349f.
  1988. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-13784dfb0eff9fd04f2b90ad7c91eb69.
  1989. Server: Talkjockey SIP proxy.
  1990. Content-Length: 0.
  1991. .
  1992.  
  1993.  
  1994. U 192.168.1.100:36143 -> 192.168.1.75:5060
  1995. SIP/2.0 200 OK.
  1996. To: <sip:+918978982477@192.168.1.75>;tag=35702154.
  1997. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bKcb0c.c4ea36e.0.
  1998. CSeq: 1 NOTIFY.
  1999. Call-ID: 93041fe2b4deb1124d2cde9d6902b2f0@0:0:0:0:0:0:0:0.
  2000. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-a7c4.
  2001. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  2002. User-Agent: Jitsi2.5.5065Linux.
  2003. Content-Length: 0.
  2004. .
  2005.  
  2006.  
  2007. U 192.168.1.100:36143 -> 192.168.1.75:5060
  2008. PUBLISH sip:+918978982477@192.168.1.75 SIP/2.0.
  2009. Call-ID: 5bf509a3d23f3dd451fbcf1e6df5cac5@0:0:0:0:0:0:0:0.
  2010. CSeq: 4 PUBLISH.
  2011. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=9d16d8b6.
  2012. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  2013. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-bc1024e049e999fa084747a90bf477d9.
  2014. Max-Forwards: 70.
  2015. Content-Type: application/pidf+xml.
  2016. Contact: "+918978982477" <sip:+918978982477@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  2017. User-Agent: Jitsi2.5.5065Linux.
  2018. Expires: 3600.
  2019. Event: presence.
  2020. Content-Length: 429.
  2021. .
  2022. <?xml version="1.0" encoding="UTF-8" standalone="no"?><presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="sip:+918978982477@192.168.1.75"><dm:person id="p3047"><rpid:activities/></dm:person><tuple id="t2309"><status><basic>open</basic></status><contact>sip:+918978982477@192.168.1.75</contact><note>Online</note></tuple></presence>
  2023.  
  2024. U 192.168.1.75:5060 -> 192.168.1.100:36143
  2025. SIP/2.0 100 trying.
  2026. Call-ID: 5bf509a3d23f3dd451fbcf1e6df5cac5@0:0:0:0:0:0:0:0.
  2027. CSeq: 4 PUBLISH.
  2028. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=9d16d8b6.
  2029. To: "+918978982477" <sip:+918978982477@192.168.1.75>.
  2030. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-bc1024e049e999fa084747a90bf477d9.
  2031. Server: Talkjockey SIP proxy.
  2032. Content-Length: 0.
  2033. .
  2034.  
  2035.  
  2036. U 192.168.1.75:5060 -> 192.168.1.100:36143
  2037. SIP/2.0 200 OK.
  2038. Call-ID: 5bf509a3d23f3dd451fbcf1e6df5cac5@0:0:0:0:0:0:0:0.
  2039. CSeq: 4 PUBLISH.
  2040. From: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=9d16d8b6.
  2041. To: "+918978982477" <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-fedd.
  2042. Via: SIP/2.0/UDP 192.168.1.100:36143;branch=z9hG4bK-363936-bc1024e049e999fa084747a90bf477d9.
  2043. Expires: 3600.
  2044. SIP-ETag: a.1405509203.31179.3.0.
  2045. Server: Talkjockey SIP proxy.
  2046. Content-Length: 0.
  2047. .
  2048.  
  2049.  
  2050. U 192.168.1.75:5060 -> 192.168.1.100:36143
  2051. NOTIFY sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75 SIP/2.0.
  2052. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK7776.6a9fdfa5.0.
  2053. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  2054. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  2055. CSeq: 5 NOTIFY.
  2056. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  2057. Max-Forwards: 70.
  2058. Content-Length: 434.
  2059. User-Agent: Talkjockey.
  2060. Event: presence.
  2061. Contact: <sip:192.168.1.75:5060>.
  2062. Subscription-State: active;expires=3574.
  2063. Content-Type: application/pidf+xml.
  2064. .
  2065. <?xml version="1.0"?>
  2066. <presence xmlns="urn:ietf:params:xml:ns:pidf" entity="sip:+918978982477@192.168.1.75"><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t2309"><status><basic>open</basic></status><contact>sip:+918978982477@192.168.1.75</contact><note>Online</note></tuple><dm:person xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" id="p3047"><rpid:activities/></dm:person></presence>
  2067.  
  2068.  
  2069. U 192.168.1.100:36143 -> 192.168.1.75:5060
  2070. SIP/2.0 200 OK.
  2071. To: <sip:+918019613712@192.168.1.75>;tag=35711d15.
  2072. Via: SIP/2.0/UDP 192.168.1.75:5060;branch=z9hG4bK7776.6a9fdfa5.0.
  2073. CSeq: 5 NOTIFY.
  2074. Call-ID: 9fdfe7048fb588ac237f4bfe4a1d7ae0@0:0:0:0:0:0:0:0.
  2075. From: <sip:+918978982477@192.168.1.75>;tag=abc6b271e5e951084250cd3bfce809c2-c700.
  2076. Contact: "+918019613712" <sip:+918019613712@192.168.1.100:36143;transport=udp;registering_acc=192_168_1_75>.
  2077.  
  2078.  
  2079. ===================================================================================



Author: vm

Hello, I am Author, decode to know more: In commodo magna nisl, ac porta turpis blandit quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In commodo magna nisl, ac porta turpis blandit quis. Lorem ipsum dolor sit amet.

0 comments:

E-mail Newsletter

Sign up now to receive breaking news and to hear what's new with us.

Recent Articles

© 2014 VOIP4Learn. WP themonic converted by Bloggertheme9. Powered by Blogger.
TOP