Regarding SIP-T/SIP-I Support In Asterisk.

Home » Asterisk Users » Regarding SIP-T/SIP-I Support In Asterisk.
Asterisk Users 5 Comments

Hello Group Members,

I have one question regarding SIP-I/SIP-T support in any of Asterisk versions.

We have client which send SIP-I/SIP-T request can asterisk handle it and serve as a normal SIP call.

As per mine analysis SIP-I/SIP-T are variant of SIP protocol with adding of ISUP/SS7 packets to original SIP request.

If we want to support it then how do we implement it and support it with asterisk . is there any open-source package or tool available to communicate and works as SIP-T to SIP and SIP to SIP-T gateway. I got a reference from kamailio which have SIPT module in latest version is anyone had worked or having an idea regarding this module and its operations .

Hope any one worked and having some idea

Any help appreciated

Thanks

Dhaval

5 thoughts on - Regarding SIP-T/SIP-I Support In Asterisk.

  • Hi Dhaval,

    Theoretically, Asterisk can support SIP-I / SIP-T. Since protocols provide additional information and controls, you will not get those benefits. You will have to write dial plan functions to extract addition information exposed by SIP-I / SIP-T. Though, I have not tested it with Asterisk, I have successfully deployed application on other SIP platforms and interoperability with SIP-I/SIP-T
    was not an issue.

    *Regards,*
    Amit Patkar

  • Thanks Amit,

    I want following scenario.

    INCOMINGCALL —> MSC (SIP-T) —-> PBX (Asterisk)

    OUTGOINGCALL —> PBX (Asterisk) (SIP) to (SIP-T) —> Aircel MSC

    I understood that via Dial-plan we can achieve and get extra parameters values. But what about RTP fields as per my analysis ISUP packets are not sending RTP/AVP they are sending multipart data.

    please correct me if can achieve this functionality.

    Thanks Dhaval

  • You can achieve this by setting relevant sip flags in the dialplan back and forth.

    Mitul values. But what about RTP fields as per my analysis ISUP packets are not sending RTP/AVP they are sending multipart data. provide additional information and controls, you will not get those benefits. You will have to write dial plan functions to extract addition information exposed by SIP-I / SIP-T. application on other SIP platforms and interoperability with SIP-I/SIP-T
    was not an issue.

  • Hi Dhaval,

    If you capture and share SIP traces for inbound and outbound calls separately, experts on this list can guide to achieve objective. You can enable SIP trace on asterisk by executing following command in Asterisk console
    *sip set debug on*

    *Thanks & Regards,*
    Amit Patkar

  • Amit,

    I know how to play with SIP in asterisk and other tools . I want to know weather asterisk natively support or is there any extra patch or any workaround for SIP-T/SIP-I.

    Regarding packets and other things I am still not integrating it . I am searching some open-source tool which can send generate this type of packets and structure .