-
Is it possible to record a call in wav/mp3 any other format using aixclient?
iaxc_ev_audio strucure seems to be not enough. How to mix in/out flow?
Any samples please? Thanks in advice.
2010-09-01 12:32:57 UTC by marcodor
-
The stack trace is like this:
speex_preprocess_run
speex_preprocess
audio_send_encoded_audio
service_audio
main_proc_thread_func
start_thread.
2010-08-26 09:10:26 UTC by izkacin
-
I am using IAXClient from lazarus (free pascal). It works fine on Windows and Linux, but I am getting random exception when inside a call.
The exception is always in the "speex_preprocess_run" function. I can't find out the reason for this. Has anyone had any similar problems so far?.
2010-08-26 07:51:25 UTC by izkacin
-
hello,
i want to make multicall,
line 1 call 999
line 2 call 888
line 3 call 777
...
...
and i want to listen all calls same time
how could i do that?.
2010-07-02 12:58:50 UTC by https://www.google.com/accounts
-
without appended patch i am unable to build contrib/tcl stuff on OpenBSD since it doesn't find the iaxclient.h header file.
2010-06-16 22:50:52 UTC by buzzzzdeeee
-
building iaxcomm on OpenBSD has several problems. appended patch fixes the problem for me.
2010-06-16 22:45:39 UTC by buzzzzdeeee
-
soundcard.h is not found on OpenBSD since it is search in the wrong place, appended patch fixes the problem for me.
2010-06-16 22:43:37 UTC by buzzzzdeeee
-
compilation fails due to not found header file, avcodec.h is installed in libavcodec/avcodec.h, appended patch fixes the problem for me.
2010-06-16 22:42:10 UTC by buzzzzdeeee
-
compilation of iaxclient library fails on OpenBSD in lib/unixfuncs.c due to missing sched_get_priority_max and sched_get_priority_min.
Both values should be assumed to be 0 on OpenBSD.
Appended harsh patch fixes the problem for me, but its only useful to demonstrate the problem.
2010-06-16 22:40:22 UTC by buzzzzdeeee
-
the simpleclient/tkphone fails to build on OpenBSD because there are too many parameters to iaxc_initialize.
ans some lines below it was necessary to reshuffle some variable initialization to be able to build it on OpenBSD/sparc (because of gcc-2.95 compiler)
appended patch fixes both problems for me.
2010-06-16 22:37:01 UTC by buzzzzdeeee