[SIP Beyond VoIP] sylkserver exception after handling refer

Juha Heinanen jh at tutpro.com
Mon Nov 5 11:33:05 CET 2012


i tried (with None audio devices) if conference would work.  when i gave
/add_participant command, sip-session client sent refer to sylkserver.
sylkserver got it and wrote to syslog:

Nov  5 12:10:04 sip sylk-server[16724]: [conference] sip:jh at test.fi added sip:test at test.fi to sip:+35892345671*3655*8681 at cf.test.fi

then sylkserver sent out notify and after that got into trouble:

Nov  5 12:10:04 sip sylk-server[16724]: error: Exception occured in observer <sylk.applications.conference.IncomingReferralHandler object at 0xa9fdbcc> while handling notification 'DNSLookupDidSucceed'
Nov  5 12:10:05 sip sylk-server[16724]: Traceback (most recent call last):
Nov  5 12:10:05 sip sylk-server[16724]:   File "/usr/lib/python2.6/dist-packages/application/notification.py", line 216, in post_notification
Nov  5 12:10:05 sip sylk-server[16724]:     observer.handle_notification(notification)
Nov  5 12:10:05 sip sylk-server[16724]:   File "/usr/lib/python2.6/dist-packages/sylk/applications/conference/__init__.py", line 326, in handle_notification
Nov  5 12:10:05 sip sylk-server[16724]:     handler(notification)
Nov  5 12:10:05 sip sylk-server[16724]:   File "/usr/lib/python2.6/dist-packages/sylk/applications/conference/__init__.py", line 344, in _NH_DNSLookupDidSucceed
Nov  5 12:10:05 sip sylk-server[16724]:     self.streams.append(AudioStream(account))
Nov  5 12:10:05 sip sylk-server[16724]: TypeError: __init__() takes exactly 1 argument (2 given)

i have tried to check that i have all the latest packages installed, but
for some reason there is still the above argument mismatch.

-- juha


More information about the SIPBeyondVoIP mailing list