Development IDE

KA
Kabil Akpınar
Fri, Aug 20, 2010 11:12 AM

What is your IDE choice for pjsip under Linux? I ask because I use Netbeans
but I have trouble with include paths. What would be your suggestions?

--
Kabil Akpınar

What is your IDE choice for pjsip under Linux? I ask because I use Netbeans but I have trouble with include paths. What would be your suggestions? -- Kabil Akpınar
BP
Benny Prijono
Fri, Aug 20, 2010 12:02 PM

2010/8/20 Kabil Akpınar kabilakpinar@gmail.com:

What is your IDE choice for pjsip under Linux? I ask because I use Netbeans
but I have trouble with include paths. What would be your suggestions?

Eclipse works great for me. See
https://trac.pjsip.org/repos/wiki/Using_Eclipse_with_PJSIP

-benny

2010/8/20 Kabil Akpınar <kabilakpinar@gmail.com>: > What is your IDE choice for pjsip under Linux? I ask because I use Netbeans > but I have trouble with include paths. What would be your suggestions? > Eclipse works great for me. See https://trac.pjsip.org/repos/wiki/Using_Eclipse_with_PJSIP -benny
KA
Kabil Akpınar
Fri, Aug 20, 2010 12:36 PM

On Fri, Aug 20, 2010 at 3:02 PM, Benny Prijono bennylp@teluu.com wrote:

2010/8/20 Kabil Akpınar kabilakpinar@gmail.com:

What is your IDE choice for pjsip under Linux? I ask because I use

Netbeans

but I have trouble with include paths. What would be your suggestions?

Eclipse works great for me. See
https://trac.pjsip.org/repos/wiki/Using_Eclipse_with_PJSIP

Well, I will follow you then. I haven't seen that page.

Benny also can you suggest me a way in order to extend pjsua with audio-less
version (My previous mail was about SDP without sound encoding/decoding). I
can't decide:
Either I will copy related pjsua code without presence etc and convert
call related functions to "connection" ones
Or I will edit pjsua and related to give application support

What would you suggest?

-benny

--
Kabil Akpınar

On Fri, Aug 20, 2010 at 3:02 PM, Benny Prijono <bennylp@teluu.com> wrote: > 2010/8/20 Kabil Akpınar <kabilakpinar@gmail.com>: > > What is your IDE choice for pjsip under Linux? I ask because I use > Netbeans > > but I have trouble with include paths. What would be your suggestions? > > > > Eclipse works great for me. See > https://trac.pjsip.org/repos/wiki/Using_Eclipse_with_PJSIP > > Well, I will follow you then. I haven't seen that page. Benny also can you suggest me a way in order to extend pjsua with audio-less version (My previous mail was about SDP without sound encoding/decoding). I can't decide: Either I will copy related pjsua code without presence etc and convert call related functions to "connection" ones Or I will edit pjsua and related to give application support What would you suggest? -benny > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Kabil Akpınar
BP
Benny Prijono
Fri, Aug 20, 2010 12:43 PM

2010/8/20 Kabil Akpınar kabilakpinar@gmail.com:

Well, I will follow you then. I haven't seen that page.
Benny also can you suggest me a way in order to extend pjsua with audio-less
version (My previous mail was about SDP without sound encoding/decoding). I
can't decide:
  Either I will copy related pjsua code without presence etc and convert
call related functions to "connection" ones
  Or I will edit pjsua and related to give application support
What would you suggest?

I would do the latter. But both are not straightforward.

-benny

2010/8/20 Kabil Akpınar <kabilakpinar@gmail.com>: >> Eclipse works great for me. See >> https://trac.pjsip.org/repos/wiki/Using_Eclipse_with_PJSIP >> > Well, I will follow you then. I haven't seen that page. > Benny also can you suggest me a way in order to extend pjsua with audio-less > version (My previous mail was about SDP without sound encoding/decoding). I > can't decide: >   Either I will copy related pjsua code without presence etc and convert > call related functions to "connection" ones >   Or I will edit pjsua and related to give application support > What would you suggest? I would do the latter. But both are not straightforward. -benny
KA
Kabil Akpınar
Fri, Aug 20, 2010 1:23 PM

Thank you for the suggestion.

On Fri, Aug 20, 2010 at 3:43 PM, Benny Prijono bennylp@teluu.com wrote:

2010/8/20 Kabil Akpınar kabilakpinar@gmail.com:

Well, I will follow you then. I haven't seen that page.
Benny also can you suggest me a way in order to extend pjsua with

audio-less

version (My previous mail was about SDP without sound encoding/decoding).

I

can't decide:
Either I will copy related pjsua code without presence etc and convert
call related functions to "connection" ones
Or I will edit pjsua and related to give application support
What would you suggest?

I would do the latter. But both are not straightforward.

-benny

--
Kabil Akpınar

Thank you for the suggestion. On Fri, Aug 20, 2010 at 3:43 PM, Benny Prijono <bennylp@teluu.com> wrote: > 2010/8/20 Kabil Akpınar <kabilakpinar@gmail.com>: > >> Eclipse works great for me. See > >> https://trac.pjsip.org/repos/wiki/Using_Eclipse_with_PJSIP > >> > > Well, I will follow you then. I haven't seen that page. > > Benny also can you suggest me a way in order to extend pjsua with > audio-less > > version (My previous mail was about SDP without sound encoding/decoding). > I > > can't decide: > > Either I will copy related pjsua code without presence etc and convert > > call related functions to "connection" ones > > Or I will edit pjsua and related to give application support > > What would you suggest? > > > I would do the latter. But both are not straightforward. > > -benny > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Kabil Akpınar
MT
Meftah Tayeb
Sat, Aug 21, 2010 2:10 PM

eclipse very clever
Le 20/08/2010 13:12, Kabil Akpınar a écrit :

What is your IDE choice for pjsip under Linux? I ask because I use
Netbeans but I have trouble with include paths. What would be your
suggestions?

--
Kabil Akpınar


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

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

--
Meftah Tayeb
algérie télécom SPA
phone: +21321761805
phone (INUM): +883510001289101
mobile : +213660347746
mobile (INUM: +883510001289110
http://www.algerietelecom.dz

eclipse very clever Le 20/08/2010 13:12, Kabil Akpınar a écrit : > What is your IDE choice for pjsip under Linux? I ask because I use > Netbeans but I have trouble with include paths. What would be your > suggestions? > > -- > Kabil Akpınar > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Meftah Tayeb algérie télécom SPA phone: +21321761805 phone (INUM): +883510001289101 mobile : +213660347746 mobile (INUM: +883510001289110 http://www.algerietelecom.dz