i am trying to configure ekiga softphone with asterisk 1.4.15 using H323 protocol.
i m getting error at ekiga saying:
“Gatekeeper request failed(Bad username/password)”
im newbie… plz tell me what im missing or doing wrong.??sending the contents of reqd files.Also there are two configuration files for h323, namely h323.conf and ooh323.conf , however their contents are same…but which one to use??
[code];Contents of H323.conf are
[general]
register => 2222:2222@H323/2222; here 2222:2222 are username and password
register => 2222:2222@00H323/2222
register => 1234:1234@OOH323/1234
register => 1234:1234@H323/1234
register => 1235:1235@OOH323/1235
register => 1235:1235@H323/1235
listenAddress=10.XXX.XX.XXX
listenPort = 1720
tcpStart=10000
tcpEnd=20000
udpStart=1000
udpEnd=2000
connectPort=1720
fastStart=yes
h245Tunneling=yes
h245inSetup=yes
inBandDTMF=no
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=600
inboundMax=600
libLogLevel=0
libLogFile=stddout
;simultaneousMax=10
wrapLibTraceLevel=0
libTraceLevel=0
libTraceFile=/tmp/h323.log
;
;gatekeeper = DISABLE
gatekeeper = 10.XXX.XX.XXX
[2222]
alias=abc
type=user
secret=2222
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=home
insecure=invite
;port=5061 ; Uncomment this line if Ekiga and Asterisk
; are on the same host
[1234]
alias=abc
type=peer
secret=1234
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=home
insecure=invite
;port=5061
[1235]
alias=xyz
type=peer
secret=1235
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=home
insecure=invite
port=5061 ; Uncomment this line if Ekiga and Asterisk
; are on the same host
[/code]
[code];contents of extensions.conf
[home]
exten => 2222,1,Dial(H323/2222)
exten => 2222,1,Dial,OOH323/2222
exten => 1234,1,Dial(H323/1234)
exten => 1234,1,Dial,OOH323/1234
exten => 1235,1,Dial(H323/1235)
exten => 1235,1,Dial,OOH323/1235
[/code]
[code];contents of users.conf(automatically generated by asterisk GUI)
[general]
; Full name of a user
fullname = New User
; Starting point of allocation of extensions
userbase = 6000
;
; Create voicemail mailbox and use use macro-stdexten
;
hasvoicemail = yes
;
; Set voicemail mailbox 6000 password to 1234
;
vmsecret = 1234
;
; Create SIP Peer
;
hassip = yes
;
; Create IAX friend
;
hasiax = yes
;
; Create H.323 friend
hash323 = yes
; Create manager entry
hasmanager = no
;
; Remaining options are not specific to users.conf entries but are general.
callwaiting = yes
threewaycalling = yes
callwaitingcallerid = yes
transfer = yes
canpark = yes
cancallforward = yes
callreturn = yes
callgroup = 1
pickupgroup = 1
localextenlength = 4
[1234]
callwaiting = yes
cid_number = 1234
email = lal@wipro.com
fullname = abc
hasagent = yes
hasdirectory = no
hasiax = yes
hasmanager = yes
hassip = yes
hasvoicemail = yes
deletevoicemail = no
host = dynamic
mailbox = 1234
secret = 1234
threewaycalling = yes
vmsecret = 1234
registeriax = yes
registersip = yes
canreinvite = yes
nat = no
dtmfmode = rfc2833
disallow = all
allow = all
[1235]
callwaiting = yes
cid_number = 1235
email = praja@wipro.com
fullname = xyz
hasagent = yes
hasdirectory = no
hasiax = yes
hasmanager = yes
hassip = yes
hasvoicemail = yes
deletevoicemail = no
host = dynamic
mailbox = 1235
secret = 1235
threewaycalling = yes
vmsecret = 1235
registeriax = yes
registersip = yes
canreinvite = yes
nat = no
dtmfmode = rfc2833
disallow = all
allow = all
[2222]
callwaiting = yes
email = abc.pqr
fullname = abc
hasagent = yes
hasdirectory = no
hasiax = yes
hasmanager = yes
hassip = yes
hasvoicemail = yes
deletevoicemail = no
host = dynamic
mailbox = 2222
secret = 2222
threewaycalling = yes
vmsecret = 2222
registeriax = yes
registersip = yes
canreinvite = yes
nat = no
dtmfmode = rfc2833
disallow = all
allow = all[/code]
plz help me out…what m missing??