How to enable Yeti-Sensors for HEP - Homer

Hi,

Is there any back end config required to enable yeti-sensors

the link below (from a different post) is not operational, any other hints
https://yeti-switch.org/docs/en/yeti-ui-system/yeti-ui-system-sensors.html

Thanks

hep

Thanks, Dmitry for the guide, I have already seen that but my question was that if any specific config is required in the sems/sems.conf or backend to be able to use the built-in HEPv3 feature.

It appears that it is not sending data to the heplify-server. Here are the details:

Blockquote
yeti-cli:8> yeti.show.sensors
{ ‘sensors’: { ‘2’: { ‘capture_address’: ‘192.168.120.167’,
‘capture_id’: 8,
‘capture_password’: ‘’,
‘capture_port’: 9060,
‘mode’: ‘HEPv3 encapsulation’,
‘references’: 1,
‘socket’: 86}}}

Heplify-server log
2020-02-12T16:15:58+11:00 INFO stats since last 5 minutes. PPS: 0, HEP: 0, Filtered: 0, Error: 0
2020-02-12T16:20:58+11:00 INFO stats since last 5 minutes. PPS: 0, HEP: 0, Filtered: 0, Error: 0
2020-02-12T16:25:58+11:00 INFO stats since last 5 minutes. PPS: 0, HEP: 0, Filtered: 0, Error: 0
2020-02-12T16:30:58+11:00 INFO stats since last 5 minutes. PPS: 0, HEP: 0, Filtered: 0, Error: 0

Using sngrep, I m able to send data
sngrep port 5060 -H udp:192.168.120.167:9060 --no-interface

Heplify-server log
2020-02-12T16:05:58+11:00 INFO stats since last 5 minutes. PPS: 4, HEP: 1430, Filtered: 0, Error: 0
2020-02-12T16:10:58+11:00 INFO stats since last 5 minutes. PPS: 4, HEP: 1434, Filtered: 0, Error: 0

no any additional configuration is required. May be it is some bug, sems logs with loglevel 3 will be helpful in this case

Here is the log, below (apparently no logs abt sensors) and I have also found, after adding a sensor in the web ui, if I try to update any sensor’s details it returns with an error. (image attached below from demo.yeti-switch.org)

    Feb 13 15:51:34 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:2306] DEBUG: update_uas_reply(t=0x7f0c4001db80)
    Feb 13 15:51:34 v16 sems[22566]: [22617/core/sip/sip_trans.cpp:258] DEBUG: New timer of type J at time=2197 (repeated=0)(trans=0x7f0c4001db80)
    Feb 13 15:51:34 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:996] DEBUG: ^^ M [OTJhYzMwYTIxMDY0Y2IyN2IzMmU0ODQ3ZjM5ZmYyYjk.|] Ru SIP request SUBSCRIBE handled ^^
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/udp_trsp.cpp:362] DEBUG: vv M [|] u recvd msg via UDP from 192.168.120.86:5060 vv#012--++--#012REGISTER sip:192.168.120.151:5061;transport=UDP SIP/2.0#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-34a1de2796853a6e-1---d8754z-#015#012Max-Forwards: 70#015#012Contact: <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=4a649a09#015#012Call-ID: MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.#015#012CSeq: 1 REGISTER#015#012Expires: 3600#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Allow-Events: presence, kpml#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5061) to int (5061)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_via.cpp:521] DEBUG: parsed branch: z9hG4bK-d8754z-34a1de2796853a6e-1---d8754z-
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_via.cpp:544] DEBUG: has_rport: 0
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_table.cpp:99] DEBUG: Matching REGISTER request
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5060) to int (5060)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:973] DEBUG: Received new request from <192.168.120.86:5060/udp> on intf #0
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:977] DEBUG: req.method = <REGISTER>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:980] DEBUG: req.r_uri = <sip:192.168.120.151:5061;transport=UDP>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:981] DEBUG: req.from_uri = <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:982] DEBUG: req.from = <"61388140395" <sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:983] DEBUG: req.to = <"61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:984] DEBUG: req.callid = <MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:985] DEBUG: req.from_tag = <4a649a09>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:986] DEBUG: req.to_tag = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:987] DEBUG: cseq = <1>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:988] DEBUG: req.route = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:989] DEBUG: hdrs = <Expires: 3600#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Allow-Events: presence, kpml#015#012>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:990] DEBUG: body-ct = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/AmSipDispatcher.cpp:109] DEBUG: method: `REGISTER' [8].
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:SBC.cpp:294] DEBUG: processing message REGISTER sip:192.168.120.151:5061;transport=UDP
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:422] DEBUG: reply_len = 538
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:597] DEBUG: Sending to 192.168.120.86:5060 <SIP/2.0 401 Unauthorized#015#012Via: SIP/2.0/UDP 192.168...>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/udp_trsp.cpp:288] DEBUG: send msg via UDP from 192.168.120.151:5061 to 192.168.120.86:5060#012--++--#012SIP/2.0 401 Unauthorized#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-34a1de2796853a6e-1---d8754z-#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=8-259AA434-5E44D5DB0008A788-48AA2700#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=4a649a09#015#012Call-ID: MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.#015#012CSeq: 1 REGISTER#015#012WWW-Authenticate: Digest realm="v16", qop="auth,auth-int", nonce="5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388"#015#012Server: SBC 1.8.34-4#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:2306] DEBUG: update_uas_reply(t=0x7f0c4001b590)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/sip_trans.cpp:258] DEBUG: New timer of type J at time=2453 (repeated=0)(trans=0x7f0c4001b590)
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-YETI-AUTH' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Diversion' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-IP' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-PORT' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-PROTO' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'P-Asserted-Identity' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'P-Preferred-Identity' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Privacy' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Remote-Party-ID' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'RPID-Privacy' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22606/yeti:cdr/CdrWriter.cpp:732] DEBUG: writecdr[0x55c3e7400fe0](conn = 0x7f0c38005050,entries_to_write = 1, retry = 0)
    Feb 13 15:51:39 v16 sems[22566]: [22606/yeti:cdr/CdrWriter.cpp:751] DEBUG: writecdr(): process cdr 0x7f0c4001c230
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:996] DEBUG: ^^ M [MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.|] Ru SIP request REGISTER handled ^^
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/udp_trsp.cpp:362] DEBUG: vv M [|] u recvd msg via UDP from 192.168.120.86:5060 vv#012--++--#012REGISTER sip:192.168.120.151:5061;transport=UDP SIP/2.0#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-f09b53aebcef1fa2-1---d8754z-#015#012Max-Forwards: 70#015#012Contact: <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=4a649a09#015#012Call-ID: MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.#015#012CSeq: 2 REGISTER#015#012Expires: 3600#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Authorization: Digest username="61388140395",realm="v16",nonce="5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388",uri="sip:192.168.120.151:5061;transport=UDP",response="23c08c846dca946c6da7a7aed530d14f",cnonce="becf133ee6d40aaeddf9d625deddce05",nc=00000001,qop=auth-int,algorithm=MD5#015#012Allow-Events: presence, kpml#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5061) to int (5061)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_via.cpp:521] DEBUG: parsed branch: z9hG4bK-d8754z-f09b53aebcef1fa2-1---d8754z-
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_via.cpp:544] DEBUG: has_rport: 0
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_table.cpp:99] DEBUG: Matching REGISTER request
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_table.cpp:118] DEBUG: do_3261_match = 1
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5060) to int (5060)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:973] DEBUG: Received new request from <192.168.120.86:5060/udp> on intf #0
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:977] DEBUG: req.method = <REGISTER>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:980] DEBUG: req.r_uri = <sip:192.168.120.151:5061;transport=UDP>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:981] DEBUG: req.from_uri = <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:982] DEBUG: req.from = <"61388140395" <sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:983] DEBUG: req.to = <"61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:984] DEBUG: req.callid = <MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:985] DEBUG: req.from_tag = <4a649a09>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:986] DEBUG: req.to_tag = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:987] DEBUG: cseq = <2>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:988] DEBUG: req.route = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:989] DEBUG: hdrs = <Expires: 3600#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Authorization: Digest username="61388140395",realm="v16",nonce="5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388",uri="sip:192.168.120.151:5061;transport=UDP",response="23c08c846dca946c6da7a7aed530d14f",cnonce="becf133ee6d40aaeddf9d625deddce05",nc=00000001,qop=auth-int,algorithm=MD5#015#012Allow-Events: presence, kpml#015#012>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:990] DEBUG: body-ct = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/AmSipDispatcher.cpp:109] DEBUG: method: `REGISTER' [8].
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:SBC.cpp:294] DEBUG: processing message REGISTER sip:192.168.120.151:5061;transport=UDP
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:Auth.cpp:144] DEBUG: there are 1 credentials for username '61388140395'. iterate over them
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:Auth.cpp:156] DEBUG: match against 16/61388140395/!addpDFFRaCha!!@#
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:697] DEBUG: got realm 'v16' nonce '5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388', qop 'auth-int', response '23c08c846dca946c6da7a7aed530d14f', username '61388140395' uri 'sip:192.168.120.151:5061;transport=UDP' cnonce 'becf133ee6d40aaeddf9d625deddce05'
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:760] DEBUG: got client_nonce_count 1
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:778] DEBUG: calculated our response vs request: '23c08c846dca946c6da7a7aed530d14f' vs '23c08c846dca946c6da7a7aed530d14f'
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:781] DEBUG: Auth: authentication successfull
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:Auth.cpp:163] DEBUG: matched. return auth_id 16
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:SBC.cpp:306] DEBUG: REGISTER successfully authorized with id 16
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-YETI-AUTH' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Diversion' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-IP' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-PORT' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-PROTO' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'P-Asserted-Identity' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'P-Preferred-Identity' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Privacy' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Remote-Party-ID' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'RPID-Privacy' in SipRequest
    Feb 13 15:51:39 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:732] DEBUG: writecdr[0x55c3e73fce30](conn = 0x7f0c34000a40,entries_to_write = 1, retry = 0)
    Feb 13 15:51:39 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:751] DEBUG: writecdr(): process cdr 0x7f0c4000dc90
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:SBC.cpp:369] DEBUG: successfully parsed contact 61388140395@192.168.120.86
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:SBC.cpp:433] DEBUG: expires: 3600
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:169] DEBUG: contact: <<sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>;expires=3600>
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5060) to int (5060)
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:422] DEBUG: reply_len = 521
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:597] DEBUG: Sending to 192.168.120.86:5060 <SIP/2.0 200 OK#015#012Via: SIP/2.0/UDP 192.168.120.86:50...>
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/udp_trsp.cpp:288] DEBUG: send msg via UDP from 192.168.120.151:5061 to 192.168.120.86:5060#012--++--#012SIP/2.0 200 OK#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-f09b53aebcef1fa2-1---d8754z-#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=8-26083CF6-5E44D5DB0008E4CC-497AF700#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=4a649a09#015#012Call-ID: MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.#015#012CSeq: 2 REGISTER#015#012Contact: <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>;expires=3600#015#012Server: SBC 1.8.34-4#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:2306] DEBUG: update_uas_reply(t=0x7f0c4000d880)
    Feb 13 15:51:39 v16 sems[22566]: [22592/core/sip/sip_trans.cpp:258] DEBUG: New timer of type J at time=2454 (repeated=0)(trans=0x7f0c4000d880)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:996] DEBUG: ^^ M [MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.|] Ru SIP request REGISTER handled ^^
    Feb 13 15:51:39 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:575] DEBUG: 1 records were written into master
    Feb 13 15:51:39 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:442] DEBUG: 1 records are removed from queue
    Feb 13 15:51:39 v16 sems[22566]: [22606/yeti:cdr/CdrWriter.cpp:575] DEBUG: 1 records were written into master
    Feb 13 15:51:39 v16 sems[22566]: [22606/yeti:cdr/CdrWriter.cpp:442] DEBUG: 1 records are removed from queue
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/udp_trsp.cpp:362] DEBUG: vv M [|] u recvd msg via UDP from 192.168.120.86:5060 vv#012--++--#012SUBSCRIBE sip:61388140395@192.168.120.151:5061;transport=UDP SIP/2.0#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-31886487353886ca-1---d8754z-#015#012Max-Forwards: 70#015#012Contact: <sip:61388140395@192.168.120.86:5060;transport=UDP>#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=49376725#015#012Call-ID: MjI0MWViMGE0ZjljNTQ1MThmNWE2NTc4M2FiZWZlMjA.#015#012CSeq: 1 SUBSCRIBE#015#012Expires: 3600#015#012Accept: application/simple-message-summary#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Event: message-summary#015#012Allow-Events: presence, kpml#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5061) to int (5061)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_via.cpp:521] DEBUG: parsed branch: z9hG4bK-d8754z-31886487353886ca-1---d8754z-
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_via.cpp:544] DEBUG: has_rport: 0
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_table.cpp:99] DEBUG: Matching SUBSCRIBE request
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5060) to int (5060)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:973] DEBUG: Received new request from <192.168.120.86:5060/udp> on intf #0
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:977] DEBUG: req.method = <SUBSCRIBE>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:980] DEBUG: req.r_uri = <sip:61388140395@192.168.120.151:5061;transport=UDP>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:981] DEBUG: req.from_uri = <sip:61388140395@192.168.120.86:5060;transport=UDP>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:982] DEBUG: req.from = <"61388140395" <sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:983] DEBUG: req.to = <"61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:984] DEBUG: req.callid = <MjI0MWViMGE0ZjljNTQ1MThmNWE2NTc4M2FiZWZlMjA.>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:985] DEBUG: req.from_tag = <49376725>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:986] DEBUG: req.to_tag = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:987] DEBUG: cseq = <1>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:988] DEBUG: req.route = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:989] DEBUG: hdrs = <Expires: 3600#015#012Accept: application/simple-message-summary#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Event: message-summary#015#012Allow-Events: presence, kpml#015#012>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:990] DEBUG: body-ct = <>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/AmSipDispatcher.cpp:109] DEBUG: method: `SUBSCRIBE' [9].
    Feb 13 15:51:39 v16 sems[22566]: [22617/yeti:SBC.cpp:294] DEBUG: processing message SUBSCRIBE sip:61388140395@192.168.120.151:5061;transport=UDP
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:422] DEBUG: reply_len = 436
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:597] DEBUG: Sending to 192.168.120.86:5060 <SIP/2.0 405 Method Not Allowed#015#012Via: SIP/2.0/UDP 1...>
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/udp_trsp.cpp:288] DEBUG: send msg via UDP from 192.168.120.151:5061 to 192.168.120.86:5060#012--++--#012SIP/2.0 405 Method Not Allowed#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-31886487353886ca-1---d8754z-#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=8-5E92D415-5E44D5DB000A990E-48AA2700#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=49376725#015#012Call-ID: MjI0MWViMGE0ZjljNTQ1MThmNWE2NTc4M2FiZWZlMjA.#015#012CSeq: 1 SUBSCRIBE#015#012Server: SBC 1.8.34-4#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/trans_layer.cpp:2306] DEBUG: update_uas_reply(t=0x7f0c4000e470)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/sip/sip_trans.cpp:258] DEBUG: New timer of type J at time=2459 (repeated=0)(trans=0x7f0c4000e470)
    Feb 13 15:51:39 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:996] DEBUG: ^^ M [MjI0MWViMGE0ZjljNTQ1MThmNWE2NTc4M2FiZWZlMjA.|] Ru SIP request SUBSCRIBE handled ^^
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/sip/udp_trsp.cpp:362] DEBUG: vv M [|] u recvd msg via UDP from 192.168.120.86:5060 vv#012--++--#012REGISTER sip:192.168.120.151:5061;transport=UDP SIP/2.0#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-206c348fa8c478a9-1---d8754z-#015#012Max-Forwards: 70#015#012Contact: <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>;expires=0#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=4a649a09#015#012Call-ID: MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.#015#012CSeq: 3 REGISTER#015#012Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Authorization: Digest username="61388140395",realm="v16",nonce="5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388",uri="sip:192.168.120.151:5061;transport=UDP",response="121e3177b711f59ac06e5b6a069e912e",cnonce="4238f4e32b3192b46aa1ca845cd0d471",nc=00000002,qop=auth-int,algorithm=MD5#015#012Allow-Events: presence, kpml#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5061) to int (5061)
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/sip/parse_via.cpp:521] DEBUG: parsed branch: z9hG4bK-d8754z-206c348fa8c478a9-1---d8754z-
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/sip/parse_via.cpp:544] DEBUG: has_rport: 0
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/sip/trans_table.cpp:99] DEBUG: Matching REGISTER request
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/sip/parse_uri.cpp:352] DEBUG: Converted URI port (5060) to int (5060)
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:973] DEBUG: Received new request from <192.168.120.86:5060/udp> on intf #0
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:977] DEBUG: req.method = <REGISTER>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:980] DEBUG: req.r_uri = <sip:192.168.120.151:5061;transport=UDP>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:981] DEBUG: req.from_uri = <sip:61388140395@192.168.120.86:5060;rinstance=0187482c372d6b2a;transport=UDP>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:982] DEBUG: req.from = <"61388140395" <sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:983] DEBUG: req.to = <"61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:984] DEBUG: req.callid = <MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:985] DEBUG: req.from_tag = <4a649a09>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:986] DEBUG: req.to_tag = <>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:987] DEBUG: cseq = <3>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:988] DEBUG: req.route = <>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:989] DEBUG: hdrs = <Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE#015#012Supported: replaces, norefersub, extended-refer, timer, X-cisco-serviceuri#015#012User-Agent: Z 3.6.25251 r25476#015#012Authorization: Digest username="61388140395",realm="v16",nonce="5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388",uri="sip:192.168.120.151:5061;transport=UDP",response="121e3177b711f59ac06e5b6a069e912e",cnonce="4238f4e32b3192b46aa1ca845cd0d471",nc=00000002,qop=auth-int,algorithm=MD5#015#012Allow-Events: presence, kpml#015#012>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:990] DEBUG: body-ct = <>
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/AmSipDispatcher.cpp:109] DEBUG: method: `REGISTER' [8].
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:SBC.cpp:294] DEBUG: processing message REGISTER sip:192.168.120.151:5061;transport=UDP
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:Auth.cpp:144] DEBUG: there are 1 credentials for username '61388140395'. iterate over them
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:Auth.cpp:156] DEBUG: match against 16/61388140395/!addpDFFRaCha!!@#
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:697] DEBUG: got realm 'v16' nonce '5E44D5DB653a6f7ea2c67ec76df1bfe1a0e3a388', qop 'auth-int', response '121e3177b711f59ac06e5b6a069e912e', username '61388140395' uri 'sip:192.168.120.151:5061;transport=UDP' cnonce '4238f4e32b3192b46aa1ca845cd0d471'
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:760] DEBUG: got client_nonce_count 2
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:778] DEBUG: calculated our response vs request: '121e3177b711f59ac06e5b6a069e912e' vs '121e3177b711f59ac06e5b6a069e912e'
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/plug-in/uac_auth/UACAuth.cpp:781] DEBUG: Auth: authentication successfull
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:Auth.cpp:163] DEBUG: matched. return auth_id 16
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:SBC.cpp:306] DEBUG: REGISTER successfully authorized with id 16
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-YETI-AUTH' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Diversion' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-IP' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-PORT' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'X-ORIG-PROTO' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'P-Asserted-Identity' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'P-Preferred-Identity' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Privacy' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'Remote-Party-ID' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:UsedHeaderField.cpp:89] DEBUG: no header 'RPID-Privacy' in SipRequest
    Feb 13 15:51:46 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:732] DEBUG: writecdr[0x55c3e73fce30](conn = 0x7f0c34000a40,entries_to_write = 1, retry = 0)
    Feb 13 15:51:46 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:751] DEBUG: writecdr(): process cdr 0x7f0c4000fcb0
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:SBC.cpp:369] DEBUG: successfully parsed contact 61388140395@192.168.120.86
    Feb 13 15:51:46 v16 sems[22566]: [22617/yeti:SBC.cpp:433] DEBUG: expires: 0
    Feb 13 15:51:46 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:422] DEBUG: reply_len = 419
    Feb 13 15:51:46 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:597] DEBUG: Sending to 192.168.120.86:5060 <SIP/2.0 200 OK#015#012Via: SIP/2.0/UDP 192.168.120.86:50...>
    Feb 13 15:51:46 v16 sems[22566]: [22592/core/sip/udp_trsp.cpp:288] DEBUG: send msg via UDP from 192.168.120.151:5061 to 192.168.120.86:5060#012--++--#012SIP/2.0 200 OK#015#012Via: SIP/2.0/UDP 192.168.120.86:5060;branch=z9hG4bK-d8754z-206c348fa8c478a9-1---d8754z-#015#012To: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=8-3A50889D-5E44D5E200066A5A-497AF700#015#012From: "61388140395"<sip:61388140395@192.168.120.151:5061;transport=UDP>;tag=4a649a09#015#012Call-ID: MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.#015#012CSeq: 3 REGISTER#015#012Server: SBC 1.8.34-4#015#012Content-Length: 0#015#012#015#012--++--
    Feb 13 15:51:46 v16 sems[22566]: [22592/core/sip/trans_layer.cpp:2306] DEBUG: update_uas_reply(t=0x7f0c4000f840)
    Feb 13 15:51:46 v16 sems[22566]: [22592/core/sip/sip_trans.cpp:258] DEBUG: New timer of type J at time=2796 (repeated=0)(trans=0x7f0c4000f840)
    Feb 13 15:51:46 v16 sems[22566]: [22617/core/SipCtrlInterface.cpp:996] DEBUG: ^^ M [MTRhOWUwNjk3MDMzZDdlZDY4YzRlY2VkYWQ3ZTZmYzc.|] Ru SIP request REGISTER handled ^^
    Feb 13 15:51:46 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:575] DEBUG: 1 records were written into master
    Feb 13 15:51:46 v16 sems[22566]: [22605/yeti:cdr/CdrWriter.cpp:442] DEBUG: 1 records are removed from queue

Here is the log

This log doesn’t contain any call. There are no INVITE requests

So the conclusion on this raised issue was that once i have both aleg and bleg gateway fully configured and was able to receive response from bleg, it started sending packets to Homer. However, It did not work, when you have other sip types like SIP REGISTER, SIP OPTIONS, etc. It would be ideal to include them in the future as well.

re: unable to update sensor details via web ui, it is still being looked as it could be a bug.

After setting up the sensor level to signaling + rtp, I don’t send QoS data in the Homer system, however, when using agent heplify ver 155, I can see QoS data. Is RTCP packet supported or should we use homer-agent?