RestComm / gmlc

Restcomm Location Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
17 stars 40 forks source link

[M3UAManagementImpl] (SLEE-EventRouterExecutor-4-thread-1) Tx : No AS found for routing message TransferMessage: {528=Protocol opc=89 dpc=42 si=3 ni=2 sls=1} #103

Closed ndziePatrickJoel closed 6 years ago

ndziePatrickJoel commented 6 years ago

Hello Guy, I have setup restcomm gmlc on Redhat, and the signal between the gmlc and the STP is up But i kepp getting the error in title when i try this http request http://172.21.75.34:8080/restcomm/gmlc/rest?msisdn=237699947943

Here are my configuration files

GmlcManagement_gmlcproperties.xml

<?xml version="1.0" encoding="UTF-8" ?>
<gmlcgt value="237694000089"/>
<gmlcssn value="145"/>
<hlrssn value="8"/>
<mscssn value="8"/>
<maxmapv value="3"/>

Mtp3UserPart_m3ua1.xml

<?xml version="1.0" encoding="UTF-8" ?>
<heartbeattime value="10000"/>
<aspFactoryList>
    <aspFactory name="timbr_asp1" assocName="timbr_ass1" started="true" maxseqnumber="256" aspid="2" heartbeat="false"/>
</aspFactoryList>
<asList>
    <as name="timbr_as1" minAspActiveForLb="1" functionality="IPSP" exchangeType="SE" ipspType="CLIENT">
        <routingContext size="1">
            <rc value="102"/>
        </routingContext>
        <networkAppearance value="6"/>
        <trafficMode mode="2"/>
        <defTrafficMode mode="2"/>
        <asps>
            <asp name="timbr_asp1"/>
        </asps>
    </as>
</asList>
<route>
    <key value="42:89"/>
    <routeAs trafficModeType="2" as="timbr_as1"/>
</route>

SccpStack_management2.xml

<?xml version="1.0" encoding="UTF-8" ?>
<heartbeattime value="10000"/>
<aspFactoryList>
    <aspFactory name="timbr_asp1" assocName="timbr_ass1" started="true" maxseqnumber="256" aspid="2" heartbeat="false"/>
</aspFactoryList>
<asList>
    <as name="timbr_as1" minAspActiveForLb="1" functionality="IPSP" exchangeType="SE" ipspType="CLIENT">
        <routingContext size="1">
            <rc value="102"/>
        </routingContext>
        <networkAppearance value="6"/>
        <trafficMode mode="2"/>
        <defTrafficMode mode="2"/>
        <asps>
            <asp name="timbr_asp1"/>
        </asps>
    </as>
</asList>
<route>
    <key value="42:89"/>
    <routeAs trafficModeType="2" as="timbr_as1"/>
</route>

SccpStack_sscresource2.xml

<?xml version="1.0" encoding="UTF-8" ?>
<remoteSsns>
    <id value="1"/>
    <value remoteSpc="42" remoteSsn="0" remoteSsnFlag="0" markProhibitedWhenSpcResuming="false"/>
</remoteSsns>
<remoteSpcs>
    <id value="1"/>
    <value remoteSpc="42" remoteSpcFlag="0" mask="0"/>
</remoteSpcs>
<concernedSpcs/>

SCTPManagement_sctp.xml

<?xml version="1.0" encoding="UTF-8" ?>
<connectdelay value="5000"/>
<servers>
    <server name="local_server" started="true" hostAddress="172.21.75.34" hostPort="2905" ipChannelType="0" acceptAnonymousConnections="false" maxConcurrentConnectionsCount="0" extraHostAddresseSize="0">
        <associations/>
    </server>
</servers>
<associations>
    <name value="timbr_ass1"/>
    <association name="timbr_ass1" assoctype="CLIENT" hostAddress="172.21.75.34" hostPort="2609" peerAddress="192.168.212.185" peerPort="2609" serverName="local_server" ipChannelType="0" extraHostAddresseSize="0"/>
</associations>

TcapStack_management.xml

<?xml version="1.0" encoding="UTF-8" ?>

FerUy commented 6 years ago

Hi ndziePatrickJoel,

Although there are some misconfigurations at a first glance (e.g. hlrssn value="8", should be 6), most likely the main issue is at SccpStack_sccprouter2.xml. This request of yours is very similar as the one here (check for the response given): https://stackoverflow.com/questions/47799625/restcomm-gmlc-configuration-issue-no-local-ssn-is-present-for-primary-address

As told yesterday, please use Stack Overflow (like you did), https://gitter.im/RestComm/gmlc or https://groups.google.com/forum/#!forum/restcomm for this kind of questions. Do indeed use GitHub to report a bug or feature missing, etc.

Thanks!