<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hello Volkan,</div><div><br></div><div>That is no wonder. If you expect that you can just take any version of pjsip, build the core and then expect that everything just works, your expectation is a bit misplaced. </div><div><br></div><div>The SDK works with a certain version of pjsip stack, which is here <a href="http://download.ag-projects.com/SipClient/pjsip/">http://download.ag-projects.com/SipClient/pjsip/</a> on top of which there are 55 patches applied:</div><div><br></div><div><a href="http://sipsimpleclient.org/projects/sipsimpleclient/repository/show/patches">http://sipsimpleclient.org/projects/sipsimpleclient/repository/show/patches</a></div><div><br></div><div>The build process is described here:</div><div><br></div><div><a href="http://sipsimpleclient.org/projects/sipsimpleclient/repository/entry/setup_pjsip.py">http://sipsimpleclient.org/projects/sipsimpleclient/repository/entry/setup_pjsip.py</a></div><div><br></div><div>Any other combination will work only if you port everything at all layers in C, Cython and Python, which is many months of work for somebody who must know perfectly the internals of both projects.</div><div><br></div><div>Regards,</div><div>Adrian</div><div><br></div><div><div>On Dec 1, 2012, at 9:45 AM, Volkan Mat Durgun wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Guys,<div><br></div><div>I tried to create_core.so manually by executiıng the command in build_inplace file.</div><div>I replaced the _core.so file, when I restart Sylk I got the following error :-s</div><div><br></div><div>
<div>Dec  1 13:30:11 trhtlangley35 sylk-server[13493]: Main loop terminated.</div><div>Dec  1 13:30:11 trhtlangley35 sylk-server[13493]: SylkServer stopped</div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]: Starting SylkServer 2.2.0, config=/etc/sylkserver/config.ini</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]: using set_wakeup_fd</div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]: fatal error: failed to create SylkServer: /usr/lib/python2.7/dist-packages/sipsimple/core/_core.so: undefined symbol: _Py_RefTotal</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]: Traceback (most recent call last):</div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:   File "/usr/bin/sylk-server", line 68, in main</div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:     from sylk.server import SylkServer</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:   File "/usr/local/lib/python2.7/dist-packages/sylk/server.py", line 13, in <module></div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:     from sipsimple.account import Account, BonjourAccount, AccountManager</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:   File "/usr/lib/python2.7/dist-packages/sipsimple/account/__init__.py", line 25, in <module></div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:     from sipsimple.account.bonjour import BonjourServices, _bonjour</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:   File "/usr/lib/python2.7/dist-packages/sipsimple/account/bonjour/__init__.py", line 21, in <module></div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:     from sipsimple.core import FrozenSIPURI, SIPCoreError, NoGRUU</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:   File "/usr/lib/python2.7/dist-packages/sipsimple/core/__init__.py", line 4, in <module></div><div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]:     from sipsimple.core._core import *</div>
<div>Dec  1 13:30:12 trhtlangley35 sylk-server[1297]: ImportError: /usr/lib/python2.7/dist-packages/sipsimple/core/_core.so: undefined symbol: _Py_RefTotal</div></div><div><br></div><div><br><div class="gmail_quote">On Fri, Nov 30, 2012 at 11:33 AM, volkan mat <span dir="ltr"><<a href="mailto:volkanmatdurgun@gmail.com" target="_blank">volkanmatdurgun@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Guys,<div>I faced same problem.</div><div>When I sent INVITE message to SylkServer via SiPp which contains multipart mesage body, I received (415) unsupported media type from pjsip.</div>
<div>This problem is discussed on March. Do you have ETA for now? Or maybe you're already in progress :)</div>
<div>Meanwhile, I will try pjsip 1.12 with SDK core.</div><div><br></div><div>Thanks</div><div>Volkan Mat Durgun</div>
</blockquote></div><br></div>
_______________________________________________<br>SIPBeyondVoIP mailing list<br><a href="mailto:SIPBeyondVoIP@lists.ag-projects.com">SIPBeyondVoIP@lists.ag-projects.com</a><br>http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip<br></blockquote></div><br></body></html>