Displaying 1 result from an estimated 1 matches for "h323asterisk".
Did you mean:
23asterisk
2004 Jul 12
0
GnuGK + Asterisk + SIP Provider
...| |
H.323 SIP
And I wanna configure a setup that the SIP terminal
talk with the H323 terminal. For this I would like use
the asterisk.
My h323.conf file is like:
[general]
gatekeeper=10.11.2.80
AllowGKRouted=yes
[H323Asterisk]
type=h323
context=sip_provider
prefix=113151,116462
[default]
type=h323
context=default
My sip.conf file is like:
[default]
context=default
My extension file is like:
exten=_1131517400,1,Dial(h323/1131517400@10.11.2.80,10)
exten=_1131517401,1,Dial(h323/OPENH323GK@10.11.2.80,10)
exten=_2001,1,Di...