[SIP Beyond VoIP] SIPCoreError: PJSIPUA is not instantiated

ANIL KARADAĞ anil.karadag at gmail.com
Thu Feb 21 08:28:13 CET 2013


Hi,


I observed the following exception on Sylk;

Feb 20 22:36:33 sylk-server[14110]: Traceback (most recent call last):
Feb 20 22:36:33 sylk-server[14110]:   File
"/usr/lib64/python2.6/site-packages/Twisted-12.2.0-py2.6-linux-x86_64.egg/twisted/internet/base.py",
line 773, in runUntilCurrent
Feb 20 22:36:33 sylk-server[14110]:     f(*a, **kw)
Feb 20 22:36:33 sylk-server[14110]:   File
"/usr/lib/python2.6/site-packages/sylk/applications/__init__.py", line 141,
in handle_notification
Feb 20 22:36:33 sylk-server[14110]:     handler(notification)
Feb 20 22:36:33 sylk-server[14110]:   File
"/usr/lib/python2.6/site-packages/sylk/applications/__init__.py", line 169,
in _NH_SIPIncomingSubscriptionGotSubscribe
Feb 20 22:36:33 sylk-server[14110]:
app.incoming_subscription(subscribe_request, notification.data)
Feb 20 22:36:33 sylk-server[14110]:   File
"/usr/lib/python2.6/site-packages/sylk/applications/conference/__init__.py",
line 209, in incoming_subscription
Feb 20 22:36:33 sylk-server[14110]:     subscribe_request.reject(480)
Feb 20 22:36:33 sylk-server[14110]:   File "_core.subscription.pxi", line
475, in sipsimple.core._core.IncomingSubscription.reject
(sipsimple/core/_core.c:98495)
Feb 20 22:36:33 sylk-server[14110]:   File "_core.subscription.pxi", line
594, in sipsimple.core._core.IncomingSubscription._get_ua
(sipsimple/core/_core.c:100459)
Feb 20 22:36:33 sylk-server[14110]:   File "_core.subscription.pxi", line
587, in sipsimple.core._core.IncomingSubscription._get_ua
(sipsimple/core/_core.c:100357)
Feb 20 22:36:33 sylk-server[14110]:   File "_core.ua.pxi", line 1082, in
sipsimple.core._core._get_ua (sipsimple/core/_core.c:47890)
Feb 20 22:36:33 sylk-server[14110]: *SIPCoreError: PJSIPUA is not
instantiated*


In addition, the application continues to run but cannot establish new
sessions.



[1]:

cdef PJSIPUA _get_ua():
    global _ua
    cdef PJSIPUA ua
    if _ua == NULL:
        raise SIPCoreError("PJSIPUA is not instantiated")
    ua = <object> _ua
    ua._check_thread()
    return ua





[1]
http://devel.ag-projects.com/repositories/python-sipsimple/sipsimple/core/_core.ua.pxi


-- 
Anıl KARADAĞ
Senior Software Developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20130221/3bd54fef/attachment.html>


More information about the SIPBeyondVoIP mailing list