[SIP Beyond VoIP] SIPBeyondVoIP Digest, Vol 69, Issue 3

Saúl Ibarra Corretgé saul at ag-projects.com
Fri Feb 20 10:45:51 CET 2015


Hi Jaquart,

I see now. SylkServer needs an update to match latest SIP SIMPLE SDK. I should have made a 2.8.1 release fixing that, but that ship has sailed since we now made more changes to the SDK :-S A new version will be released shortly, fixing these.

Cheers,

On 19 Feb 2015, at 14:13, jacquart Matthieu <matthieu.jacquart at gmail.com> wrote:

> Versions :
> 
> tester at ducati57:~$ cat /usr/lib/python2.7/dist-packages/python_sipsimple-2.2.0.egg-info
> Metadata-Version: 1.1
> Name: python-sipsimple
> Version: 2.2.0
> Summary: SIP SIMPLE Client SDK
> 
> 
> sylk-server 2.8.0
> 
> 
> Jacquart Matthieu
> 
> 
> 2015-02-19 12:00 GMT+01:00 <sipbeyondvoip-request at lists.ag-projects.com>:
> Send SIPBeyondVoIP mailing list submissions to
>         sipbeyondvoip at lists.ag-projects.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip
> or, via email, send a message with subject or body 'help' to
>         sipbeyondvoip-request at lists.ag-projects.com
> 
> You can reach the person managing the list at
>         sipbeyondvoip-owner at lists.ag-projects.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of SIPBeyondVoIP digest..."
> 
> 
> Today's Topics:
> 
>    1. Python Bugs (jacquart Matthieu)
>    2. Re: Python Bugs (Sa?l Ibarra Corretg?)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 19 Feb 2015 10:14:05 +0100
> From: jacquart Matthieu <matthieu.jacquart at gmail.com>
> To: sipbeyondvoip at lists.ag-projects.com
> Subject: [SIP Beyond VoIP] Python Bugs
> Message-ID:
>         <CABpVp834A+ahmDH_0MR4k7bmAgDvP+zpqXAELNmYvEQYeN4QBw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi,
> I have installed the sylkserver (ubuntu utopic).
> But i have an issue when create (with blink sip phone) room conference.
> I try check in source code, it seems like there are too many arguments in
> enqueue_message call method :
> 
> 
> ######################################## LIB : sipsimple.streams.msrp
> 
>     @run_in_twisted_thread
>     def _enqueue_message(self, message):
> 
> 
> ########################################
> 
> Feb 19 08:45:07 ducati57 sylk-server[15574]: [conference] Room
> ii at 16.16.88.209 - started by zz <zz at talitsk.gre.hp.com> with with chat
> Feb 19 08:45:07 ducati57 sylk-server[15574]: [conference] Room
> ii at 16.16.88.209 - subscription from sip:zz at talitsk.gre.hp.com
> Feb 19 08:45:07 ducati57 sylk-server[15574]: Traceback (most recent call
> last):
> Feb 19 08:45:07 ducati57 sylk-server[15574]:   File
> "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in
> runUntilCurrent
> Feb 19 08:45:07 ducati57 sylk-server[15574]:     call.func(*call.args, **
> call.kw)
> Feb 19 08:45:07 ducati57 sylk-server[15574]:   File
> "/usr/lib/python2.7/dist-packages/eventlib/proc.py", line 571, in _run
> Feb 19 08:45:07 ducati57 sylk-server[15574]:     result = function(*args,
> **kwargs)
> Feb 19 08:45:07 ducati57 sylk-server[15574]:   File
> "/usr/local/lib/python2.7/dist-packages/sylk/applications/conference/room.py",
> line 884, in chat_welcome
> Feb 19 08:45:07 ducati57 sylk-server[15574]:     stream.send_message(txt,
> 'text/plain', local_identity=self.room.identity,
> recipients=[self.room.identity])
> Feb 19 08:45:07 ducati57 sylk-server[15574]:   File
> "/usr/local/lib/python2.7/dist-packages/sylk/streams.py", line 169, in
> send_message
> Feb 19 08:45:07 ducati57 sylk-server[15574]:
> self._enqueue_message(str(message_id), str(msg), 'message/cpim',
> failure_report=failure_report, success_report=success_report,
> notify_progress=notify_progress)
> Feb 19 08:45:07 ducati57 sylk-server[15574]: TypeError: _enqueue_message()
> takes exactly 2 arguments (7 given)
> 
> 
> 
> 
> 
> Do you have any idea what is wrong ?
> 
> Regards,
>      Matthieu
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20150219/0f5e8156/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 19 Feb 2015 10:21:36 +0100
> From: Sa?l Ibarra Corretg? <saul at ag-projects.com>
> To: SIP Beyond VoIP <sipbeyondvoip at lists.ag-projects.com>
> Subject: Re: [SIP Beyond VoIP] Python Bugs
> Message-ID: <4D6624EB-CADC-4D99-B0A1-E4E5913A4555 at ag-projects.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi,
> 
> On 19 Feb 2015, at 10:14, jacquart Matthieu <matthieu.jacquart at gmail.com> wrote:
> 
> > Hi,
> > I have installed the sylkserver (ubuntu utopic).
> > But i have an issue when create (with blink sip phone) room conference.
> > I try check in source code, it seems like there are too many arguments in enqueue_message call method :
> >
> >
> > ######################################## LIB : sipsimple.streams.msrp
> >
> >     @run_in_twisted_thread
> >     def _enqueue_message(self, message):
> >
> >
> > ########################################
> >
> > Feb 19 08:45:07 ducati57 sylk-server[15574]: [conference] Room ii at 16.16.88.209 - started by zz <zz at talitsk.gre.hp.com> with with chat
> > Feb 19 08:45:07 ducati57 sylk-server[15574]: [conference] Room ii at 16.16.88.209 - subscription from sip:zz at talitsk.gre.hp.com
> > Feb 19 08:45:07 ducati57 sylk-server[15574]: Traceback (most recent call last):
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:   File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:     call.func(*call.args, **call.kw)
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:   File "/usr/lib/python2.7/dist-packages/eventlib/proc.py", line 571, in _run
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:     result = function(*args, **kwargs)
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:   File "/usr/local/lib/python2.7/dist-packages/sylk/applications/conference/room.py", line 884, in chat_welcome
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:     stream.send_message(txt, 'text/plain', local_identity=self.room.identity, recipients=[self.room.identity])
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:   File "/usr/local/lib/python2.7/dist-packages/sylk/streams.py", line 169, in send_message
> > Feb 19 08:45:07 ducati57 sylk-server[15574]:     self._enqueue_message(str(message_id), str(msg), 'message/cpim', failure_report=failure_report, success_report=success_report, notify_progress=notify_progress)
> > Feb 19 08:45:07 ducati57 sylk-server[15574]: TypeError: _enqueue_message() takes exactly 2 arguments (7 given)
> >
> 
> What versions of the software did you install? Specifically SylkServer and python-sipsimple.
> 
> --
> Sa?l Ibarra Corretg?
> AG Projects
> 
> 
> 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 842 bytes
> Desc: Message signed with OpenPGP using GPGMail
> URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20150219/f54740a3/attachment-0001.pgp>
> 
> ------------------------------
> 
> _______________________________________________
> SIPBeyondVoIP mailing list
> SIPBeyondVoIP at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip
> 
> 
> End of SIPBeyondVoIP Digest, Vol 69, Issue 3
> ********************************************
> 
> _______________________________________________
> SIPBeyondVoIP mailing list
> SIPBeyondVoIP at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip

--
Saúl Ibarra Corretgé
AG Projects



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20150220/9746c8e4/attachment-0001.pgp>


More information about the SIPBeyondVoIP mailing list