There is software from a local operator on Huawei, the software is registered under the marketing brand and the name never found. I want to register a SIP trunk on an asterisk.

The data contained in the software are as follows:

Login Server: 76.45.65.40 port 5060 Domain: ims.korektel.com Group Server IP:76.45.60.22 port 9190 Proxy Server addres: 76.45.60.22 port 9190 

Well, actually username:07503695859 password:XXXXXXX

On Asterisk, I registered:

 register =>07503695859:XXXXXXX:07503695859@korek/07503695859 [korek] type=friend username=07503695859 secret=XXXXXXX dtmfmode=rfc2833 host=76.45.65.40 context=incoming outboundproxy=76.45.60.22 port=9190 fromuser=07503695859 fromdomain=ims.korektel.com usereqphone=yes canreinvite=no 

Gives an error message:

 -- Registration for '07503695859@korek' timed out, trying again (Attempt #7) 

Trying to call - also nothing.

After registration, I noticed that the software has the number 9647503695859 , but when you enter username and password , username displays 07503695859 .

I called the operator - they do not know and recommend the use of their software.

Please, help.

    2 answers 2

    Hello. Try this registration line:

     register => 9647503695859@ims.korektel.com:XXXXXX:"9647503695859@ims.korektel.com"@76.45.65.40/korek 

    Update

    In Belarus, the local stationary telephony monopolist provides communication services on the huawei ims platform. So, using the long aspirations method, the registration string was displayed in exactly this format. Those. This is a working version.

    • There is a registration but the call does not pass, what did you indicate in your pen? - Andrei

    SIP - text protocol. Hack Wireshark on their self-made software, look at the registration process and compare it with what Asterisk is doing.

    Then it remains only to bring to coincidence.

    Also help you debug mode sip

     set sip debug on 

    And work in the asterisk console with a more detailed output

     asterisk -rvvvvvvvvv