[asterisk-bugs] [JIRA] (SS7-45) encoding of SAM and CFN messages is broken

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jun 17 19:02:58 CDT 2014


     [ https://issues.asterisk.org/jira/browse/SS7-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton closed SS7-45.
---------------------------

    Resolution: Fixed

Fixed in [LibSS7 2.0.0|http://downloads.asterisk.org/pub/telephony/libss7/ChangeLog-2.0.0]

> encoding of SAM and CFN messages is broken
> ------------------------------------------
>
>                 Key: SS7-45
>                 URL: https://issues.asterisk.org/jira/browse/SS7-45
>             Project: LibSS7
>          Issue Type: Bug
>          Components: General
>            Reporter: Horacio Peña
>            Severity: Minor
>
> SAM and CFN messages should be encoded as messages with optional parameters (even if the only optional parameter allowed is "End of optional parameters")
> ****** ADDITIONAL INFORMATION ******
> Index: isup.c
> ===================================================================
> --- isup.c      (revisión: 285)
> +++ isup.c      (copia de trabajo)
> @@ -146,12 +146,12 @@
>         {ISUP_CQR, 0, 2, 0, 0, cqr_params},
>         {ISUP_FAA, 1, 0, 1, -1, faa_params},
>         {ISUP_FAR, 1, 0, 1, -1, far_params},
> -       {ISUP_CFN, 0, 1, 0, 0, rel_params},
> +       {ISUP_CFN, 0, 1, 1, 0, rel_params},
>         {ISUP_SUS, 1, 0, 1, 1, susres_params},
>         {ISUP_RES, 1, 0, 1, 1, susres_params},
>         {ISUP_INR, 1, 0, 0, 1, inr_params},
>         {ISUP_INF, 1, 0, 2, 1, inf_params},
> -       {ISUP_SAM, 0, 1, 0, -1, sam_params}
> +       {ISUP_SAM, 0, 1, 1, -1, sam_params}
>  };
>  static int isup_send_message(struct ss7 *ss7, struct isup_call *c, int messagetype, int parms[]);



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list