Login






Lost Password?
No account yet? Register
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
voip gateway software VoIP gateway for FreeBSD (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: voip gateway software VoIP gateway for FreeBSD
#169
wonder (Visitor)
Click here to see the profile of this user
Birthdate:
voip gateway software VoIP gateway for FreeBSD  
HI, I have been looked around, and found that ports/net/asterisk is a reasonable VoIP gateway software fully built on FreeBSD, but I did not successfully install it because the H232 libiary was failed to install. Then I found another one call AquaGatekeeper also fully written in FreeBSD, but it lacks of documentation, I even not really sure whether AquaGatekeeper is written for the purpose of VoIP gateway. Then I found a commercial software called MVTS , it has a version for FreeBSD, I've even install its demo version in the FreeBSD 5.2 Current, but haven't got a chance to paly around it. And I heard that MVTS can only be sold for Linux, what a disapointment. Can anyone suggest an alternative software that fully support FreeBSD system? I dont mind it is a commercial or opensource, as long as it is popular in the community. Your suggestion is very well appreciated. Thanks Sam
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#170
voip gateway software VoIP gateway for FreeBSD  
HI, I have been looked around, and found that ports/net/asterisk is a reasonable VoIP gateway software fully built on FreeBSD, but I did not successfully install it because the H232 libiary was failed to install. Asterisk is the best supported open source pbx that I know of. zapata port works in 5.2. What went wrong /w the H.323 build? Tom
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#171
wonder (Visitor)
Click here to see the profile of this user
Birthdate:
voip gateway software VoIP gateway for FreeBSD  
HI, I have been looked around, and found that ports/net/asterisk is a reasonable VoIP gateway software fully built on FreeBSD, but I did not successfully install it because the H232 libiary was failed to install. Asterisk is the best supported open source pbx that I know of. zapata port works in 5.2. What went wrong /w the H.323 build? Tom I got the following error: root@fbsd [2:38pm] [...net/openh323]# make ===  Building for openh323-1.12.0_4 gmake P_SHAREDLIB=0 opt gmake[1]: Entering directory `/usr/ports/net/openh323/work/openh323' set -e; gmake -C src opt; gmake -C samples/simple opt; gmake[2]: Entering directory `/usr/ports/net/openh323/work/openh323/src' c++  -DP_FREEBSD=502128 -I/usr/local/include -I/usr/local/include -D_REENTRANT -Wall -DP_FREEBSD=502128 -DP_USE_PRAGMA -DPHAS_TEMPLATES -I/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix -DPTRACING -I/usr/ports/net/openh323/work/openh323/include -DHAS_OSS -DPTRACING -I/usr/ports/devel/pwlib/work/pwlib/include -DNDEBUG -O -pipe  -c gkserver.cxx -o /usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/gkserver.o In file included from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/../../contain.h: 776,                   from /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/contain.h:120,                   from /usr/ports/devel/pwlib/work/pwlib/include/ptlib.h:139,                   from gkserver.cxx:549: /usr/ports/devel/pwlib/work/pwlib/include/ptlib/contain.inl: In constructor `PAbstractList:AbstractList()': /usr/ports/devel/pwlib/work/pwlib/include/ptlib/contain.inl:419: warning: right-hand operand of comma has no effect In file included from gkserver.cxx:555: /usr/ports/net/openh323/work/openh323/include/gkserver.h: At global scope: /usr/ports/net/openh323/work/openh323/include/gkserver.h:405: error: `virtual H323Transaction::Response H323GatekeeperRRQ::OnHandlePDU()' is protected /usr/ports/net/openh323/work/openh323/include/gkserver.h:1846: error: within this context gkserver.cxx: In member function `virtual void H323GatekeeperServer::RemoveCall(H323GatekeeperCall*)': gkserver.cxx:3547: warning: right-hand operand of comma has no effect /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/../../pdirect.h: At global scope: /usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix/ptlib/../../pdirect.h: 458: warning: inline function `static BOOL PDirectory::Remove(const PString&)' used but never defined gmake[2]: *** [/usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/gkserver.o] Error 1 gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323/src' gmake[1]: *** [opt] Error 2 gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323' gmake: *** [optnoshared] Error 2 *** Error code 2 Stop in /usr/ports/net/openh323. thanks sam
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#172
wonder (Visitor)
Click here to see the profile of this user
Birthdate:
voip gateway software VoIP gateway for FreeBSD  
HI, I have been looked around, and found that ports/net/asterisk is a reasonable VoIP gateway software fully built on FreeBSD, but I did not successfully install it because the H232 libiary was failed to install. Asterisk is the best supported open source pbx that I know of. zapata port works in 5.2. What went wrong /w the H.323 build? Tom but I m worried whether Asterisk compatible with SIP, G.729, G.723, G.711 voice codecs support? sam
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#173
wonder (Visitor)
Click here to see the profile of this user
Birthdate:
voip gateway software VoIP gateway for FreeBSD  
HI, I have been looked around, and found that ports/net/asterisk is a reasonable VoIP gateway software fully built on FreeBSD, but I did not successfully install it because the H232 libiary was failed to install. Asterisk is the best supported open source pbx that I know of. zapata port works in 5.2. What went wrong /w the H.323 build? I think the port is broken. I will see if I can download all the current   source from openh323 and make a custom compilation.... sam
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#174
voip gateway software VoIP gateway for FreeBSD  
HI, I have been looked around, and found that ports/net/asterisk is a reasonable VoIP gateway software fully built on FreeBSD, but I did not successfully install it because the H232 libiary was failed to install. Asterisk is really your best best. However the zaptel support on FreeBSD is really not there yet. At the end I put it on a Linux machine simply to get the zaptel hardware support (with a TDM04B card). Check the Asterisk wiki, there are some specific FreeBSD configuration you need to take into account otherwise asterisk will take 100% of the CPU time Jean-Yves
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop


Phone of the month




Grandstream GXV-3000 phone is a new generation of Internet ready phones, which in addition to phone calls (both within the network easyCALL and on fixed and mobile phones around the world by the lowest rates by easyCALL) allows you to conduct conference - the camera is equipped with a modern 5.6 " LCD display and high-resolution VGA camera. used cars wedding photographers glasgow Links patrocinados no Google

Functionality:
# Implementation of telephone calls via easyCALL,
# Video programming via easyCALL (H.264 codec) SEO great reviews Mehrgenerationenhaus
# Work in LAN networks, including for the NAT,
# Handsfree phone function,
# Features picture-in-picture, zoom, autofocus, and lock the camera and microphone
# Able to adjust the viewing angle of the camera, car bebek beslenmesi cheap web hosting
# Able to connect to a TV, external speakers or headset
# Easy configuration through a web browser menu or the phone
# Able to pause and switch talks, ?php echo $linki[9]; ?> news.moto-hobby.co.uk cars saturn phone cards
# Able to conduct conference calls,
# Possibility of talk between the people using the devices in the network easyCALL,
# Able to control spending and access to the detailed breakdown of calls by the Web. Goals quotes motorization blog webhosting