<div dir="ltr"><div>Hi All:</div><div><br></div><div>I am new to the list, I am struggling to find out Kamailio's capabilities with SIP-I/ISUP. I see that there is SIP-T module in kamailio and ss7ops module, but I need to get a hold on how to start. I would appreciate if someone could guide me.<br></div><div><br></div><div>previously, I tried to use OpenSIPS SIP-I to extract ISUP from incoming calls, i was able to extract ISUP parameters in SDP body as <br></div><div><br></div><div>xlog("Called Number: $isup_param_str(Called Party Number|Address signal)\r\n"); <br></div><div>xlog("Calling Number: $isup_param_str(Calling Party Number|Address signal)\r\n"); <br></div><div>xlog("Location is: $isup_param_str(Location Number)\r\n");</div><div><br></div><div>Location parameter is appearing as 0x04971400330268 which is wrongly interpreted. its proper interpretation should appear as 4100332086.<br></div><div><br></div><div>I also tried below:<br></div><div>xlog("Location is: $isup_param_str(Location Number|Address signal)\r\n");</div><div>but this subfield is not present.<br></div><div><br></div><div>The transformation didn't make any difference: <br></div><div></div><div>xlog("Location NUM: $(var(isup_body){isup.param, Location Number}</div><div><br></div><div>Help pleeez ?<br></div><div><br></div><div><br></div><div></div></div>