[Asterisk-Users] Asterisk and windows h.323 gatekeeper calling problems...

reacend reacend at gmx.net
Tue May 4 05:19:39 MST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there, i have a working Microsoft ISA firewall with buildin H.323
Gatekeeper....
So Far, i got registerd the asterisk on the M$ Gatekeeper...


here is the h.323 configuration:

; Open H.323 driver configuration
;
[general]
port = 1720
bindaddr = 0.0.0.0
allow=all               ; turns on all installed codecs
dtmfmode=rfc2833
gatekeeper = 62.225.189.250
AllowGKRouted = yes
context=local
;
[time]
type=h323
e164=18102341212
context=local
;
;[det-gw]
;type=h323
;prefix=1248,1313
;context=detroit
;
[202]
type=user
host=*
context=incoming
incominglimit=4






Here is the extensions.conf:


debian:/etc/asterisk# cat extensions.conf
[general]
static=yes
writeprotect=no
;
; The "Globals" category contains global variables that can be referenced
; in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for
Environmental variable
; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid
;
[globals]

;DEFAULT EXTENTION

AIC=4455505
REACEND=4455506
AHECHT=4455507

MAILBOX=994801


AIC_MAILBOX=201
AHECHT_MAILBOX=203
REACEND_MAILBOX=202

;SIP EXTENTION
REACEND_SIP=SIP/202
AHECHT_SIP=SIP/203
AIC_SIP=SIP/201
;
;


[local]

include => voice
include => hold
include => meeting
include => demo
exten =>
${REACEND},1,Macro(stdexten,${REACEND},${REACEND_SIP},${REACEND_MAILBOX})
exten =>
${AHECHT},1,Macro(stdexten,${AHECHT},${AHECHT_SIP},${AHECHT_MAILBOX})
exten => ${AIC},1,Macro(stdexten,${AIC},${AIC_SIP},${AIC_MAILBOX})


exten => ${MAILBOX},1,VoiceMailMain();
exten => time,1,Answer
exten => time,2,Playback,current-time



[voice]
;Voicemail System
exen => 999,1,Voicemail2

[meeting]
exten => 8600,1,Meetme

[hold]
exten => 6600,1,WaitMusicOnHold()


[demo]
exten => 500,1,Playback(demo-abouttotry); Let them know what's going on
exten => 500,2,Dial(IAX2/guest at misery.digium.com/s at default)     ; Call
the Asterisk demo
exten => 500,3,Playback(demo-nogo)      ; Couldn't connect to the demo
site
exten => 500,4,Goto(s,6)                ; Return to the start over
message.


[default]
include => local

[intern]
include => local

[remote]
include => local


[macro-stdexten];
;
; Standard extension macro:
;   ${ARG1} - Extension  (we could have used ${MACRO_EXTEN} here as well
;   ${ARG2} - Device(s) to ring
;

exten => s,1,Dial(${ARG2},20)                          
exten => s,2,Voicemail(u${ARG3})                        
exten => s,3,Playback(vm-goodbye)

exten => t,1,Dial(${ARG2},20)                          
exten => t,2,Voicemail(b${ARG3})  
exten => t,3,Playback(vm-goodbye)


Now when i want to call time@<asterisk-box> then it didn't work and I
also get no informations when I tourn on debugging and trace of
h.323...   Can somebode give me a configuration of a Gatekeeper gnugk
for example...



Best Regards,
Mark Nicolas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAl4paoKtmDMYNuGsRAsKoAJ98p3OuZecDG719s6I/WywfqUjVxACfdmXj
/fMLqD9BH/p8f3RV8QffLjY=
=tSid
-----END PGP SIGNATURE-----




More information about the asterisk-users mailing list