Hi ,
I am compiling pjsip 1.3 for iPhone sdk 2.2.1, the libraries are
all created and the registration done successfully, when i try to make call
it gives the followning error " 11:51:28.685 pjsua_media.c Error
retrieving default audio device parameters: Unable to find default audio
device (PJMEDIA_EAUD_NODEFDEV) [status=420006]" I have applied the patch
that Samuel added from http://code.google.com/p/siphon/downloads/list.
Is this patch meant to be used in 1.4 and above only?
Any pointer is appreciated.
Regards,
Elangbam Johnson
On 9 March 2010 13:28, Angel Of Retributioin elangbamjohnson@gmail.comwrote:
Hi ,
I am compiling pjsip 1.3 for iPhone sdk 2.2.1, the libraries are
all created and the registration done successfully, when i try to make call
it gives the followning error " 11:51:28.685 pjsua_media.c Error
retrieving default audio device parameters: Unable to find default audio
device (PJMEDIA_EAUD_NODEFDEV) [status=420006]" I have applied the patch
that Samuel added from http://code.google.com/p/siphon/downloads/list.
Is this patch meant to be used in 1.4 and above only?
Any pointer is appreciated.
any update regarding the error. The same is happen in 1.5 also, I suppose
something basic thing is missing. And one more thing.. is it require to
enable the PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE, I enable it as
#define PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE 1 in config_site.h but none
works and gives the same error.
Regards,
Elangbam Johnson
Did you ensure you have the correct ipodsound.c file from the Siphon
project (iphonesound-20091226.c) copied to the right directory?
The file linked on the compilation page (http://code.google.com/p/siphon/wiki/Compilation
) is an older version (20080519) than the one linked in the Downloads
section (20091226). Get the 2009 version and try again.
any update regarding the error. The same is happen in 1.5 also, I
suppose something basic thing is missing. And one more thing.. is it
require to enable the PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE, I enable
it as
#define PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE 1 in config_site.h but
none works and gives the same error.
Regards,
Elangbam Johnson
There should be a patch somewhere on this list that fixes legacy support. Not really sure why it wasn't integrated in, but its around.
It probably should work on the 1.5 series but I know it definately works on the 1.4 series.
On 10/03/2010, at 10:02 PM, Angel Of Retributioin wrote:
On 9 March 2010 13:28, Angel Of Retributioin elangbamjohnson@gmail.com wrote:
Hi ,
I am compiling pjsip 1.3 for iPhone sdk 2.2.1, the libraries are all created and the registration done successfully, when i try to make call it gives the followning error " 11:51:28.685 pjsua_media.c Error retrieving default audio device parameters: Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) [status=420006]" I have applied the patch that Samuel added from http://code.google.com/p/siphon/downloads/list.
Is this patch meant to be used in 1.4 and above only?
Any pointer is appreciated.
any update regarding the error. The same is happen in 1.5 also, I suppose something basic thing is missing. And one more thing.. is it require to enable the PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE, I enable it as
#define PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE 1 in config_site.h but none works and gives the same error.
Regards,
Elangbam Johnson
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Hi.
I also used Samuel's patch "patch-audioqueue-dev" for 1.5 series (I would
like to thank Samuel for that!) and got the same error: "Unable to find
default audio device (PJMEDIA_EAUD_NODEFDEV) ".
Elangbam, did you solve it?
Regards,
Maya
On Thu, Mar 11, 2010 at 5:25 AM, Shayne O'Neill shayne.oneill@gmail.comwrote:
There should be a patch somewhere on this list that fixes legacy support.
Not really sure why it wasn't integrated in, but its around.
It probably should work on the 1.5 series but I know it definately works
on the 1.4 series.
On 10/03/2010, at 10:02 PM, Angel Of Retributioin wrote:
On 9 March 2010 13:28, Angel Of Retributioin elangbamjohnson@gmail.com
wrote:
Hi ,
I am compiling pjsip 1.3 for iPhone sdk 2.2.1, the libraries
are all created and the registration done successfully, when i try to make
call it gives the followning error " 11:51:28.685 pjsua_media.c Error
retrieving default audio device parameters: Unable to find default audio
device (PJMEDIA_EAUD_NODEFDEV) [status=420006]" I have applied the patch
that Samuel added from http://code.google.com/p/siphon/downloads/list.
Is this patch meant to be used in 1.4 and above only?
Any pointer is appreciated.
any update regarding the error. The same is happen in 1.5 also, I suppose
something basic thing is missing. And one more thing.. is it require to
enable the PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE, I enable it as
#define PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE 1 in config_site.h but none
works and gives the same error.
Regards,
Elangbam Johnson
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Maya Zalcberg
www.zemingo.com
972523328356
Hi
Still struggling with it, I am sure that I am using the correct
iphonesound-20091226.c file (which is the latest one) and put in the correct
path. And I am using this patch (patch-audio_dev).
Is there anything wrong in my compile script.
#!/bin/sh
if [ "$1" ]; then
export VER=$1
else
export VER=2.2.1
fi
export DEV=/Developer/Platforms/iPhoneOS.platform/Developer
export SDK=${DEV}/SDKs/iPhoneOS${VER}.sdk
export GCCVER=4.0
autoconf aconfigure.ac > aconfigure
chmod +x aconfigure
mkdir -p pjsip-apps/bin/samples
pushd ${DEV}/usr/bin
ln -sf gcc-${GCCVER} arm-apple-darwin9-gcc
ln -sf g++-${GCCVER} arm-apple-darwin9-g++
ln -sf ranlib arm-apple-darwin9-ranlib
popd
export PATH=${DEV}/usr/bin:${PATH}
export CC=arm-apple-darwin9-gcc
export CXX=arm-apple-darwin9-g++
export CFLAGS="-O2 -arch armv6
-I${SDK}/usr/include
-I${SDK}/usr/lib/gcc/arm-apple-darwin9/${GCCVER}.1/include
-I${DEV}/usr/lib/gcc/arm-apple-darwin9/${GCCVER}/include
-I/usr/include -F${SDK}/System/Library/Frameworks"
export LDFLAGS="-O2 -arch armv6
-L${SDK}/usr/lib
-F${SDK}/System/Library/Frameworks"
export CPP="${DEV}/usr/bin/cpp"
./aconfigure --host=arm-apple-darwin9 --disable-speex-aec
--disable-speex-codec --disable-l16-codec --disable-ilbc-codec --disable-ssl
--enable-ext-sound
If I remove the parameter --enable-ext-sound, then it gives the error
#error PJMEDIA_SOUND_IMPLEMENTATION has been deprecated
during make dep.
Will it be related to this parameter.
Regards,
Elangbam Johnson
On 11 March 2010 13:19, Maya Zalcberg maya@zemingo.com wrote:
Hi.
I also used Samuel's patch "patch-audioqueue-dev" for 1.5 series (I would
like to thank Samuel for that!) and got the same error: "Unable to find
default audio device (PJMEDIA_EAUD_NODEFDEV) ".
Elangbam, did you solve it?
Regards,
Maya
On Thu, Mar 11, 2010 at 5:25 AM, Shayne O'Neill shayne.oneill@gmail.comwrote:
There should be a patch somewhere on this list that fixes legacy support.
Not really sure why it wasn't integrated in, but its around.
It probably should work on the 1.5 series but I know it definately works
on the 1.4 series.
On 10/03/2010, at 10:02 PM, Angel Of Retributioin wrote:
On 9 March 2010 13:28, Angel Of Retributioin elangbamjohnson@gmail.com
wrote:
Hi ,
I am compiling pjsip 1.3 for iPhone sdk 2.2.1, the libraries
are all created and the registration done successfully, when i try to make
call it gives the followning error " 11:51:28.685 pjsua_media.c Error
retrieving default audio device parameters: Unable to find default audio
device (PJMEDIA_EAUD_NODEFDEV) [status=420006]" I have applied the patch
that Samuel added from http://code.google.com/p/siphon/downloads/list.
Is this patch meant to be used in 1.4 and above only?
Any pointer is appreciated.
any update regarding the error. The same is happen in 1.5 also, I
suppose something basic thing is missing. And one more thing.. is it require
to enable the PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE, I enable it as
#define PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE 1 in config_site.h but
none works and gives the same error.
Regards,
Elangbam Johnson
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
---==
Shayne O'Neill Development
Mobile, Web and Business process integration.
shayne.oneill@gmail.com 0400247091
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Maya Zalcberg
www.zemingo.com
972523328356
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 Samuel,
Can you please help us here by telling us what might cause this error:
"Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) ".
Regards,
Maya
Hello,
Could you post what did you do step by step ?
Samuel
Le 11/03/10 15:24, Maya Zalcberg a écrit :
Hi Samuel,
Can you please help us here by telling us what might cause this error:
"Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) ".
Regards,
Maya
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 Samuel,
Thanks for the reply.
In os-auto.mak.in, i used your code from the patch "patch-audioqueue-dev".
So instead of these lines:
ifeq ($(AC_PJMEDIA_SND),iphone)
#export PJMEDIA_OBJS += iphonesound.o
#export CFLAGS += -DPJMEDIA_AUDIO_LEG_HAS_AUDIOQUEUE=1 \
endif
I wrote:
ifeq ($(AC_PJMEDIA_SND),iphone)
export PJMEDIA_AUDIODEV_OBJS += iphone_dev.o
export CODEC_OBJS += passthrough.o
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE=1
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0
-DPJMEDIA_AUDIO_DEV_HAS_WMME=0
endif
I also added the file iphone_dev.c.
When my client is trying to make a call or to answer an incoming call, i get
that error: "Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) ".
I was expecting something like this instead:
01:09:52.923 conference.c Port 2 (ring) stop transmitting to port 0
(iPhone Sound Device)
01:09:52.923 conference.c Port 3
(sip:0722511898@072.012.netsip%3A0722511898@072.012.net;user=phone)
transmitting to port 0 (iPhone Sound Device)
01:09:52.924 conference.c Port 0 (iPhone Sound Device) transmitting to
port 3 (sip:0722511898@072.012.net sip%3A0722511898@072.012.net
;user=phone)
Regards,
Maya
Did you update : pjmedia/include/pjmedia-audiodev/config.h ?
In iphone_dev.c could you enable TRACE ? Because it seems the issue
comes from audio dev lack.
I uploaded a new version of patch. Perhaps it will help you.
Samuel
Le 12/03/10 00:19, Maya Zalcberg a écrit :
Hi Samuel,
Thanks for the reply.
In os-auto.mak.in http://os-auto.mak.in, i used your code from the
patch "patch-audioqueue-dev".
So instead of these lines:
ifeq ($(AC_PJMEDIA_SND),iphone)
#export PJMEDIA_OBJS += iphonesound.o
#export CFLAGS += -DPJMEDIA_AUDIO_LEG_HAS_AUDIOQUEUE=1 \
endif
I wrote:
ifeq ($(AC_PJMEDIA_SND),iphone)
export PJMEDIA_AUDIODEV_OBJS += iphone_dev.o
export CODEC_OBJS += passthrough.o
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE=1
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0
-DPJMEDIA_AUDIO_DEV_HAS_WMME=0
endif
I also added the file iphone_dev.c.
When my client is trying to make a call or to answer an incoming call,
i get that error: "Unable to find default audio device
(PJMEDIA_EAUD_NODEFDEV) ".
I was expecting something like this instead:
01:09:52.923 conference.c Port 2 (ring) stop transmitting to port 0
(iPhone Sound Device)
01:09:52.923 conference.c Port 3 (sip:0722511898@072.012.net
mailto:sip%3A0722511898@072.012.net;user=phone) transmitting to port
0 (iPhone Sound Device)
01:09:52.924 conference.c Port 0 (iPhone Sound Device)
transmitting to port 3 (sip:0722511898@072.012.net
mailto:sip%3A0722511898@072.012.net;user=phone)
Regards,
Maya
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 Samuel,
Once again, thank you so much for your gr8 work!
I fixed the the issues with the audio-dev, and now my audio device can be
found.
I don't get that error anymore, but a new problem came out... the app now
crashes when trying to make a call, or to receive one: "Assertion failed: (b
&& frame), function pjmedia_delay_buf_get, file ../src/pjmedia/delaybuf.c,
line 317."
This is the log from an incoming call:
04:18:14.677 pjsua_media.c Opening sound device PCM@16000/1/20ms
04:18:14.725 ec0x243640 Echo suppressor created, clock_rate=16000,
channel=1, samples per frame=320, tail length=200 ms, latency=2 ms
04:18:15.031 conference.c Port 2 (ring) transmitting to port 0 (IPHONE)
04:18:15.038 pjsua_client.c Incoming call for account 2!
From: "a 1" <sip:0722511898@072.012.net sip%3A0722511898@072.012.net
;user=phone>
To: "a 1" <sip:722511874@072.012.net sip%3A722511874@072.012.net>
Assertion failed: (b && frame), function pjmedia_delay_buf_get, file
../src/pjmedia/delaybuf.c, line 317.
Do you know what might be the problem?
Regards,
Maya
Hi Maya,
How did you manage to find the default sound device. Any
changes you've made?
Regards
Elangbam Johnson
On 12 March 2010 07:59, Maya Zalcberg maya@zemingo.com wrote:
Hi Samuel,
Once again, thank you so much for your gr8 work!
I fixed the the issues with the audio-dev, and now my audio device can be
found.
I don't get that error anymore, but a new problem came out... the app now
crashes when trying to make a call, or to receive one: "Assertion failed: (b
&& frame), function pjmedia_delay_buf_get, file ../src/pjmedia/delaybuf.c,
line 317."
This is the log from an incoming call:
04:18:14.677 pjsua_media.c Opening sound device PCM@16000/1/20ms
04:18:14.725 ec0x243640 Echo suppressor created, clock_rate=16000,
channel=1, samples per frame=320, tail length=200 ms, latency=2 ms
04:18:15.031 conference.c Port 2 (ring) transmitting to port 0 (IPHONE)
04:18:15.038 pjsua_client.c Incoming call for account 2!
From: "a 1" <sip:0722511898@072.012.net sip%3A0722511898@072.012.net
;user=phone>
To: "a 1" <sip:722511874@072.012.net sip%3A722511874@072.012.net>
Assertion failed: (b && frame), function pjmedia_delay_buf_get, file
../src/pjmedia/delaybuf.c, line 317.
Do you know what might be the problem?
Regards,
Maya
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Elangbam Johnson
Hi Elangbam,
Because of the addition of the file iphone_dev.c, please make sure you also
added the following lines that refer to it:
audiodev.c:
#if PJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE
pjmedia_aud_dev_factory* pjmedia_iphone_factory(pj_pool_factory *pf);
#endif
audiodev.c:
#if PJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE
aud_subsys.drv[aud_subsys.drv_cnt++].create = &pjmedia_iphone_factory;
#endif
os-auto.mak.in:
ifeq ($(AC_PJMEDIA_SND),iphone)
export PJMEDIA_AUDIODEV_OBJS += iphone_dev.o
export CODEC_OBJS += passthrough.o
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE=1
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0
-DPJMEDIA_AUDIO_DEV_HAS_WMME=0
endif
4)config.h:
#ifndef PJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE
#endif
Hope it helps.
Regards,
Maya.
Maya, did you use both the patch "patch-audio_dev" and
"patch-audioqueue-dev"
Regards,
Elangbam Johnson
On 12 March 2010 12:35, Maya Zalcberg maya@zemingo.com wrote:
Hi Elangbam,
Because of the addition of the file iphone_dev.c, please make sure you also
added the following lines that refer to it:
audiodev.c:
#if PJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE
pjmedia_aud_dev_factory* pjmedia_iphone_factory(pj_pool_factory *pf);
#endif
audiodev.c:
#if PJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE
aud_subsys.drv[aud_subsys.drv_cnt++].create = &pjmedia_iphone_factory;
#endif
os-auto.mak.in:
ifeq ($(AC_PJMEDIA_SND),iphone)
export PJMEDIA_AUDIODEV_OBJS += iphone_dev.o
export CODEC_OBJS += passthrough.o
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE=1
export CFLAGS += -DPJMEDIA_AUDIO_DEV_HAS_PORTAUDIO=0
-DPJMEDIA_AUDIO_DEV_HAS_WMME=0
endif
4)config.h:
#ifndef PJMEDIA_AUDIO_DEV_HAS_AUDIOQUEUE
#endif
Hope it helps.
Regards,
Maya.
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Elangbam Johnson
Hi Elangbam,
I believe that when you compiled your previous version, you had to do all
the changes that described in the patch "patch-audio_dev" in order for your
project to work.
So i suggest you to go over that patch, just to make sure you didn't miss
anything. these changes that appear there are necessary.
Regards,
Maya
Hi Elangbam,
Is it working for you now?
Regards,
Maya
Not yet Maya, really confused where is the problem, I am using both the
patch that is available in the link
http://code.google.com/p/siphon/downloads/list.
Are you also using both the patch" patch-audioqueue-dev-20100312.txt
http://siphon.googlecode.com/files/patch-audioqueue-dev-20100312.txt
http://code.google.com/p/siphon/downloads/detail?name=patch-audioqueue-dev-20100312.txt&can=2&q=
and
http://siphon.googlecode.com/files/iphonesound-20091226.c
patch-audio_dev.txt
http://siphon.googlecode.com/files/patch-audio_dev.txt
http://siphon.googlecode.com/files/iphonesound-20091226.c
Regards,
Elangbam Johnson
On 13 March 2010 16:44, Maya Zalcberg maya@zemingo.com wrote:
Hi Elangbam,
Is it working for you now?
Regards,
Maya
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Elangbam Johnson
yes
On Sat, Mar 13, 2010 at 1:23 PM, Angel Of Retributioin <
elangbamjohnson@gmail.com> wrote:
Not yet Maya, really confused where is the problem, I am using both the
patch that is available in the link
http://code.google.com/p/siphon/downloads/list.
Are you also using both the patch" patch-audioqueue-dev-20100312.txt
http://siphon.googlecode.com/files/patch-audioqueue-dev-20100312.txt
http://code.google.com/p/siphon/downloads/detail?name=patch-audioqueue-dev-20100312.txt&can=2&q=
and
http://siphon.googlecode.com/files/iphonesound-20091226.c
patch-audio_dev.txt
http://siphon.googlecode.com/files/patch-audio_dev.txt
http://siphon.googlecode.com/files/iphonesound-20091226.c
Regards,
Elangbam Johnson
On 13 March 2010 16:44, Maya Zalcberg maya@zemingo.com wrote:
Hi Elangbam,
Is it working for you now?
Regards,
Maya
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Elangbam Johnson
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Maya Zalcberg
www.zemingo.com
972.52.332.8356
HI Maya and Samuel,
I have applied the latest patch that is upload by Samuel for
pjsip 1.4 and above .
Did you made any change in "pjmedia/build/Makefile" to include
iphonesound.o inside "export PJMEDIA_OBJS ".
I didn't find my iphonesound.o in the output of
pjmedia-arm-apple-darwin9(ie.
pjmedia/build/output/pjmedia-arm-apple-darwin9).
I exactly follow the instructions that is given by Samuel in
http://code.google.com/p/siphon/wiki/CompilationForiPhoneOS2_X
Did you made any changes apart from the instruction and the patch.
Regards,
Elangbam Johnson
On 13 March 2010 18:01, Maya Zalcberg maya@zemingo.com wrote:
yes
On Sat, Mar 13, 2010 at 1:23 PM, Angel Of Retributioin <
elangbamjohnson@gmail.com> wrote:
Not yet Maya, really confused where is the problem, I am using both the
patch that is available in the link
http://code.google.com/p/siphon/downloads/list.
Are you also using both the patch" patch-audioqueue-dev-20100312.txt
http://siphon.googlecode.com/files/patch-audioqueue-dev-20100312.txt
http://code.google.com/p/siphon/downloads/detail?name=patch-audioqueue-dev-20100312.txt&can=2&q=
and
http://siphon.googlecode.com/files/iphonesound-20091226.c
patch-audio_dev.txt
http://siphon.googlecode.com/files/patch-audio_dev.txt
http://siphon.googlecode.com/files/iphonesound-20091226.c
Regards,
Elangbam Johnson
On 13 March 2010 16:44, Maya Zalcberg maya@zemingo.com wrote:
Hi Elangbam,
Is it working for you now?
Regards,
Maya
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Elangbam Johnson
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Maya Zalcberg
www.zemingo.com
972.52.332.8356
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Hello,
The last patch don't use iphonesound.o but iphone_dev.o
If you read the patch you will find information on line 21 and 27 ;-)
Now the file should be in libpjmedia-audiodev and not in lipjmedia.
Regards
Samuel
Le 17/03/10 14:16, Angel Of Retributioin a écrit :
HI Maya and Samuel,
I have applied the latest patch that is upload by
Samuel for pjsip 1.4 and above .
Did you made any change in "pjmedia/build/Makefile" to include
iphonesound.o inside "export PJMEDIA_OBJS ".
I didn't find my iphonesound.o in the output of
pjmedia-arm-apple-darwin9(ie.
pjmedia/build/output/pjmedia-arm-apple-darwin9).
I exactly follow the instructions that is given by Samuel in
http://code.google.com/p/siphon/wiki/CompilationForiPhoneOS2_X
Did you made any changes apart from the instruction and the patch.
Regards,
Elangbam Johnson
On 13 March 2010 18:01, Maya Zalcberg <maya@zemingo.com
mailto:maya@zemingo.com> wrote:
yes
On Sat, Mar 13, 2010 at 1:23 PM, Angel Of Retributioin
<elangbamjohnson@gmail.com <mailto:elangbamjohnson@gmail.com>> wrote:
Not yet Maya, really confused where is the problem, I am using
both the patch that is available in the link
http://code.google.com/p/siphon/downloads/list.
Are you also using both the patch"
patch-audioqueue-dev-20100312.txt
<http://siphon.googlecode.com/files/patch-audioqueue-dev-20100312.txt>
<http://code.google.com/p/siphon/downloads/detail?name=patch-audioqueue-dev-20100312.txt&can=2&q=>
and
<http://siphon.googlecode.com/files/iphonesound-20091226.c>
patch-audio_dev.txt
<http://siphon.googlecode.com/files/patch-audio_dev.txt>
<http://siphon.googlecode.com/files/iphonesound-20091226.c>
Regards,
Elangbam Johnson
On 13 March 2010 16:44, Maya Zalcberg <maya@zemingo.com
<mailto:maya@zemingo.com>> wrote:
Hi Elangbam,
Is it working for you now?
Regards,
Maya
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org>
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Elangbam Johnson
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org>
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
--
Maya Zalcberg
www.zemingo.com <http://www.zemingo.com>
972.52.332.8356
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org <mailto: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