Page 1 of 1

ACSE Make Association message for OXO

Posted: 02 May 2013 15:07
by dcoup
I need to send an ACSE Make Association message to an Alcatel OXO and tell it that I want to use CSTA phase 2. The message I'm sending is below, but the PBX is rejecting it. What am I doing wrong?

Code: Select all

/-- message 1 --/
ACSE-apdu {
    aarq {
        aSO-context-name = 1.3.12.0.180.1        
        user-information {
            EXTERNAL {
                direct-reference = 1.3.12.0.218.200                
                encoding {
                    single-ASN1-type {
                        ACSEUserInformationForCSTA {
                            cSTAVersion = 01000                            
                            cSTAFunctionsRequiredByApplication {
                            }
                            cSTAFunctionsThatCanBeSupplied {
                            }
                        }
                    }
                }
            }
        }
    }
}

Re: ACSE Make Association message for OXO

Posted: 29 May 2014 16:21
by hans-juergen
Hello dcoup,

Oxe can do only phase 1 as I remember.



Gesendet von meinem iPad mit Tapatalk HD

Re: ACSE Make Association message for OXO

Posted: 30 May 2014 09:37
by dcoup
I think the OXE is compatible with the 4400, which is a phase 2 PBX. Our customers who use Alcatel can send the same ACSE Make Association message to an OXE that is sent to a 4400, and they can exchange phase 2 messages without problems from that point.

But the OXO apparently isn't compatible with the 4400; the same ACSE Make Association message doesn't work. Perhaps the OXO does only use phase 1.

Re: ACSE Make Association message for OXO

Posted: 30 May 2014 09:55
by tot3nkopf
CSTA ph I supported by OXO like hans-juergen stated.

Re: ACSE Make Association message for OXO

Posted: 02 Dec 2015 10:32
by ale-aebersold
Hi, below in a bit different format what works well on OXO.

acse ()
SEQUENCE (
protocol_version : tag(0,3){ array [1] 01}
application_context_name : 1.3.12.0.180.1
called_AP_title : null
called_AE_qualifier : null
called_AP_invocation_identifier : null
called_AE_invocation_identifier : null
calling_AP_title : null
calling_AE_qualifier : null
calling_AP_invocation_identifier : null
calling_AE_invocation_identifier : null
sender_acse_requirements : null
mechanism_name : null
calling_authentication_value : null
implementation_information : null
user_information : SEQUENCE OF
[0] SEQUENCE (
direct_reference : 1.28.114.105.118.101.114.86.101.114.115.105.111.110
indirect_reference : tag(0,4){ string (35 2e 30 2e 31 32 35 2e 31 ) }
encoding : tag(0,4){ string () }
)
[1] SEQUENCE (
direct_reference : 0.83.77.69.95.67.83.84.65.95.80.114.105.118.97.116.101.68.97.116.97.95.69.110.99.111.100.105.110.103.95.84.121.112.101
indirect_reference : tag(0,4){ string (54 4c 44 ) }
encoding : tag(0,4){ string () }
)

)


Hop this will help.