RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
175 stars 218 forks source link

Invalid enum CallingPartyCategory ? #324

Open kpouer opened 3 years ago

kpouer commented 3 years ago

/kind bug

What happened: The interface org.restcomm.protocols.ss7.isup.message.parameter.CallingPartyCategory seems to have an invalid value : byte _PAYPHONE = 14; but if I read the Q.763 3.11 it seems the good value should be 15 : 0 0 0 0 1 1 1 1 payphone

14 is 0 0 0 0 1 1 1 0 IEPS call marking for preferential call set up

thanks