[Blink] New release for Blink Qt 0.3.1 for Linux with SIP SIMPLE Presence (RLS and XCAP)

Juha Heinanen jh at tutpro.com
Sun Apr 28 21:52:54 CEST 2013


i did some digging in the sources and found in sip-session that if
registration has resulted in gruus, then they will be printed out to the
console:

        if account.contact.public_gruu is not None:
            lines.append('Public GRUU: %s' % account.contact.public_gruu)
        if account.contact.temporary_gruu is not None:
            lines.append('Temporary GRUU: %s' % account.contact.temporary_gruu)
        send_notice(lines)

i don't see them printed which means that
sipsimple/account/registration.py either didn't do its job correctly or
there was something wrong with the contact of response:

>        [truncated] Contact:
>        <sip:06215489 at 192.98.102.10:56147>;q=0.5;expires=600;pub-gruu="sip:jh at test.fi;gr=urn:uuid:d64d187d-3aa7-467c-8aa1-184e3914fe80";temp-gruu="sip:uloc-5178e946-260f-3-ad77321d at test.fi;gr";+sip.instance="<urn:uuid:d64d187d

if i would know how to add debug statements in registration.py, i might
get further with finding out why gruus were not included with the
account.

-- juha



More information about the Blink mailing list