Hello.
 
I am trying to connect Asterisk to Cisco Gatekeeper running on 2600 router.  On the Gatekeeper I get the loopback address from Asterisk in "CallSignalAddr".  All Other devices that registers on this Gatekeeper report their ethernet ip address in this section.
 
router1#show gatekeeper endpoints
                    GATEKEEPER ENDPOINT REGISTRATION
                    ================================
CallSignalAddr  Port  RASSignalAddr   Port  Zone Name         Type    Flags
--------------- ----- --------------- ----- ---------         ----    -----
127.0.0.1       1720  10.169.208.12   32774 router1           VOIP-GW
    H323-ID: mailbox
    E164-ID: 4557999
    H323-ID: det-gw
    H323-ID: time
    E164-ID: 155
    Voice Capacity Max.=  Avail.=  Current.= 0
 
in /etc/asterisk/h323.conf are the following lines:
 
[general]
 port = 1720
 bindaddr = 10.169.208.12
 
gatekeeper = 10.169.208.1
AllowGKRouted = yes
context=default
 
[time]
type=h323
e164=155
context=default
 
[det-gw]
type=h323
prefix=1248,1313
context=detroit
 
[mailbox]
type=h323
e164=4557999
context=default
_______________________________________________
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