I'm using a project which mentioned I need to used ohphone. However I can't find any Fedora/CentOS versions of ohphone that work with OpenH323.
Does anyone know where I could find that?
|
feedback
|
|
Can't find any recent rpm packages so it looks like you'll have to compile from source. Just in case you've not found them, the files are here: http://www.voxgratia.org/downloads2.html#ohphone A very brief check indicates that you'll also need to download and setup/compile at least the pwlib and openh323 code (in that order), and for this you will also need to yum install kernel-devel I tried a quick compile on Fedora 14 but openh323 failed with a missing "/usr/include/linux/compiler.h", which I fixed (with reference to here: http://cyril-constantin.blogspot.com/2008/04/howto-compil-asterisk-with-h323.html) by creating that file with the following contents:
Having that in place worked, but when I tried to 'make both' on Ohphone, it failed with:
That's where I stopped, but I hope this gets you further. | |||
feedback
|