[Asterisk-Users] openphone & Asterisk
CHAUVELIN Samuel
s.chauvelin at gmail.com
Thu Oct 7 07:17:50 MST 2004
[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=192.168.0.33
gatekeeperTTL=600
userInputMode=RFC2833
amaFlags=default
;accountCode=H323
;********************** TEST OF OPENPHONE CONFIGURATION
[444];OpenPhone
type=friend
defaultip=192.168.0.32 ; @ of my openphone
username=444
callerid=444
context=communication_local
[openphone];OpenPhone
type=friend
host=192.168.0.33 ; @ of my asterisk server
;defaultip=192.168.0.32
;username=223
context=default
callerid="openphone at 192.168.0.32" <223>
;********************** TEST OF OPENPHONE CONFIGURATION
;-----------------------------------------
; Configure H.323 aliases, prefixes and
; related ASTERISK's contexts
;-----------------------------------------
[register]
;
; Aliases/prefixes associated with the default context
; defined in section [general].
;
alias=asterisk
alias=444
;alias=123
;
; Aliases/prefixes routed in "all-aliases" context.
;
context=all-aliases
alias=ASTERISK
alias=666
;
; Aliases/prefixes routed in "more-aliases" context.
;
context=more-aliases
alias=665
;
; Aliases/prefixes routed in "all-prefixes" context.
;
context=all-prefixes
gwprefix=00
gwprefix=01
;
; Aliases/prefixes routed in "more-stuff" context.
;
;context=more-stuff
;alias=664
;gwprefix=02
;-----------------------------------------
; Specify and configure CODEC related
; options
;-----------------------------------------
[codecs]
;
; Define the codec list of the channel driver.
; Every "codec" option may have a "frames" option
; associated with it.
; Valid values for the "codec" option are:
; G711U - G.711 u-Law
; G711A - G.711 A-Law
; G7231 - G.723.1(6.3k)
; G72316K3 - G.723.1(6.3k)
; G72315K3 - G.723.1(5.3k)
; G7231A6K3 - G.723.1A(6.3k)
; G7231A6K3 - G.723.1A(6.3k)
; G726 - G.726(32k)
; G72616K - G.726(16k)
; G72624K - G.726(24k)
; G72632K - G.726(32k)
; G72640K - G.726(40k)
; G728 - G.728
; G729 - G.729
; G729A - G.729A
; G729B - G.729B
; G729AB - G.729AB
; GSM0610 - GSM 0610
; MSGSM - Microsoft GSM Audio Capability
; LPC10 - LPC-10
; Number of frames in RTP packet (if not specified) is 1.
;
codec=G711A
frames=20
codec=G711U
frames=20
codec=GSM0610
frames=4
in openphone :
I put : Username : 223 or 444
Gatekeeper : @ of my gatekeeper
When i run openphone it says me that it doesn't find my gatekeeper
More information about the asterisk-users
mailing list