Re: Can't get my Avaya 4620 to work with gnugk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That's what I thought so I commented out that line and tried again,  
still no luck. here is my complete config file:

[Gatekeeper::Main]
Fortytwo=42
Name=OpenH323GK

[RoutedMode]
GKRouted=1
H245Routed=0
RemoveH245AddressOnTunneling=0
AcceptNeighborsCalls=1
AcceptUnregisteredCalls=0
SupportNATedEndpoints=1
DropCallsByReleaseComplete=1

[Proxy]

[RasSrv::GWPrefixes]

[RasSrv::RRQFeatures]

[RasSrv::ARQFeatures]
ArjReasonRouteCallToGatekeeper=1
RemoveTrailingChar=#
RoundRobinGateways=1

[RoutingPolicy]
default=explicit,internal,parent,neighbor

[RasSrv::RRQAuth]
default=confirm

[GkStatus::Auth]
rule=allow

[RasSrv::RewriteE164]

[RasSrv::LRQFeatures]

[RasSrv::PermanentEndpoints]
188.40.233.123=ASTERISK;123

[Gatekeeper::Auth]
FileIPAuth=required;RRQ,LRQ,Setup
;SimplePasswordAuth=sufficient;RRQ,ARQ,BRQ,DRQ,LRQ,IRQ
;default=allow

[CallTable]

[H225toQ931]

[Gatekeeper::Acct]

[NATedEndpoints]

[CTI::Agents]
VirtualQueueAliases=CC
RequestTimeout=10

[CTI::MakeCall]
EndpointAlias=DialOut

UseH450=0
Interface=192.168.6.1:1722
Gatekeeper=192.168.1.1

[SimplePasswordAuth]
KeyFilled=123
CheckID=FALSE
PasswordTimeout=0
;800=Bq56xYcO+9M=

[FileIPAuth]
213.143.118.123=allow
;192.168.1.0/24=allow
;192.168.2.0/255.255.255.0=allow;48,49,44
any=reject

Cris

On 2. Nov 2009, at 10:04 , Jan Willamowius wrote:

> You actually passed the RRQ check, bvut it looks like you still have
> that permanent endpoint configured with the same alias. If you take
> that out, it will register.
>
> Regards,
> Jan
>
> Cristian Livadaru wrote:
>> Unfortunately it didn't quite work.
>>
>> I have set:
>> [Gatekeeper::Auth]
>> FileIPAuth=required;RRQ,LRQ,Setup
>>
>> [FileIPAuth]
>> 213.143.118.109=allow
>> 192.168.1.0/24=allow
>> any=reject
>>
>> gk says:
>>
>> 2009/11/02 09:45:15.726 4             RasSrv.cxx(230)   RAS
>> Receiving on 188.40.233.123:1719(U)
>> 2009/11/02 09:45:15.726 2             RasSrv.cxx(189)   RAS     Read
>> from 213.143.118.123:49301
>> 2009/11/02 09:45:15.726 3             RasSrv.cxx(238)   RAS
>> registrationRequest {
>>     requestSeqNum = 5
>>     protocolIdentifier = 0.0.8.2250.0.2
>>     nonStandardData = {
>>       nonStandardIdentifier = object 2.16.840.1.113778.4.2.1
>>       data =  25 octets {
>>         09 81 01 00 18 1e 90 01  20 01 00 06 00 04 0d
>> 27   ........ ......'
>>         85 83 01 00 02 00 07 01  00                        .........
>>       }
>>     }
>>     discoveryComplete = true
>>     callSignalAddress = 1 entries {
>>       [0]=ipAddress {
>>         ip =  4 octets {
>>           c0 a8 01 a0                                        ....
>>         }
>>         port = 5344
>>       }
>>     }
>>     rasAddress = 1 entries {
>>       [0]=ipAddress {
>>         ip =  4 octets {
>>           c0 a8 01 a0                                        ....
>>         }
>>         port = 49301
>>       }
>>     }
>>     terminalType = {
>>       terminal = {
>>       }
>>       mc = false
>>       undefinedNode = false
>>     }
>>     terminalAlias = 1 entries {
>>       [0]=dialedDigits "800"
>>     }
>>     endpointVendor = {
>>       vendor = {
>>         t35CountryCode = 181
>>         t35Extension = 0
>>         manufacturerCode = 16726
>>       }
>>       productId =  8 octets {
>>         49 50 5f 50 68 6f 6e 65                            IP_Phone
>>       }
>>       versionId =  5 octets {
>>         32 2e 33 30 30                                     2.300
>>       }
>>     }
>>     cryptoTokens = 1 entries {
>>       [0]=cryptoEPPwdEncr {
>>         algorithmOID = 2.16.840.1.114187.1.3
>>         paramS = {
>>         }
>>         encryptedData =  0 octets {
>>
>>         }
>>       }
>>     }
>>     keepAlive = false
>>     willSupplyUUIEs = false
>>   }
>> 2009/11/02 09:45:15.726 1             RasSrv.cxx(368)   RAS     RRQ
>> Received from 213.143.118.123:49301
>> 2009/11/02 09:45:15.726 3             gkauth.cxx(982)   GKAUTH
>> FileIPAuth RRQ check ok
>> 2009/11/02 09:45:15.726 3             gkauth.cxx(982)   GKAUTH
>> default RRQ check ok
>> 2009/11/02 09:45:15.726 2             RasSrv.cxx(408)   RRJ|
>> 213.143.118.123|800:dialedDigits|terminal|duplicateAlias;
>> 2009/11/02 09:45:15.726 3             RasSrv.cxx(250)   RAS     Send
>> to 213.143.118.123:49301
>> registrationReject {
>>     requestSeqNum = 5
>>     protocolIdentifier = 0.0.8.2250.0.2
>>     rejectReason = duplicateAlias 1 entries {
>>       [0]=dialedDigits "800"
>>     }
>>     gatekeeperIdentifier =  10 characters {
>>       004f 0070 0065 006e 0048 0033 0032 0033   OpenH323
>>       0047 004b                                 GK
>>     }
>>   }
>> 2009/11/02 09:45:15.861 3             RasTbl.cxx(2143)  Gk       
>> Delete
>> Call No. 1
>>
>> Cris
>>
>> On 1. Nov 2009, at 23:15 , Jan Willamowius wrote:
>>
>>> If you can't turn sending a password off in the phone, it might  
>>> still
>>> work if GnuGk just ignores the password it gets.
>>>
>>> Regards,
>>> Jan
>>>
>>>
>>> Cristian Livadaru wrote:
>>>> Thanks Jan, I will try this tomorrow morning.
>>>> But I'm not so sure I can set up this phone without authentication.
>>>> But I will give it a shot.
>>>>
>>>> Cris
>>>>
>>>> On 1. Nov 2009, at 22:02 , Jan Willamowius wrote:
>>>>
>>>>> Hi Chris,
>>>>>
>>>>> permanent endpoints settings have nothing to do with your
>>>>> authentication.
>>>>>
>>>>> I would suggest you disable authentcation completely for your  
>>>>> first
>>>>> test calls. And then maybe use FileIPAuth. Thats probably easier  
>>>>> to
>>>>> get going. See
>>>>> http://www.gnugk.org/gnugk-manual-8.html#ss8.2ee
>>>>>
>>>>> Regards,
>>>>> Jan
>>>>>
>>>>>
>>>>> Cristian Livadaru wrote:
>>>>>> First of all I want to mention that I have no clue about H323, I
>>>>>> am a
>>>>>> asterisk/SIP user.
>>>>>> I got a Avaya 4620 IP Phone which, as it seems, can't work with
>>>>>> sip.
>>>>>> So I installed gnugk but I am working on it since today morning
>>>>>> with
>>>>>> no luck.
>>>>>> First the Debian Version ( version 2.2.7-3-2) had segfaults with
>>>>>> PWlib. I downloaded the newest binary from the gnugk site
>>>>>> (gnugk-2.3.0) and now I'm facing new issues:
>>>>>>
>>>>>> 1) If I use SimplePasswordAuth=sufficient;RRQ,ARQ
>>>>>>
>>>>>> 2009/11/01 19:37:44.554 4               gkauth.h(661)   GKAUTH
>>>>>> SimplePasswordAuth No username resolved from tokens.
>>>>>> 2009/11/01 19:37:44.554 3             gkauth.cxx(987)   GKAUTH
>>>>>> SimplePasswordAuth RRQ check failed
>>>>>> 2009/11/01 19:37:44.554 2             RasSrv.cxx(408)   RRJ|
>>>>>> 212.144.118.xxx|800:dialedDigits|terminal|securityDenial;
>>>>>>
>>>>>>
>>>>>> 2) If Use these settings:
>>>>>>
>>>>>> [RasSrv::PermanentEndpoints]
>>>>>> 212.144.118.xxx=800
>>>>>>
>>>>>> gnugk tells me:
>>>>>>
>>>>>> 2009/11/01 19:27:06.762 4             gkauth.cxx(1642)  GKAUTH
>>>>>> AliasAuth auth condition not found for alias '800'
>>>>>>
>>>>>>
>>>>>> I'm about to through this phone back on ebay and look for a new  
>>>>>> SIP
>>>>>> phone. I wasted two days in trying to get this thing to work and
>>>>>> I'm
>>>>>> simply frustrated!
>>>>>> any idea how I could get this phone to work?
>>>>>>
>>>>>> Cris
>
> -- 
> Jan Willamowius, jan@xxxxxxxxxxxxxx, http://www.gnugk.org/
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart  
> your
> developing skills, take BlackBerry mobile applications to market and  
> stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________________
>
> Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
> Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
> Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
> Homepage: http://www.gnugk.org/


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________________

Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx
Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

[Index of Archives]     [SIP]     [Open H.323]     [Gnu Gatekeeper]     [Asterisk PBX]     [ISDN Cause Codes]     [Yosemite News]

  Powered by Linux