Hi
Thanks for your perfect project.
I am a developer who want to enable a VoNR environment to evaluate our gNB product.
I want to use 5GS and kamailio for this. But I don’t know whether kamailio support VoNR.
Would you tell me?
Thanks a lot.
Best regards.
Jimmy
本电子邮件(包括任何的附件)为本公司保密文件。本文件仅仅可为以上指定的收件人或公司使用,如果阁下非电子邮件所指定之收件人,那么阁下对该邮件部分或全部的泄漏、阅览、复印、变更、散布或对邮件内容的使用都是被严格禁止的。如果阁下接收了该错误传送的电子邮件,敬请阁下通过回复该邮件的方式立即通知寄件人,同时删除你所接收到的文本。 This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Thanks @miconda ! There is one more string (in error message) that probably should be changed as well.
```
LM_ERR("t_relay_to_proto2 failed, bad protocol specified <%s>\n", sproto->s);
```
--
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/commit/bd504b2352d322e94072ff7915cc4ee…
This is obviously about how to use kamailio and building its config file kamailio.cfg, not a report related to a bug in the c code of kamailio.
Use sr-users(a)lists.kamailio.org for such needs, that is the place for community support. The tracker here is only for bug reports or requests for new features related to the C code of Kamailio application and its related tools.
--
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/issues/2567#issuecomment-735778825
#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
Fixed type in lost module example.
Param `location_type`.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2566
-- Commit Summary --
* lost: fixed typo
-- File Changes --
M src/modules/lost/doc/lost_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2566.patchhttps://github.com/kamailio/kamailio/pull/2566.diff
--
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/2566