Hi guys, I create a topology like fellow:

   /******          /************         /***********
    * GK *-----------* Asterisk *---------- Sip Prov *
    ******/          ************/        
***********/
       |                                        |
       |                                        |
       |                                        |
     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/[EMAIL PROTECTED],10)
exten=_1131517401,1,Dial(h323/[EMAIL PROTECTED],10)
exten=_2001,1,Dial(h323/[EMAIL PROTECTED],10)
exten=_2002,1,Dial(h323/[EMAIL PROTECTED],10)
exten=_3333,1,Dial(sip/[EMAIL PROTECTED],10)
exten=_1131517454,1,Dial(sip/[EMAIL PROTECTED],10)
exten=_1164626155,1,Dial(sip/[EMAIL PROTECTED],10)
exten=_1164626156,1,Dial(sip/[EMAIL PROTECTED],10)
[Vocaldata]
exten=_1131517454,1,Dial(sip/[EMAIL PROTECTED],30)
exten=_1164626155,1,Dial(sip/[EMAIL PROTECTED],30)
exten=_1164626156,1,Dial(sip/[EMAIL PROTECTED],30)

The result is: My SIP terminal can talk to the H323
terminal, but the H323 terminal cannot call the SIP.
Someone confront same problem before?!!? Or someone
have an idea about this?!?!

Thanks.

ps: I am monitoring the network using a sniffer and
the gatekeeper don't respond the SIP Provider's
invite. But I configure the
"AcceptUnregistredCalls=1".

Giscard


        
        
                
_______________________________________________________
Yahoo! Mail agora com 100MB, anti-spam e antiv�rus gr�tis!
http://br.info.mail.yahoo.com/
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to