Guest User

Untitled

a guest
Jul 16th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <--- Received SIP request (1303 bytes) from UDP:xx.xx.xx.xx:38427 --->
  2. PUBLISH sip:[email protected] SIP/2.0
  3. Via: SIP/2.0/UDP xx.xx.xx.xx:38427;branch=z9hG4bK.zdWQD8G-n;rport
  4. From: <sip:[email protected]>;tag=AXJmo-JY2
  5. CSeq: 21 PUBLISH
  6. Call-ID: RIfw4Ooebb
  7. Max-Forwards: 70
  8. Supported: replaces, outbound, gruu, path, record-aware
  9. Event: presence
  10. Content-Type: application/pidf+xml
  11. Content-Length: 511
  12. Expires: 3600
  13. User-Agent: LinphoneAndroid/5.2.5 (пиздатая мобила 68) LinphoneSDK/5.3.47 (tags/5.3.47^0)
  14. Authorization: Digest realm="asterisk", nonce="1721113552/8c2206e6f6f61801b11b2e52e810f03e", algorithm=MD5, opaque="0df5040e6b804375", username="Aivp305nAy2j", uri="sip:[email protected]", response="dd5af5748d0d766227354bedc5362e5f", cnonce="XyT-BZcjsLy1QMMq", nc=00000001, qop=auth
  15.  
  16. <?xml version="1.0" encoding="UTF-8"?>
  17. <presence xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" xmlns:pidfonline="http://www.linphone.org/xsds/pidfonline.xsd" entity="sip:[email protected]" xmlns="urn:ietf:params:xml:ns:pidf">
  18. <tuple id="aw52a.">
  19. <status>
  20. <basic>open</basic>
  21. <pidfonline:online/>
  22. </status>
  23. <contact priority="0.8">sip:[email protected]</contact>
  24. <timestamp>2024-07-16T07:05:53Z</timestamp>
  25. </tuple>
  26. </presence>
  27.  
  28. [Jul 16 17:05:52] WARNING[78017]: res_pjsip_pubsub.c:3396 pubsub_on_rx_publish_request: No registered publish handler for event presence from Aivp305nAy2j
  29. <--- Transmitting SIP response (323 bytes) to UDP:xx.xx.xx.xx:38427 --->
  30. SIP/2.0 489 Bad Event
  31. Via: SIP/2.0/UDP xx.xx.xx.xx:38427;rport=38427;received=xx.xx.xx.xx;branch=z9hG4bK.zdWQD8G-n
  32. Call-ID: RIfw4Ooebb
  33. From: <sip:[email protected]>;tag=AXJmo-JY2
  34. To: <sip:[email protected]>;tag=z9hG4bK.zdWQD8G-n
  35. CSeq: 21 PUBLISH
  36. Server: Asterisk PBX 20.8.1
  37. Content-Length: 0
Advertisement
Add Comment
Please, Sign In to add comment