Displaying 20 results from an estimated 28 matches for "jittermax".
2005 Aug 29
2
Register Asterisk with Gatekeeper - oh323
...2912
ID - HMA0200.10szxn-xxxx
e.164 - 22xx2913
Here is my oh323.conf:
[general]
listenAddress=0.0.0.0
listenPort=1720
gatekeeper=AVS@210.21.118.XXX
gatekeeperTTL=600
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=1
libTraceLevel=0
libTraceFile=stdout
userInputMode=TONE
amaFlags=default
accountCode=H323
language=en
context=voip-h323
[register]
alias=ASTERISK
[codecs]
codec=G711A
frames=20
[22xx2912]
type=friend
ip=AVS@210.21....
2005 Mar 09
6
how to sip->h323 using asterisk-oh323-0.7.1
hello
i am using asterisk-oh323-0.7.1. i want to convert sip
call to h323 (h323 sjphone or h323 proxy). what could
be the best way for this. i am successfull in
converting h323->sip by using asterisk as gateway.
help required on sip->h323.
kamran
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
2004 Sep 04
1
Oh323, Please Help Newbie ;(
...ere's a
better way to do it? Is there anything wrong with my
Config?
OH323.conf
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=8000
udpEnd=8005
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=yes
silenceSuppression=no
jitterMin=20
jitterMax=500
ipTos=reliability
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=1
libTraceLevel=0
libTraceFile=stdout
gatekeeper=DISABLE
gatekeeperTTL=600
userInputMode=RFC2833
amaFlags=default
accountCode=H323
[223];OpenPhone
type=friend
defaultip=193.25.30.223
username=223
context=defaul...
2005 Mar 20
1
HELP: Failed start after install asterisk_oh323-0.7.1
...ting audio data: : Broken pipe
Segmentation fault
------------ oh323.conf ----------------------------
[general]
listenAddress=myip
listenPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=1
libTraceLevel=5
libTraceFile=/var/log/asterisk/oh323.log
gatekeeper=mygnugk
;gatekeeperPassword=secret
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=myaccount
context=voip-h323
[register]
alias=h...
2005 Sep 30
1
No ringback tone generated by Asterisk with OH323connections
...rate the ringback tone. Does anybody know how to configure
this in
Asterisk? The relevant settings in oh323.conf are:
[general]
listenAddress=0.0.0.0
listenPort=1720
tcpStart=20001
tcpEnd=30000
udpStart=20001
udpEnd=30000
fastStart=yes
h245Tunnelling=yes
h245inSetup=yes
inBandDTMF=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
bandwidthLimit=2000
gatekeeper=DISABLE
gatekeeperTTL=600
userInputMode=RFC2833
The package versions I'm using are:
asterisk 1.0.9.dfsg-5
asterisk-oh323 0.6.6pre3-4
libopenh323-1.15.3c2 1.15.3-4
--
Juan Jose Comellas
(juan...
2004 Sep 28
4
Gatekeeper registration failed
...]: chan_h323.c:1987 load_module:
Gatekeeper registration failed.
my h323.conf is:
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=1
libTraceLevel=0
libTraceFile=stdout
gatekeeper=200.69.192.252
gatekeeperPassword = secret
name=xxxxxxxxxx
secret=xxxxxxxxxx
AllowGKRouted = yes
gatekeeperTTL=100
userInputMode=TONE
amaFlags=omit
alias=50312049
allo...
2007 Oct 05
1
[asterisk-dev] oh323.conf, extentions.conf
...h323.conf
##################################################
;
; Configuration file of OpenH323 channel driver
;
[general]
listenAddress=W.X.Y.Z ; local ip
listenPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=yes
h245Tunnelling=yes
h245inSetup=yes
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=100
inboundMax=100
simultaneousMax=100
wrapLibTraceLevel=0
libTraceLevel=0
libTraceFile=stdout
gatekeeper=A.B.C.D ; GnuGK
gatekeeperTTL=600
; Set the mode for sending user-input (DTMF)
; Valid values for this option are:
; Q931 - Q.931 Keypad Information...
2005 May 25
0
oh323 problems - Solved
...nnelling=yes
;
; Enable early H.245 messages in call SETUP message.
h245inSetup=yes
;
; Enable in-band-DTMF detection.
; (Note: Netmeeting uses in-band DTMFs)
;
inBandDTMF=no
;
; Enable silence suppression.
;
silenceSuppression=no
;
; Set jitter buffer (in milliseconds, 20...10000).
;
jitterMin=20
;jitterMax=500
jitterMax=1000
; Set IP Type-of-Service byte for RTP channels.
; Valid values for this option are:
; lowdelay, throughput, reliability, mincost, none
;
;ipTos=reliability
ipTos=reliability
; Set the maximum number of inbound/outbound/simultaneous
; H.323 connections.
;
outboundMax=10
inboundM...
2004 Apr 13
1
SIP->h323 problem DTMF
...cal-access]
include => extensions
-------------
h323.conf
-----------
[general]
listenAddress=xx.xx.xx.xx,xx
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=1
libTraceLevel=0
libTraceFile=stdout
gatekeeper=DISCOVER
gatekeeperTTL=600
userInputMode=RFC2833
amaFlags=default
accountCode=H323
context=voip-h323
[register]
;
alias=asterisk
alias=123
;
; Aliases/prefixes routed i...
2005 Jul 07
1
Calls with oh323 with no sound
...nnelling=no
;
; Enable early H.245 messages in call SETUP message.
;
h245inSetup=yes
;
; Enable in-band-DTMF detection.
; (Note: Netmeeting uses in-band DTMFs)
;
inBandDTMF=no
;
; Enable silence suppression.
;
silenceSuppression=no
;
; Set jitter buffer (in milliseconds, 20...10000).
;
jitterMin=20
jitterMax=100
;
; Set IP Type-of-Service byte for RTP channels.
; Valid values for this option are:
; lowdelay, throughput, reliability, mincost, none
;
ipTos=lowdelay
;
; Set the maximum number of inbound/outbound/simultaneous
; H.323 connections.
;
outboundMax=10
inboundMax=10
simultaneousMax=10
;
; Set...
2003 Sep 23
0
Cisco Callmanager 3.3 Asterisk OpenH323
...Number from CCM. I think it is
sent but in a different way.
My oh323.conf is:
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=yes
h245inSetup=yes
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
wrapLibTraceLevel=1
libTraceLevel=1
libTraceFile=stdout
gatekeeper=DISABLE
userInputMode=TONE
amaFlags=default
accountCode=H323
context=voip-h323
[register]
alias=3001
[codecs]
codec=G711A
frames=20
Hope anyone can help me.
Thanks in Advance
Mike
2004 Nov 26
0
"reason 23 (Temporary failure)" when using Dial(OH323)
...CODEC=ulaw)
exten => _011.,2,Dial(OH323/00${EXTEN})
Here is the oh323.conf:
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=yes
h245Tunnelling=yes
h245inSetup=no
inBandDTMF=yes
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=100
inboundMax=100
simultaneousMax=100
;bandwidthLimit=1024
wrapLibTraceLevel=1
libTraceLevel=0
libTraceFile=stdout
gatekeeper=192.168.254.2
;gatekeeperPassword=
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=H323
context=h323-in
[register]
context=h32...
2005 May 11
0
Vegastream assistance?
...9;m using OH323 with little
success.
I can dial out and answer but voip end just keepings ringing and ringing.
Thanks for any help.
Neil
Config file:
[general]
listenAddress=ALL
listenPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
jitterMax=100
outboundMax=100
inboundMax=100
simultaneousMax=200
wrapLibTraceLevel=9
libTraceLevel=9
libTraceFile=/tmp/oh323_debug.log
gatekeeper=DISABLE
gatekeeperTTL=300
userInputMode=TONE
amaFlags=default
accountCode=H323
context=sip
[register]
alias=ASTERIX
[codecs]
; G711U - G.711 u-Law
;...
2005 Aug 18
2
Asterisk (OH323) - gnugk connection
Hello there.
Is there somebody with this connection working? I can't seem to make this
work at all. Could someone
please share some .conf files?
Cheers,
Vedran.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050818/71480bd9/attachment.htm
2005 Sep 30
1
No ringback tone generated by Asterisk with OH323 connections
...rate the ringback tone. Does anybody know how to configure this in
Asterisk? The relevant settings in oh323.conf are:
[general]
listenAddress=0.0.0.0
listenPort=1720
tcpStart=20001
tcpEnd=30000
udpStart=20001
udpEnd=30000
fastStart=yes
h245Tunnelling=yes
h245inSetup=yes
inBandDTMF=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
bandwidthLimit=2000
gatekeeper=DISABLE
gatekeeperTTL=600
userInputMode=RFC2833
The package versions I'm using are:
asterisk 1.0.9.dfsg-5
asterisk-oh323 0.6.6pre3-4
libopenh323-1.15.3c2 1.15.3-4
--
Juan Jose Comellas
(juan...
2006 Jan 21
1
h323 configuration
Can any body give me an example how to configure h323 in Asterisk.
Which files do I need to configure? just extensions.conf and h323.conf ?
Thanks,
Patricio
_________________________________________________________________
Descubre la descarga digital con MSN Music. M?s de un mill?n de canciones.
http://music.msn.es/
2004 May 04
1
Probs with oh323 driver: audio only in 1 direction
...l,Modem/ttyI1:${OH323_DSTE164}
##############
# oh323.conf #
##############
[general]
listenAddress=192.168.70.1
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=1
libTraceLevel=1
libTraceFile=stdout
gatekeeper=192.168.70.1
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=H323
context=voip-h323
[register]
alias=isdn
gwprefix=8
[codecs]
codec=G711A
frames=2...
2003 Oct 16
2
AGI problem (crash)
...++++++++++++++++++++
oh323.conf
++++++++++++++++++++++++++++++++++++++++++++++++++
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=yes
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
bandwidthLimit=1024
wrapLibTraceLevel=1
libTraceLevel=1
libTraceFile=stdout
gatekeeper=DISABLE
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=H323
context=default
[codecs]
codec=G711A
frames=20
Best regards,
Ivar Ragnarsson
2005 Feb 15
0
oh323 question
...exten => s,7,Congestion
exten => s,107,Macro(outisbusy)
and oh323.conf is
general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=yes
h245Tunnelling=no
h245inSetup=no
inBandDTMF=yes
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
wrapLibTraceLevel=2
libTraceLevel=2
libTraceFile=stdout
; ip address changed to protect the innocent
gatekeeper=66.173.aaa.bbb
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=H323
context=from-pstn
[register]
alias=7...
2004 Aug 03
0
OH323 not dial Modem[i4l]/g1
...,1,Dial(SIP/4123,60,tr)
exten => _[5]ZXX,1,Dial(Modem/g1:${EXTEN})
oh323.conf
[general]
listenAddress=0.0.0.0
listenPort=1720
connectPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=10
inboundMax=10
simultaneousMax=10
bandwidthLimit=1024
wrapLibTraceLevel=1
libTraceLevel=0
libTraceFile=stdout
gatekeeper=DISCOVER
gatekeeperTTL=100
userInputMode=TONE
amaFlags=omit
context=lesmuids
[register]
context=lesmuids
gwprefix=41
gwprefix=5