[Asterisk-Users] Call Routing from GnuGK to Asterisk
Rafael Marconi
rmmarconi at uol.com.br
Sat Dec 10 08:37:37 MST 2005
Hi,
im using debian with asterisk instaled via apt-get (1.0.7 + oh323)
my asterisk is not a Gk, but a GW.
Look this conf
/etc/asterisk/oh323.conf
[register]
alias=asterisk
gwprefix=9
gwprefix=8
gwprefix=7
gwprefix=6
gwprefix=5
gwprefix=4
gwprefix=3
gwprefix=2
gwprefix=1
gwprefix=0
/etc/gatekeeper.ini
[RasSrv::GWPrefixes]
127.0.0.1
asterisk=0,1,2,3,4,5,6,7,8,9
in this way i force all calls to asterisk
i use some extensions with tech-prefix to route calls
like this
exten => _130X.,1,SetCallerID(130)
exten => _130X.,2,Dial,SIP/${EXTEN:3}@provider.comt,tr
Rafael Marconi
Em 09/12/2005, às 18:03, Code Lover escreveu:
> Hi all,
>
> I installed asterisk-oh323 and GnuGK on the linux box, and i wanted to
> route all gnugk registered endpoint's call to oh323 GW (Asterisk)
> which is already registered with GnuGK as Gatekeepr.
>
> here is my gnugk.ini configuation.
>
> [Gatekeeper::Main]
> Fourtytwo=42
> TimeToLive=750
> Name=gnugk
>
> [RoutedMode]
> GKRouted=1
> H245Routed=0
> CallSignalPort=1720
> CallSignalHandlerNumber=1
> RemoveH245AddressOnTunneling=0
> AcceptNeighborsCalls=1
> AcceptUnregisteredCalls=1
> SupportNATedEndpoints=1
> DropCallsByReleaseComplete=1
>
> [RasSrv::ARQFeatures]
> ArjReasonRouteCallToSCN=0
> ArjReasonRouteCallToGatekeeper=1
> RoundRobinGateways=1
>
> [RoutingPolicy]
> default=neighbor
>
> [RasSrv::Neighbors]
> GK1=asterisk
>
> [Neighbor::GK1]
> GatekeeperIdentifier=GK1
> Host=212.xxx.xxx.xxx
> SendPrefixes=0
> AcceptPrefixes=*
> ForwardLRQ=always
>
> Here is my error what i am getting in gnugk log.
>
> admissionReject {
> requestSeqNum = 8191
> rejectReason = calledPartyNotRegistered <<null>>
> }
>
> Please help me to solve this problem
> --
> --
> Thank You,
> Code Lover
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list