[Asterisk-Users] Bothering with H323

Nahuel Alejandro Ramos nahuelon at gmail.com
Thu Nov 25 11:36:37 MST 2004


Thanks Kido for the answer. I have not been able to make it work yet.
My config files are:

;h323.conf
[general]
port = 1720
bindaddr = 0.0.0.0
disallow=all
allow=all
dtmfmode=rfc2833
gatekeeper=200.123.148.17
AllowGKRouted=yes
context=h323

[devgw]
type=h323
e164=100
context=h323

;extension.conf
exten => 991111,1,Dial(h323/########)
exten => 991112,1,Dial(h323/991111 at 200.123.148.17)
exten => 991113,1,Dial(h323/991111 at 200.123.148.17/########)

I have tryed the three combination but no one works. I get this logs:

    -- Executing Dial("SIP/6386-76cc", "h323/########") in new stack
    -- Called ########
  == No one is available to answer at this time
  == Auto fallthrough, channel 'SIP/6386-76cc' status is 'NOANSWER'

Could you help me again. How can I know if my Asterisk is registered
on the remote GK? (it is a gnuGK machine with no access for me).
Thank you very much...

           Nahuel Ramos.




On Thu, 25 Nov 2004 03:21:48 -0000, kido noagbodji <kido at cafe.tg> wrote:
> Hi Nahuel,
> 
> in you h323.conf file, add the following line
> gatekeeper = yougk.ipadress.here
> then create an asterisk endpoints in your gk like this
> 
> [detgw]
> type=h323
> e164=100
> context=context
> 
> Then if you h323 endpoint is registered and if you modify you
> extensions.conf file like this it should work
> exten => 991111,1,Dial(h323/12345678)
> 
> assuming that your h323 registered endpoints IPN(ANI) is 12345678.
> 
> That should work.
> 
> K.
> 
> 
> 
> ----- Original Message -----
> From: "Nahuel Alejandro Ramos" <nahuelon at gmail.com>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> <asterisk-users at lists.digium.com>
> Sent: Wednesday, November 24, 2004 9:48 PM
> Subject: [Asterisk-Users] Bothering with H323
> 
> > Hi everyone,
> >
> >   Could someone help me on make my Asterisk registers to a Gatekeeper.
> > I have compiled the chan_h323.so and it seems to be working.
> >   What I want to know is how can I "route" my SIP clients to a single
> > account on a remote Gatekeeper.
> >   I have tried a lot of conbinations but nothing happend.
> >   For example: my account number: 123456789
> >
> >   ;extension.conf
> >   exten => 991111,1,Dial(h323/991111 at 200.123.148.17)
> >   exten => 991112,1,Dial(h323/991111 at 200.123.148.17/123456789)
> >
> >   Please, someone could help me touching the h323.conf.
> >   Thank you very much...
> >
> >            Nahuel Ramos.
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
>



More information about the asterisk-users mailing list