-
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
-
Hi,
Any update on this topic? Im also trying to run echo cancellation on Windows but it seems not working.
Thanks!
2010-05-20 11:56:42 UTC by elrose15
-
hello everyonye ,
i want to use ptt function on iaxcomm but i cannot .
do you have any idea how can i send ptt commands to my radio
do you have got sourcecode for iaxrpt program?.
2010-05-03 12:22:00 UTC by cemergen
-
dohpaz committed revision 1466 to the iaxclient SVN repository, changing 1 files.
2010-02-12 15:20:18 UTC by dohpaz