[Asterisk-Users] Asteriks, GnuGk and outgoing calls
Mickey Binder
mickey at comflex.dk
Wed Jul 2 23:35:26 MST 2003
Hello there
I'm quite a newbie in the IP Telephony area. I'm playing a little around
with a setup with one linux box with a e100 p card installed, which
functions as an Asterisk gateway and a oh323 GK(Gnu Gatekeeper).
I have two h323 phones, Welltech WellGate 1501 and 3502.
So far I've managed to get the two IP phones and Asterisk connected to the
GK. I can place calls from one Wellgate to another, which I observed is
being routed through Asterisk as well, so I think the setup between Asterisk
and the GK is ok.
One thing that i can't though is making outgoing calls. When i try to call
outside the house i just get a "calledPartyNotRegistered <<null>>" error
message from the GK.
Here is a little snip from my extensions.conf:
----snip----
;
; 7003 Wellgate 1501
;
exten => 7003,1,Dial(H323/003)
exten => 7003,2,Voicemail,u7003
exten => 7003,102,Voicemail,b7003
exten => 7903,1,VoicemailMain,7003
;
; 7004 Wellgate 3502 (Port 1)
;
exten => 7004,1,Dial(H323/004)
exten => 7004,2,Voicemail,u7004
exten => 7004,102,Voicemail,b7004
exten => 7904,1,VoicemailMain,7004
;
; 7005 Wellgate 3502 (Port 2)
;
exten => 7005,1,Dial(H323/004)
exten => 7005,2,Voicemail,u7005
exten => 7005,102,Voicemail,b7005
exten => 7905,1,VoicemailMain,7005
;
;Outside access via Zaptel interface (PRI)
;
exten => _XXXXXXXX,1,Dial,Zap/g1/BYEXTENSION
----snip----
A little snip of my h323.conf
----snip----
[7003]
type=h323
context=Office
[7004]
type=h323
context=Office
;[7005]
;type=h323
;context=Office
[gw1]
type=h323
context=Office
----snip----
And here is my gatekeeper.ini file:
[Gatekeeper::Main]
Fourtytwo=42
Home=10.1.1.51
NetworkInterfaces=10.1.1.51/24
UseBroadcastListener=0
[GkStatus::Auth]
rule=allow
[RasSrv::GWPrefixes]
gw1=2840
Does the above look correct.
If I use Asterisk standalone and then connect ohPhone directly to Asterisk i
can easily place outgoing calls, so the setup for outbound calls works I
think.
--
Mickey Binder
More information about the asterisk-users
mailing list