Re: [pjsip] Does pjsip-0.9.0 supports OSS? (Nanang Izzuddin

丰 田
Mon, Jul 7, 2008 4:47 PM

Hi, Nanang:
Thanks for your prompt reply. I'm sure that my platform support capture. I've two problems now when trying to connect an Ubuntu PC to a arm-linux embedded device (OSS).

  1. Ubuntu, the sndtest can't be finished, here is the log:

tian@tian:~/TrainingPrj/PJSIP/pjproject-0.9.0_x86/pjsip-apps/bin/samples$ ./sndtest-i686-pc-linux-gnu
00:35:03.088 os_core_unix.c pjlib 0.9.0-release for POSIX initialized
00:35:03.189      pasound.c PortAudio sound library initialized, status=0
00:35:03.189      pasound.c PortAudio host api count=1
00:35:03.189      pasound.c Sound device count=1
00:35:03.189          pjlib select() I/O Queue created (0x80812d4)
00:35:03.189      sndtest.c Found 1 devices:
00:35:03.189      sndtest.c  0: /dev/dsp (capture=16, playback=16)
00:35:03.243      sndtest.c Testing playback device /dev/dsp
00:35:03.243      sndtest.c Testing capture device /dev/dsp
Then it just blocked until you terminate it.

  1. arm-linux: it seems that I can't open the capture device, here is the log when I was running the sndtest
    [root@FriendlyARM plg]# ./sndtest
    00:14:59.717 os_core_unix.c pjlib 0.9.0-release for POSIX initialized
    00:14:59.735      pasound.c PortAudio sound library initialized, status=0
    00:14:59.736      pasound.c PortAudio host api count=1
    00:14:59.738      pasound.c Sound device count=1
    00:14:59.740          pjlib select() I/O Queue created (0x482d4)
    00:14:59.743      sndtest.c Found 1 devices:
    00:14:59.744      sndtest.c  0: /dev/dsp (capture=2, playback=2)
    Unable to open device for capture: Device unavailable (err=269984)

Thanks.

From: pjsip-request@lists.pjsip.org
Subject: pjsip Digest, Vol 11, Issue 13
To: pjsip@lists.pjsip.org
Date: Mon, 7 Jul 2008 05:49:21 -0400

Send pjsip mailing list submissions to
pjsip@lists.pjsip.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org

You can reach the person managing the list at
pjsip-owner@lists.pjsip.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."

Today's Topics:

1. Re: pjsip and iphone 2.0 (Ravi Mulam)
2. Re: Symbian_ua and Symbian_ua_gui sound device problem...
   (Nanang Izzuddin)
3. Re: Symbian_ua and Symbian_ua_gui sound device problem... (atik)
4. Re: Symbian_ua and Symbian_ua_gui sound device problem...
   (Fabio Pietrosanti (naif))
5. Does pjsip-0.9.0 supports OSS? (? ?)
6. Re: Does pjsip-0.9.0 supports OSS? (Nanang Izzuddin)
7. Re: stateful_proxy-i686-pc-linux-gnu: segmentation fault
   (Benny Prijono)
8. Re: PJSIP and Allow header semantics (Benny Prijono)

Message: 1
Date: Sun, 6 Jul 2008 09:35:16 -0700
From: "Ravi Mulam" rmulam@gmail.com
Subject: Re: [pjsip] pjsip and iphone 2.0
To: "pjsip list" pjsip@lists.pjsip.org
Message-ID:
97eb622f0807060935h56fbacb2i4dc9136361ef95d1@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"

Hi Samuel,
Saw this post just now. We lost contact after our initial discussion. My
offer before stands true even now. Let me know if you are interested.
Basically i want pjsip on iPhone 2.0 Official SDK and looks like you have
it.

ravi

On Mon, Jun 16, 2008 at 12:11 AM, Samuel Vinson samuelv@laposte.net wrote:

Hi all,

I finished to port pjsip on iphone 2.0.
It works fine on simulator.
I have not been able to test on a truly device, because I don't have the
last firmware. I hope there won't have problem with the devices.

Samuel


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, Nanang: Thanks for your prompt reply. I'm sure that my platform support capture. I've two problems now when trying to connect an Ubuntu PC to a arm-linux embedded device (OSS). 1. Ubuntu, the sndtest can't be finished, here is the log: tian@tian:~/TrainingPrj/PJSIP/pjproject-0.9.0_x86/pjsip-apps/bin/samples$ ./sndtest-i686-pc-linux-gnu 00:35:03.088 os_core_unix.c pjlib 0.9.0-release for POSIX initialized 00:35:03.189 pasound.c PortAudio sound library initialized, status=0 00:35:03.189 pasound.c PortAudio host api count=1 00:35:03.189 pasound.c Sound device count=1 00:35:03.189 pjlib select() I/O Queue created (0x80812d4) 00:35:03.189 sndtest.c Found 1 devices: 00:35:03.189 sndtest.c 0: /dev/dsp (capture=16, playback=16) 00:35:03.243 sndtest.c Testing playback device /dev/dsp 00:35:03.243 sndtest.c Testing capture device /dev/dsp Then it just blocked until you terminate it. 2. arm-linux: it seems that I can't open the capture device, here is the log when I was running the sndtest [root@FriendlyARM plg]# ./sndtest 00:14:59.717 os_core_unix.c pjlib 0.9.0-release for POSIX initialized 00:14:59.735 pasound.c PortAudio sound library initialized, status=0 00:14:59.736 pasound.c PortAudio host api count=1 00:14:59.738 pasound.c Sound device count=1 00:14:59.740 pjlib select() I/O Queue created (0x482d4) 00:14:59.743 sndtest.c Found 1 devices: 00:14:59.744 sndtest.c 0: /dev/dsp (capture=2, playback=2) Unable to open device for capture: Device unavailable (err=269984) Thanks. > From: pjsip-request@lists.pjsip.org > Subject: pjsip Digest, Vol 11, Issue 13 > To: pjsip@lists.pjsip.org > Date: Mon, 7 Jul 2008 05:49:21 -0400 > > Send pjsip mailing list submissions to > pjsip@lists.pjsip.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > or, via email, send a message with subject or body 'help' to > pjsip-request@lists.pjsip.org > > You can reach the person managing the list at > pjsip-owner@lists.pjsip.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of pjsip digest..." > > > Today's Topics: > > 1. Re: pjsip and iphone 2.0 (Ravi Mulam) > 2. Re: Symbian_ua and Symbian_ua_gui sound device problem... > (Nanang Izzuddin) > 3. Re: Symbian_ua and Symbian_ua_gui sound device problem... (atik) > 4. Re: Symbian_ua and Symbian_ua_gui sound device problem... > (Fabio Pietrosanti (naif)) > 5. Does pjsip-0.9.0 supports OSS? (? ?) > 6. Re: Does pjsip-0.9.0 supports OSS? (Nanang Izzuddin) > 7. Re: stateful_proxy-i686-pc-linux-gnu: segmentation fault > (Benny Prijono) > 8. Re: PJSIP and Allow header semantics (Benny Prijono) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 6 Jul 2008 09:35:16 -0700 > From: "Ravi Mulam" <rmulam@gmail.com> > Subject: Re: [pjsip] pjsip and iphone 2.0 > To: "pjsip list" <pjsip@lists.pjsip.org> > Message-ID: > <97eb622f0807060935h56fbacb2i4dc9136361ef95d1@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Samuel, > Saw this post just now. We lost contact after our initial discussion. My > offer before stands true even now. Let me know if you are interested. > Basically i want pjsip on iPhone 2.0 Official SDK and looks like you have > it. > > ravi > > > On Mon, Jun 16, 2008 at 12:11 AM, Samuel Vinson <samuelv@laposte.net> wrote: > > > Hi all, > > > > I finished to port pjsip on iphone 2.0. > > It works fine on simulator. > > I have not been able to test on a truly device, because I don't have the > > last firmware. I hope there won't have problem with the devices. > > > > Samuel > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > >
BP
Benny Prijono
Tue, Jul 8, 2008 9:15 AM

On Mon, Jul 7, 2008 at 5:47 PM, 丰 田 ftianf@hotmail.com wrote:

Hi, Nanang:
Thanks for your prompt reply. I'm sure that my platform support capture.

How can you be sure?  The simplest test of course is to "cat /dev/dsp >
file" and see if the capture is successful.

Yes pjsip supports OSS.

Cheers
Benny

I've two problems now when trying to connect an Ubuntu PC to a arm-linux

embedded device (OSS).

  1. Ubuntu, the sndtest can't be finished, here is the log:

tian@tian:~/TrainingPrj/PJSIP/pjproject-0.9.0_x86/pjsip-apps/bin/samples$
./sndtest-i686-pc-linux-gnu
00:35:03.088 os_core_unix.c pjlib 0.9.0-release for POSIX initialized
00:35:03.189      pasound.c PortAudio sound library initialized, status=0
00:35:03.189      pasound.c PortAudio host api count=1
00:35:03.189      pasound.c Sound device count=1
00:35:03.189          pjlib select() I/O Queue created (0x80812d4)
00:35:03.189      sndtest.c Found 1 devices:
00:35:03.189      sndtest.c  0: /dev/dsp (capture=16, playback=16)
00:35:03.243      sndtest.c Testing playback device /dev/dsp
00:35:03.243      sndtest.c Testing capture device /dev/dsp
Then it just blocked until you terminate it.

  1. arm-linux: it seems that I can't open the capture device, here is the
    log when I was running the sndtest
    [root@FriendlyARM plg]# ./sndtest
    00:14:59.717 os_core_unix.c pjlib 0.9.0-release for POSIX initialized
    00:14:59.735      pasound.c PortAudio sound library initialized, status=0
    00:14:59.736      pasound.c PortAudio host api count=1
    00:14:59.738      pasound.c Sound device count=1
    00:14:59.740          pjlib select() I/O Queue created (0x482d4)
    00:14:59.743      sndtest.c Found 1 devices:
    00:14:59.744      sndtest.c  0: /dev/dsp (capture=2, playback=2)
    Unable to open device for capture: Device unavailable (err=269984)

Thanks.

From: pjsip-request@lists.pjsip.org
Subject: pjsip Digest, Vol 11, Issue 13
To: pjsip@lists.pjsip.org
Date: Mon, 7 Jul 2008 05:49:21 -0400

Send pjsip mailing list submissions to
pjsip@lists.pjsip.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org

You can reach the person managing the list at
pjsip-owner@lists.pjsip.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."

Today's Topics:

  1. Re: pjsip and iphone 2.0 (Ravi Mulam)
  2. Re: Symbian_ua and Symbian_ua_gui sound device problem...
    (Nanang Izzuddin)
  3. Re: Symbian_ua and Symbian_ua_gui sound device problem... (atik)
  4. Re: Symbian_ua and Symbian_ua_gui sound device problem...
    (Fabio Pietrosanti (naif))
  5. Does pjsip-0.9.0 supports OSS? (? ?)
  6. Re: Does pjsip-0.9.0 supports OSS? (Nanang Izzuddin)
  7. Re: stateful_proxy-i686-pc-linux-gnu: segmentation fault
    (Benny Prijono)
  8. Re: PJSIP and Allow header semantics (Benny Prijono)

Message: 1
Date: Sun, 6 Jul 2008 09:35:16 -0700
From: "Ravi Mulam" rmulam@gmail.com
Subject: Re: [pjsip] pjsip and iphone 2.0
To: "pjsip list" pjsip@lists.pjsip.org
Message-ID:
97eb622f0807060935h56fbacb2i4dc9136361ef95d1@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"

Hi Samuel,
Saw this post just now. We lost contact after our initial discussion. My
offer before stands true even now. Let me know if you are interested.
Basically i want pjsip on iPhone 2.0 Official SDK and looks like you have
it.

ravi

On Mon, Jun 16, 2008 at 12:11 AM, Samuel Vinson samuelv@laposte.net

wrote:

Hi all,

I finished to port pjsip on iphone 2.0.
It works fine on simulator.
I have not been able to test on a truly device, because I don't have

the

last firmware. I hope there won't have problem with the devices.

Samuel


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

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

On Mon, Jul 7, 2008 at 5:47 PM, 丰 田 <ftianf@hotmail.com> wrote: > Hi, Nanang: > Thanks for your prompt reply. I'm sure that my platform support capture. > How can you be sure? The simplest test of course is to "cat /dev/dsp > file" and see if the capture is successful. Yes pjsip supports OSS. Cheers Benny I've two problems now when trying to connect an Ubuntu PC to a arm-linux > embedded device (OSS). > 1. Ubuntu, the sndtest can't be finished, here is the log: > > tian@tian:~/TrainingPrj/PJSIP/pjproject-0.9.0_x86/pjsip-apps/bin/samples$ > ./sndtest-i686-pc-linux-gnu > 00:35:03.088 os_core_unix.c pjlib 0.9.0-release for POSIX initialized > 00:35:03.189 pasound.c PortAudio sound library initialized, status=0 > 00:35:03.189 pasound.c PortAudio host api count=1 > 00:35:03.189 pasound.c Sound device count=1 > 00:35:03.189 pjlib select() I/O Queue created (0x80812d4) > 00:35:03.189 sndtest.c Found 1 devices: > 00:35:03.189 sndtest.c 0: /dev/dsp (capture=16, playback=16) > 00:35:03.243 sndtest.c Testing playback device /dev/dsp > 00:35:03.243 sndtest.c Testing capture device /dev/dsp > Then it just blocked until you terminate it. > > 2. arm-linux: it seems that I can't open the capture device, here is the > log when I was running the sndtest > [root@FriendlyARM plg]# ./sndtest > 00:14:59.717 os_core_unix.c pjlib 0.9.0-release for POSIX initialized > 00:14:59.735 pasound.c PortAudio sound library initialized, status=0 > 00:14:59.736 pasound.c PortAudio host api count=1 > 00:14:59.738 pasound.c Sound device count=1 > 00:14:59.740 pjlib select() I/O Queue created (0x482d4) > 00:14:59.743 sndtest.c Found 1 devices: > 00:14:59.744 sndtest.c 0: /dev/dsp (capture=2, playback=2) > Unable to open device for capture: Device unavailable (err=269984) > > Thanks. > > > > > From: pjsip-request@lists.pjsip.org > > Subject: pjsip Digest, Vol 11, Issue 13 > > To: pjsip@lists.pjsip.org > > Date: Mon, 7 Jul 2008 05:49:21 -0400 > > > > Send pjsip mailing list submissions to > > pjsip@lists.pjsip.org > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > or, via email, send a message with subject or body 'help' to > > pjsip-request@lists.pjsip.org > > > > You can reach the person managing the list at > > pjsip-owner@lists.pjsip.org > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of pjsip digest..." > > > > > > Today's Topics: > > > > 1. Re: pjsip and iphone 2.0 (Ravi Mulam) > > 2. Re: Symbian_ua and Symbian_ua_gui sound device problem... > > (Nanang Izzuddin) > > 3. Re: Symbian_ua and Symbian_ua_gui sound device problem... (atik) > > 4. Re: Symbian_ua and Symbian_ua_gui sound device problem... > > (Fabio Pietrosanti (naif)) > > 5. Does pjsip-0.9.0 supports OSS? (? ?) > > 6. Re: Does pjsip-0.9.0 supports OSS? (Nanang Izzuddin) > > 7. Re: stateful_proxy-i686-pc-linux-gnu: segmentation fault > > (Benny Prijono) > > 8. Re: PJSIP and Allow header semantics (Benny Prijono) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sun, 6 Jul 2008 09:35:16 -0700 > > From: "Ravi Mulam" <rmulam@gmail.com> > > Subject: Re: [pjsip] pjsip and iphone 2.0 > > To: "pjsip list" <pjsip@lists.pjsip.org> > > Message-ID: > > <97eb622f0807060935h56fbacb2i4dc9136361ef95d1@mail.gmail.com> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hi Samuel, > > Saw this post just now. We lost contact after our initial discussion. My > > offer before stands true even now. Let me know if you are interested. > > Basically i want pjsip on iPhone 2.0 Official SDK and looks like you have > > it. > > > > ravi > > > > > > On Mon, Jun 16, 2008 at 12:11 AM, Samuel Vinson <samuelv@laposte.net> > wrote: > > > > > Hi all, > > > > > > I finished to port pjsip on iphone 2.0. > > > It works fine on simulator. > > > I have not been able to test on a truly device, because I don't have > the > > > last firmware. I hope there won't have problem with the devices. > > > > > > Samuel > > > > > > _______________________________________________ > > > Visit our blog: http://blog.pjsip.org > > > > > > pjsip mailing list > > > pjsip@lists.pjsip.org > > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > >