yes , the audio channels (RTP) go through Asterisk's media bridge, in my network I am using GSM codec in sip clients (x-ten) that consumes only 13kbps for each stream of audio (23kbps total), that is doubled by (TCP/UDP)/IP overhead... when the call is redirected to oh323 channel then * sent rtp with no compression to h323 gateways that are in the same network. rr On Wed, 2 Feb 2005 06:46:53 -0800 (PST), M.V. Jaga Mohan <jagan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > Hi Rafael > Thanks for ur mail. I have one more problem. When I > make call from SIP to H323 endpoints does the voice > packets travel thru the tranlator or it is only for > call setup ? If it passes thru the translator then it > would consume a lot of bandwidth. > > Thanks > > jagan > --- "Rafael J. Risco G.V." <rafael.risco@xxxxxxxxx> > wrote: > > > Hi > > I am copying below an email I sent to asterisk list > > a few days ago > > regarding this issue, I'am using oh323 to sent calls > > from sip clients > > to a GNUGK (proxy mode) and h323 gateways, it works > > perfect... > > > > rafael > > > > > > From: Rafael J. Risco G.V. <rafael.risco@xxxxxxxxx> > > Reply-To: "Rafael J. Risco G.V." > > <rafael.risco@xxxxxxxxx> > > To: Asterisk Users Mailing List > > <asterisk-users@xxxxxxxxxxxxxxxx> > > Date: Thu, 6 Jan 2005 09:44:41 -0500 > > Subject: Re: [Asterisk-Users] asterisk - oh323 > > driver > > > > Hi > > I am using oh323-0.7.1 with asterisk cvs head > > version and works great > > for me (Linux Fedora1), see details below: > > > > Requirements: > > ---------------------- > > PWLIB : > > pwlib-v1_6_6-src.tar.gz (or > > Janus_Patch) > > OpenH323 : > > openh323-v1_13_5-src.tar.gz > > (or Janus_Patch) > > Inaccessnetworks-asterisk-oh323 : > > asterisk-oh323-0.7.1.tar.gz > > > > Sources: > > --------------------- > > > http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.7.1.tar.gz > > > http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz > > > http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz > > > > Note: asterisk-oh323-0.7.1 must be used with > > Asterisk CVS Head... > > If you want to use asterisk stable version you must > > use oh323-0.6.4. > > > > > > Installation: > > ----------------- > > tar -zxvf asterisk-oh323-0.7.1.tar.gz > > tar -zxvf pwlib-Janus_patch4-src-tar.gz > > tar -zxvf openh323-Janus_patch4-src-tar.gz > > > > cd pwlib > > ./configure > > make > > > > cd openh323 > > patch -p1 < > > > /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch > > (pach to openh323) > > > > cd openh323 > > ./configure > > make opt > > > > ASTERISK CVS Head: > > -------------------------------- > > > > export > > CVSROOT=:pserver:anoncvs@xxxxxxxxxxxxxx:/usr/cvsroot > > cvs login - the password is anoncvs. > > cvs checkout zaptel libpri asterisk > > > > cd zaptel/ > > make clean; make install > > > > cd libpri/ > > make clean > > make install > > > > cd asterisk/ > > make clean > > make install > > make samples > > make progdocs > > > > Finally install ASTERISK OH323 channel driver: > > ---------------------------------------------- > > cd asterisk-oh323-0.7.1 > > vi Makefile ( check paths according with your > > system ) > > > > PWLIBDIR=/root/pwlib > > OPENH323DIR=/root/openh323 > > ASTERISKINCDIR=/root/asterisk/include > > ASTERISKMODDIR=/usr/lib/asterisk/modules > > ASTERISKETCDIR=/etc/asterisk > > OH323WRAPLIBDIR=/usr/local/lib > > SSLINCDIR=/usr/include/openssl > > SSLLIBDIR=/usr/lib > > > > Compiling > > ----------- > > Type "make" to build the oh323wrap library and the > > ASTERISK OH323 > > channel driver. > > > > Type "make install" to install the binaries. > > > > Add to your LD_LIBRARY_PATH the path where the > > oh323wrap library was > > installed (or edit your /etc/ld.so.conf file, add > > the library path, > > and run "ldconfig"). > > > > Hope it helps > > > > Rafael Risco > > > > > > > > On Wed, 05 Jan 2005 15:37:46 +0000, João Amaro > > <ashes@xxxxxxxxxx> wrote: > > > Hi List > > > > > > I'm having problems starting asterisk with > > asterisk-oh323-0.6.4. > > I'm using > > > this versions: > > asterisk-1.0.3 > > asterisk-oh323-0.6.4 > > openh323-Janus_patch4 > > > + asterisk-0h323 patch > > pwlib-Janus_patch4 > > > At starting time, i've this error message > > > > # /srv/usr/sbin/asterisk > > > -vvvvvvvvvvvc > > [chan_oh323.so] > > Jan 3 17:06:26 WARNING[5817]: loader.c:258 > > > ast_load_resource: > > /srv/usr/lib/asterisk/modules/chan_oh323.so: > > undefined > > > symbol: _ZNK13PSoundChannel6IsOpenEv > > > > Jan 3 17:06:26 WARNING[5817]: > > > loader.c:440 load_modules: Loading module > > chan_oh323.so failed! > > > > I've tried > > > to upgrade to version 0.6.5, but i got a compile > > error. > > Anyone know how to > > > solve this error ? > > > > Thanks in advance, and have a GOOD 2005 > > > > Regardz, > > > > João > > > Amaro > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@xxxxxxxxxxxxxxxx > > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > To UNSUBSCRIBE or update options visit: > > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > From: Kanuri, Seshu (Company IT) > > <Seshu.Kanuri@xxxxxxxxxxxxxxxxx> > > To: "Rafael J. Risco G.V." <rafael.risco@xxxxxxxxx>, > > Asterisk Users > > Mailing List - Non-Commercial Discussion > > <asterisk-users@xxxxxxxxxxxxxxxx> > > Date: Thu, 6 Jan 2005 10:07:59 -0500 > > Subject: RE: [Asterisk-Users] asterisk - oh323 > > driver > > > > Rafael, > > > > Thanks for the detailed instructions. > > This really helps everyone looking fix this nagging > > issue. > > > > Seshu Kanuri > > > > > > > > On Wed, 2 Feb 2005 22:20:24 +0800, ??.???? > > <jason@xxxxxxxxxxxxxxxxx> wrote: > > > Dear All, > > > I am also working on this too. It is true that > > Asterisk do a lot of cool > > > stuff and fancy things, but I think (just my own > > thought) > === message truncated === > > ===== > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________________ > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 > Homepage: http://www.gnugk.org/ > -- rrgv ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id?49 Homepage: http://www.gnugk.org/