[sr-dev] [kamailio/kamailio] Lost selectors (#2705)
sergey-safarov
notifications at github.com
Wed Apr 28 22:05:17 CEST 2021
> according to the latest version of NENA i3, the Call-Info header purpose changes from nena-xxx to emergency-xxx (e.g. nena-IncidentId will be replaced by emergency-IncidentId); perhaps this can already be taken into account.
Think we need a write a function to convert headers to required format like
```
cast_nena_headers_prefix("nena-");
cast_nena_headers_prefix("emergency-");
```
> do we need a new release every time new selectors are needed? For instance in Europe we can have purpose=EmergencyCallData.eCall.MSD when NG eCall is rolled out.
RFC documents not changed rarely. I think we can add a selector for this RFC also like
```
@lost.emergency_call_data.ecall_msd;
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2705#issuecomment-828741562
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210428/57bfb1dc/attachment.htm>
More information about the sr-dev
mailing list