Displaying 4 results from an estimated 4 matches for "h232".
Did you mean:
232
2004 Apr 14
2
freebsd?
the freebsd port tree version is dead because of the openh323
issues. before i start hacking, i am hoping someone else has
a freebsd version that will build on -current. and i do not
care about h232.
dare i hope?
randy
2004 Jun 25
6
NO AUDIO IN BOTH DIRECTIONS
hello all, I am having a trouble with Audio using h.323 channel...
I am doing this
Call comes into cisco 5300 and is sent to Asterisk, asterisk catch call with
h.323 driver and send call to a SoftSwitch that routes the call, I can see
log debug telling me, CALLED XXX, and then RINGING, and I can hear ring
tones... but when call is answered, I DONT HEAR ANYTHING... I am using
lastest ASTERISK
2007 Feb 28
0
Using ooh323 with Gatekeeper controlled dialling
...y combinations without any success and I'm finding the (very) limited documentation in the ooh323.conf file confusing...
In extensions.conf I've tried things like:
a) using ooh3232/${EXTEN}/peer-name
exten => _817XXXX,1,Dial(ooh323/${EXTEN}/cisco-gk)
b) using ooh323/${EXTEN}/H232-ID
exten => _817XXXX,1,Dial(ooh323/${EXTEN}/H323-GK)
c) using ooh323/${EXTEN}/ip-address-of-gatekeeper
exten => _817XXXX,1,Dial(ooh323/${EXTEN}/192.168.1.6)
Everything results in:
-- Executing NoOp("IAX2/thorcom-1", ""route-tetra: routing call to: 817200...
2007 Sep 03
3
Classes do not receive any traffic ?
...skype()
{
#Nasty workaround for skype
if [ ! -r /tmp/1 -o ! -r /tmp/2 ] ; then
touch /tmp/1 /tmp/2
find /etc/l7-protocols/protocols/ -type f -name *pat |cut -d/ -f5 | cut
-d. -f1 >/tmp/1
sed
''/skype*/d;/finger*/d;/biff*/d;/whois*/d;/tsp*/d;/ntp*/d;/unknown*/d;/sip*/d;/h232*/d;/teamspeak*/d;/ventrilo*/d;/ssh*/d;/jabber*/d;/aim*/d;/msnmessenger*/d;/yahoo*/d;/qq*/d;/battlefield1942/d;/battlefield2/d;/counterstrike-source*/d;/dayofdefeat-source*/d;/doom3*/d;/halflife2-deathmatch*/d;/mohaa*/d;/quake-halflife*/d;/quake1*/d;/worldofwarcraft*/d''
/tmp/1 > /tmp/2...