StreamUtil test

RK
Roland Klabunde
Thu, Apr 10, 2008 2:40 PM

Thansk for your efforts, Danny.

Regards

----- Original Message -----
From: "Danny Brown" danbrwn@gmail.com
To: "pjsip list" pjsip@lists.pjsip.org
Sent: Thursday, April 10, 2008 3:42 PM
Subject: Re: [pjsip] Python wrapper for pjsip on WM devices?

here is the python port I used.
http://pythonce.sourceforge.net/
and the Tkinter instructions are here
http://pythonce.sourceforge.net/Wikka/Tkinter.
And yeah it does just work. Except for as noted earlier.
On Thu, Apr 10, 2008 at 4:23 AM, Benny Prijono bennylp@pjsip.org wrote:

On Wed, Apr 9, 2008 at 7:01 PM, Roland Klabunde
roland.klabunde@freenet.de wrote:

Is that available somewhere?

Not in our svn repository I'm afraid. But assuming you have Python SDK
ported to WM, wouldn't you just need to create a WM project for
py_pjsua and things should "just work"?

Cheers
Beny


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Thansk for your efforts, Danny. Regards ----- Original Message ----- From: "Danny Brown" <danbrwn@gmail.com> To: "pjsip list" <pjsip@lists.pjsip.org> Sent: Thursday, April 10, 2008 3:42 PM Subject: Re: [pjsip] Python wrapper for pjsip on WM devices? > here is the python port I used. > http://pythonce.sourceforge.net/ > and the Tkinter instructions are here > http://pythonce.sourceforge.net/Wikka/Tkinter. > And yeah it does just work. Except for as noted earlier. > On Thu, Apr 10, 2008 at 4:23 AM, Benny Prijono <bennylp@pjsip.org> wrote: >> On Wed, Apr 9, 2008 at 7:01 PM, Roland Klabunde >> <roland.klabunde@freenet.de> wrote: >> > Is that available somewhere? >> > >> >> Not in our svn repository I'm afraid. But assuming you have Python SDK >> ported to WM, wouldn't you just need to create a WM project for >> py_pjsua and things should "just work"? >> >> Cheers >> Beny >> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
RK
Roland Klabunde
Thu, Apr 10, 2008 8:09 PM

Hi Sasa,

meanwhile I managed to build your PJSIP DLL for ARM. Not sure, whether this works or not. Basically one just has follow the build steps for pjsua-wince. Import the pjsipdll project and change the include pathes from

"$(SolutionDir)/pjsip/include";"$(SolutionDir)/pjlib/include";"$(SolutionDir)/pjlib-util/include";"$(SolutionDir)/pjmedia/include";"$(SolutionDir)/pjnath/include"

to

include,../../pjsip/include,../../pjlib-util/include,../../pjlib/include,../../pjmedia/include,../../pjnath/include

and replace the additional libs with the one which may be found in pjsua-wince project.

Regards

----- Original Message -----
From: Sasa Coh
To: pjsip list
Sent: Wednesday, April 09, 2008 10:58 PM
Subject: Re: [pjsip] To SasaCoh: Question concering Sipek for WM

Hi Roland,

pjsipDll project is just another kind of pjsua. I suggest you to follow pjsip instructions for WinCE compilation. I didn't try it by myself, but I remember at least one post where someone managed to build pjsipDll for WinCE.

FYI: for more details on pjsip .Net projects visit http://code.google.com/p/sipek2/ or http://code.google.com/p/sipeksdk

Regards,
Sasa

On Wed, Apr 9, 2008 at 8:35 PM, Roland Klabunde roland.klabunde@freenet.de wrote:

Question to sasacoh:

Would it be possible to compile pjsipDll against the WinCE libraries? Would
like to use your managed wrapper for .net CF.

Regards


_______________________________________________
Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Sasa, meanwhile I managed to build your PJSIP DLL for ARM. Not sure, whether this works or not. Basically one just has follow the build steps for pjsua-wince. Import the pjsipdll project and change the include pathes from "$(SolutionDir)/pjsip/include";"$(SolutionDir)/pjlib/include";"$(SolutionDir)/pjlib-util/include";"$(SolutionDir)/pjmedia/include";"$(SolutionDir)/pjnath/include" to include,../../pjsip/include,../../pjlib-util/include,../../pjlib/include,../../pjmedia/include,../../pjnath/include and replace the additional libs with the one which may be found in pjsua-wince project. Regards ----- Original Message ----- From: Sasa Coh To: pjsip list Sent: Wednesday, April 09, 2008 10:58 PM Subject: Re: [pjsip] To SasaCoh: Question concering Sipek for WM Hi Roland, pjsipDll project is just another kind of pjsua. I suggest you to follow pjsip instructions for WinCE compilation. I didn't try it by myself, but I remember at least one post where someone managed to build pjsipDll for WinCE. FYI: for more details on pjsip .Net projects visit http://code.google.com/p/sipek2/ or http://code.google.com/p/sipeksdk Regards, Sasa On Wed, Apr 9, 2008 at 8:35 PM, Roland Klabunde <roland.klabunde@freenet.de> wrote: Question to sasacoh: Would it be possible to compile pjsipDll against the WinCE libraries? Would like to use your managed wrapper for .net CF. Regards _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org ------------------------------------------------------------------------------ _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org