[OpenSIPS-Devel] New SylkServer release 1.1.0

2011-03-24 Thread Adrian Georgescu
Hello,

There is a new release of SylkServer available, version 1.1.0 with new 
multi-party conferencing features.

It is SIP conferencing at its best. Encryption for signaling (TLS) and media 
(sRTP), session based chat (MSRP RFC4975, CPIM RFC3862 and iscomposing 
RFC3994), wideband audio mixer (G722 and Speex), adding and removing 
participants (Conferencing for User Agents RFC4579)  and Subscribe/Notify 
mechanism (Conference Event Package RFC4575) with real-time information about 
connected users, end-points and media types. All corespondent client features 
are now available in Blink SIP client for Mac. See the recorded video with 
these features as experienced from Blink:

http://icanblink.com/movies/Blink-ServerConference.mov

SylkServer now supports trusted peers and has outbound proxy support, it is 
designed to operate behind a SIP Proxy like OpenSIPS for routing,  
authentication, authorization and accounting.

To install or update SylkServer on your system:

http://sylkserver.com/download.phtml

Changelog

sylkserver (1.1.0) unstable; urgency=low

 * Added incoming REFER support
 * Added outgoing INVITE support
 * Added SIP outbound proxy support  
 * Added Trusted Peers based on source IP address
 * Added Access Control Lists support to conference application
 * Added basic multi-application support
 * Added IRC conference application
 * Added SIPThor integration
 * Fixed initialization of TLS settings
 * Made session connect method receive the contact header
 * Catch exception if outgoing NOTIFY could not be sent
 * Fixed exception when sending private message to a participant without chat
 * Refactored exception handling when sending chat messages
 * Refactored application finding mechanism
 * Reject incoming requests with 404 if application is not found
 * Removed SIP MESSAGE support in conference application

Kind regards,
Adrian


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] New SylkServer release 1.1.0

2011-03-24 Thread Juha Heinanen
adrian,

thanks for the new version of sylkserver.  i built it myself on debian
squeeze by first getting it from your repo with command

apt-get source sylkserver

build and install went fine, but when i try to start sylkserver, i get
the error below.

any idea what goes wrong?  my python-sipsimple version is 0.18.0.

-- juha

Mar 24 11:39:45 sip sylk-server[3613]: Starting SylkServer 1.1.0, 
config=/etc/sylkserver/config.ini
Mar 24 11:39:47 sip sylk-server[3613]: using set_wakeup_fd
Mar 24 11:39:48 sip sylk-server[3613]: fatal error: failed to create 
SylkServer: /usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined 
symbol: pjsip_msg_find_remove_hdr_by_name
Mar 24 11:39:48 sip sylk-server[3613]: Traceback (most recent call last):
Mar 24 11:39:48 sip sylk-server[3613]:   File /usr/bin/sylk-server, line 86, 
in main
Mar 24 11:39:48 sip sylk-server[3613]: from sylk.server import SylkServer
Mar 24 11:39:48 sip sylk-server[3613]:   File 
/usr/lib/pymodules/python2.6/sylk/server.py, line 11, in module
Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.account import 
Account, BonjourAccount, AccountManager
Mar 24 11:39:48 sip sylk-server[3613]:   File 
/usr/lib/pymodules/python2.6/sipsimple/account.py, line 32, in module
Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core import 
ContactHeader, Credentials, Engine, FromHeader, FrozenSIPURI, Registration, 
RouteHeader, SIPURI, Subscription, ToHeader, PJSIPError, SIPCoreError
Mar 24 11:39:48 sip sylk-server[3613]:   File 
/usr/lib/pymodules/python2.6/sipsimple/core/__init__.py, line 4, in module
Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core._core import *
Mar 24 11:39:48 sip sylk-server[3613]: ImportError: 
/usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined symbol: 
pjsip_msg_find_remove_hdr_by_name

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] New SylkServer release 1.1.0

2011-03-24 Thread Saúl Ibarra Corretgé

Hi Juha,

On 03/24/2011 10:45 AM, Juha Heinanen wrote:

adrian,

thanks for the new version of sylkserver.  i built it myself on debian
squeeze by first getting it from your repo with command

apt-get source sylkserver

build and install went fine, but when i try to start sylkserver, i get
the error below.

any idea what goes wrong?  my python-sipsimple version is 0.18.0.

-- juha

Mar 24 11:39:45 sip sylk-server[3613]: Starting SylkServer 1.1.0, 
config=/etc/sylkserver/config.ini
Mar 24 11:39:47 sip sylk-server[3613]: using set_wakeup_fd
Mar 24 11:39:48 sip sylk-server[3613]: fatal error: failed to create 
SylkServer: /usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined 
symbol: pjsip_msg_find_remove_hdr_by_name
Mar 24 11:39:48 sip sylk-server[3613]: Traceback (most recent call last):
Mar 24 11:39:48 sip sylk-server[3613]:   File /usr/bin/sylk-server, line 86, 
in main
Mar 24 11:39:48 sip sylk-server[3613]: from sylk.server import SylkServer
Mar 24 11:39:48 sip sylk-server[3613]:   File 
/usr/lib/pymodules/python2.6/sylk/server.py, line 11, inmodule
Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.account import 
Account, BonjourAccount, AccountManager
Mar 24 11:39:48 sip sylk-server[3613]:   File 
/usr/lib/pymodules/python2.6/sipsimple/account.py, line 32, inmodule
Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core import 
ContactHeader, Credentials, Engine, FromHeader, FrozenSIPURI, Registration, 
RouteHeader, SIPURI, Subscription, ToHeader, PJSIPError, SIPCoreError
Mar 24 11:39:48 sip sylk-server[3613]:   File 
/usr/lib/pymodules/python2.6/sipsimple/core/__init__.py, line 4, inmodule
Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core._core import *
Mar 24 11:39:48 sip sylk-server[3613]: ImportError: 
/usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined symbol: 
pjsip_msg_find_remove_hdr_by_name



Did you build the python-sipsimple package yourself? Or did you use the 
one from our repositories?


--
Saúl Ibarra Corretgé
AG Projects

___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] New SylkServer release 1.1.0

2011-03-24 Thread Adrian Georgescu
This sounds like a building dependency problem.

Please mail the python-sipsimple mailing list  for help on this.

Adrian

On Mar 24, 2011, at 10:45 AM, Juha Heinanen wrote:

 adrian,
 
 thanks for the new version of sylkserver.  i built it myself on debian
 squeeze by first getting it from your repo with command
 
 apt-get source sylkserver
 
 build and install went fine, but when i try to start sylkserver, i get
 the error below.
 
 any idea what goes wrong?  my python-sipsimple version is 0.18.0.
 
 -- juha
 
 Mar 24 11:39:45 sip sylk-server[3613]: Starting SylkServer 1.1.0, 
 config=/etc/sylkserver/config.ini
 Mar 24 11:39:47 sip sylk-server[3613]: using set_wakeup_fd
 Mar 24 11:39:48 sip sylk-server[3613]: fatal error: failed to create 
 SylkServer: /usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined 
 symbol: pjsip_msg_find_remove_hdr_by_name
 Mar 24 11:39:48 sip sylk-server[3613]: Traceback (most recent call last):
 Mar 24 11:39:48 sip sylk-server[3613]:   File /usr/bin/sylk-server, line 
 86, in main
 Mar 24 11:39:48 sip sylk-server[3613]: from sylk.server import SylkServer
 Mar 24 11:39:48 sip sylk-server[3613]:   File 
 /usr/lib/pymodules/python2.6/sylk/server.py, line 11, in module
 Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.account import 
 Account, BonjourAccount, AccountManager
 Mar 24 11:39:48 sip sylk-server[3613]:   File 
 /usr/lib/pymodules/python2.6/sipsimple/account.py, line 32, in module
 Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core import 
 ContactHeader, Credentials, Engine, FromHeader, FrozenSIPURI, Registration, 
 RouteHeader, SIPURI, Subscription, ToHeader, PJSIPError, SIPCoreError
 Mar 24 11:39:48 sip sylk-server[3613]:   File 
 /usr/lib/pymodules/python2.6/sipsimple/core/__init__.py, line 4, in module
 Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core._core import *
 Mar 24 11:39:48 sip sylk-server[3613]: ImportError: 
 /usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined symbol: 
 pjsip_msg_find_remove_hdr_by_name
 
 ___
 Devel mailing list
 Devel@lists.opensips.org
 http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
 


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel