[sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

Victor Seva notifications at github.com
Fri Feb 17 09:44:28 CET 2017


without pua_reginfo

REGISTER
```
Feb 17 09:40:56 sp1 proxy[25182]: NOTICE: <script>: New request on proxy - M=REGISTER R=sip:192.168.1.71 F=sip:43993005 at 192.168.1.71 T=sip:43993005 at 192.168.1.71 IP=192.168.1.42:36771 (127.0.0.1:5060) ID=4e4be68b480e519ae701a8ebd2f426ee at 0.0.0.0 UA='Jitsi2.9.5521Linux'
Feb 17 09:40:56 sp1 proxy[25182]: NOTICE: <script>: Authentication failed, no credentials - R=sip:192.168.1.71 ID=4e4be68b480e519ae701a8ebd2f426ee at 0.0.0.0 UA='Jitsi2.9.5521Linux'
Feb 17 09:40:56 sp1 proxy[25182]: NOTICE: <script>: New request on proxy - M=REGISTER R=sip:192.168.1.71 F=sip:43993005 at 192.168.1.71 T=sip:43993005 at 192.168.1.71 IP=192.168.1.42:36771 (127.0.0.1:5060) ID=4e4be68b480e519ae701a8ebd2f426ee at 0.0.0.0 UA='Jitsi2.9.5521Linux'
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: usrloc [udomain.c:641]: db_load_urecord(): aor 43993005 at 192.168.1.71 not found in table location
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: usrloc [udomain.c:174]: get_static_urecord(): urecord static[0x7f02f3e08200]
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: registrar [path.c:108]: build_path_vector(): received is <sip:192.168.1.42:36771>
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: registrar [path.c:116]: build_path_vector(): path is <<sip:lb at 127.0.0.1;lr;received=sip:192.168.1.42:36771;socket=sip:192.168.1.71:5060>>
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: registrar [save.c:410]: pack_ci(): generated ruid is: uloc-58a6b704-625e-1
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: usrloc [ucontact.c:142]: new_ucontact(): new ucontact[0x7f02e3cfee60]
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: registrar [reply.c:366]: build_contact(): created Contact HF: Contact: <sip:43993005 at 192.168.1.42:36771;transport=udp;registering_acc=192_168_1_71>;expires=564;received="sip:192.168.1.42:36771"#015#012
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: usrloc [urecord.c:553]: release_urecord(): free urecord[0x7f02f3e08200]
Feb 17 09:40:56 sp1 proxy[25182]: DEBUG: usrloc [ucontact.c:179]: free_ucontact(): free ucontact[0x7f02e3cfee60]
Feb 17 09:40:56 sp1 proxy[25182]: NOTICE: <script>: Contacts successfully saved, expires in 600s - R=sip:192.168.1.71 ID=4e4be68b480e519ae701a8ebd2f426ee at 0.0.0.0 UA='Jitsi2.9.5521Linux'
```
no ucontact in shared memory

UNREGISTER
```
Feb 17 09:41:04 sp1 proxy[25182]: NOTICE: <script>: New request on proxy - M=REGISTER R=sip:192.168.1.71 F=sip:43993005 at 192.168.1.71 T=sip:43993005 at 192.168.1.71 IP=192.168.1.42:36771 (127.0.0.1:5060) ID=4e4be68b480e519ae701a8ebd2f426ee at 0.0.0.0 UA='Jitsi2.9.5521Linux'
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: usrloc [udomain.c:174]: get_static_urecord(): urecord static[0x7f02f3e08200]
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: usrloc [ucontact.c:142]: new_ucontact(): new ucontact[0x7f02e3cfedf8]
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: usrloc [udomain.c:1155]: get_urecord(): DB_ONLY urecord[0x7f02f3e08200]
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: registrar [path.c:108]: build_path_vector(): received is <sip:192.168.1.42:36771>
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: registrar [path.c:116]: build_path_vector(): path is <<sip:lb at 127.0.0.1;lr;received=sip:192.168.1.42:36771;socket=sip:192.168.1.71:5060>>
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: registrar [save.c:410]: pack_ci(): generated ruid is: uloc-58a6b704-625e-2
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: registrar [save.c:591]: test_max_contacts(): 1 valid contacts
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: registrar [save.c:613]: test_max_contacts(): 0 contacts after commit
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: registrar [save.c:410]: pack_ci(): generated ruid is: uloc-58a6b704-625e-3
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: usrloc [ucontact.c:1788]: uldb_delete_attrs_ruid(): trying to delete location attributes
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: usrloc [ucontact.c:179]: free_ucontact(): free ucontact[0x7f02e3cfedf8]
Feb 17 09:41:04 sp1 proxy[25182]: DEBUG: usrloc [urecord.c:553]: release_urecord(): free urecord[0x7f02f3e08200]
Feb 17 09:41:04 sp1 proxy[25182]: NOTICE: <script>: Contacts successfully deleted - R=sip:192.168.1.71 ID=4e4be68b480e519ae701a8ebd2f426ee at 0.0.0.0 UA='Jitsi2.9.5521Linux'
```
no ucontact in shared memory


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/997#issuecomment-280589990
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20170217/5e2ed23a/attachment.html>


More information about the sr-dev mailing list