Re: [sr-dev] [kamailio/kamailio] Ipsec tcp (#1974)

2019-06-04 Thread alexyosifov
> Great work, just a small notice, there is a committed Readme file. Thanks, The committed README file is regenerated, not manually changed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Ipsec tcp (#1974)

2019-06-05 Thread alexyosifov
@alexyosifov pushed 1 commit. 71e8bf1e99e830800f379ea8ceabbc37d048cdd6 Delete README -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1974/files/80bea2509fb3b7f792e3d12cf309ee55cfcc72d7

Re: [sr-dev] [kamailio/kamailio] Ipsec tcp (#1974)

2019-06-05 Thread alexyosifov
alexyosifov commented on this pull request. > > > Great work, just a small notice, there is a committed Readme file. > > > > > > Thanks, > > The committed README file is regenerated, not manually changed. > > Yes, but please remove the changes to

[sr-dev] [kamailio/kamailio] Ipsec tcp (#1974)

2019-06-04 Thread alexyosifov
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

Re: [sr-dev] [kamailio/kamailio] Ipsec tcp (#1974)

2019-06-06 Thread alexyosifov
I understand. Best Regards, Aleksandar Yosifov On Wed, 5 Jun 2019 at 13:25, Daniel-Constantin Mierla < notificati...@github.com> wrote: > Pay attention next time because the README file was removed completely > with this PR (I just added it back). > > The README file must stay in the git tree,

Re: [sr-dev] [kamailio/kamailio] Ipsec defects (#1980)

2019-06-13 Thread alexyosifov
Closed #1980. -- 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/1980#event-2410087063___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Ipsec fix defects (#1981)

2019-06-13 Thread alexyosifov
Closed #1981. -- 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/1981#event-2410089763___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] Ipsec fix defects (#1981)

2019-06-13 Thread alexyosifov
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

[sr-dev] [kamailio/kamailio] Ipsec fix defects (#1982)

2019-06-13 Thread alexyosifov
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

[sr-dev] [kamailio/kamailio] Ipsec defects (#1980)

2019-06-13 Thread alexyosifov
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: changed str r_reginfo_s format: from 'version=%s… (#1961)

2019-05-22 Thread alexyosifov
This is a bug fix. In NOTIFY message from S-CSCF to UE, Message Body contains different xml parameters and one of them can be a contact parameter with list of unknown-params. In some cases unknown-param has value with '%' inside. For instance: "urn%3Aurn-7%3A3gpp-service.ims.icsi.me". In this

[sr-dev] [kamailio/kamailio] core: Added methods for ip conversation. (#1962)

2019-05-22 Thread alexyosifov
- The new methods are used in usrloc pscscf module, but they are universal and can be used anywhere. core: Added debug messages in grep_sock_info. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core,

[sr-dev] [kamailio/kamailio] ims_registrar_pcscf: parse security verify header (#1964)

2019-05-23 Thread alexyosifov
- Parse 'security verify' header from REGISTER request message and save updated parameters into the database. - Added debug messages in save_pendign and save for easy debugging. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: changed str r_reginfo_s format: from 'version=%s… (#1961)

2019-05-20 Thread alexyosifov
…' to 'version=%d'. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No

[sr-dev] [kamailio/kamailio] Ipsec tcp multiple conns (#2001)

2019-07-04 Thread alexyosifov
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

[sr-dev] [kamailio/kamailio] Ipsec fix defects (#2023)

2019-08-02 Thread alexyosifov
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: added '\n' for debug messages (#2123)

2019-11-07 Thread alexyosifov
- added a new line to the end of some debug logs for better formatting. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: closing mnl_socket in some exceptional situations (#2114)

2019-11-07 Thread alexyosifov
> @henningw, @alexyosifov - looking at the patch, the pull request here is not > adding any `return 0`, they existed. The patch is adding a couple of > `close_mnl_socket(sock)`. > > If the existing `return 0` in error cases are wrong, then they need to be &g

[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: new config param for ipsec (#2164)

2019-12-04 Thread alexyosifov
- added a new config param - ipsec_reuse_server_port - reuse or not PCSCF server port for UA Re-registration. - added description for the new parameter in ims_ipsec_pcscf_admin.xml. parameter ipsec_reuse_server_port. - in ipsec_forward() add supported and require secagree headers only for

[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed defects and warnings: (#2163)

2019-12-03 Thread alexyosifov
- fixed a defect reported from Coverity Scan - Concurrent data access violations in spi_gen.c for spi_data-spi_val. - in create_ipsec_tunnel() return -1 when unable to convert ip address. - in ipsec_create() go to cleanup instead return -1 when get request for reply fails. Fixed debug message

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed warnings, added a new config param (#2148)

2019-12-03 Thread alexyosifov
Hi, Now I am working to split to different pull requests (bug fixes and new functional changes). After that I am going to close this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: new parameter in ipsec_forward() (#2176)

2019-12-10 Thread alexyosifov
- added a new optional parameter in ipsec_forward() to set or not send force socket for request messages. Useful for ipsec and tcp connections. If set to 1 - send requests through existing ipsec tunnel when tcp is used. In combination with tcp_reuse_port=yes. !-- Kamailio Pull Request

[sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed warnings, added a new config param (#2148)

2019-11-25 Thread alexyosifov
- fixed a defect reported from Coverity Scan - Concurrent data access violations in spi_gen.c for spi_data-spi_val. - added a new conf param - ipsec_reuse_server_port - reuse or not PCSCF server port for UA Re-registration. - added description for the new parameter in

[sr-dev] [kamailio/kamailio] ims_usrloc_scscf: added '\n' for debug messages (#2122)

2019-11-04 Thread alexyosifov
- added a new line to the end of some debug logs for better formatting. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master

Re: [sr-dev] [kamailio/kamailio] ims_reqistrar_scscf: Fix bug with multi-notifications (#2202)

2020-01-24 Thread alexyosifov
Fixed. Thanks! -- 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/2202#issuecomment-578088392___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] ims_reqistrar_scscf: Fix bug with multi-notifications (#2202)

2020-01-24 Thread alexyosifov
@alexyosifov pushed 1 commit. 42b42d31bb3f1eff8833162c66b2327000a285eb ims_reqistrar_scscf: Fix bug with multi-notifications -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2202/files

[sr-dev] [kamailio/kamailio] ims_reqistrar_scscf: Fix bug with multi-notifications (#2202)

2020-01-23 Thread alexyosifov
- Added more accurate contact comparison when sending NOTIFY to a subscriber. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to

[sr-dev] [kamailio/kamailio] ims_qos: Rx AAR get identity from request for MT (#2218)

2020-02-11 Thread alexyosifov
- Rx AAR for Terminating direction get identity from request message if dialog is missing. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: new config param for ipsec (#2164)

2020-01-13 Thread alexyosifov
Hi all, I am still waiting for a review more than a month. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fixed warnings, added a new config param (#2148)

2020-01-14 Thread alexyosifov
This pull request can be closed. Dedicated pull requests already merged. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-03-11 Thread alexyosifov
- Prevent multiple contacts for NOTIFY message in Message body registration tag after RE-REGISTRATION procedure. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-04-08 Thread alexyosifov
Hi, thank you for the quick response! And see the problem right now but be honest with you - in our test lab we never met this behavior of the P-CSCF. The P-CSCF sends SUBSCRIBE generated from itself (with Contact: and Call-ID 7fb844aa6636e93a-173@192.168.178.92) and there is a problem with my

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-16 Thread alexyosifov
- If uri contains some parameters before @ as phone context, till now the function strips everything after that. With the fix all parameters before and after @ are stripped and the domain remaining. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-04-07 Thread alexyosifov
@ngvoice, Hi, Any update with the local tests? -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2246#issuecomment-610357341___ Kamailio (SER) - Development

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-04-08 Thread alexyosifov
> Looks fine to me, you can merge. > > Just a note for the archive - would probably make sense to review static int > handle_ruri_alias(struct sip_msg *msg) in nathelper.c, which does a kind of > similar function internally like the new added extract_alias_ip_port, to see > if this could be

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-21 Thread alexyosifov
Hi, Could you please check it again. I did the recommended changes. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-04-21 Thread alexyosifov
Hi, I did some fixes. Could you please check them. Thanks! -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2246#issuecomment-617065971___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-21 Thread alexyosifov
@alexyosifov pushed 1 commit. df7ee4df03767424256a31f9b9ffdbbfc0b52f4a ims_registrar_scscf: fix aor generation in lookup() -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2287/files

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-04-21 Thread alexyosifov
@alexyosifov pushed 1 commit. 58d289c00c2f43806d84f936d4fc0e25d47ac2e2 ims_registrar_scscf: fix multiple contacts in NOTIFY -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2246/files

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generation in lookup() (#2292)

2020-04-21 Thread alexyosifov
- Generate AoR in lookup() from parsed uri user and host. Skipping all users and hosts parameters. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-21 Thread alexyosifov
@alexyosifov pushed 0 commits. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2287/files/df7ee4df03767424256a31f9b9ffdbbfc0b52f4a..2161f0cc316af0e1153b01f327d0e7c50523060c

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-21 Thread alexyosifov
Closed #2287. -- 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/2287#event-3255670815___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-17 Thread alexyosifov
> Thanks for this contribution! > > However, wouldn't it be better to use `parse_sip_msg_uri()` so `_m->new_uri` > or ` _m->first_line.u.request.uri` is parsed in the `_m->parsed_uri` field > and then just build the AoR using `_m->parsed_uri.user` and > `_m->parsed_uri.host`? Thanks for the

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in NOTIFY (#2246)

2020-04-09 Thread alexyosifov
Hi, I just tested my change and reginfo enabled in PCSCF configuration. I got the same result as you. But the problem is that without my change there is an issue with the NOTIFY sent to the UE. If there are two or more contacts (for example after re-registration) the NOTIFY sent to the UE

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: pass event type as parameter (#2296)

2020-04-22 Thread alexyosifov
- pass event type as parameter in notify_subscribers() !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: pass event type as parameter (#2296)

2020-05-07 Thread alexyosifov
Hi all, Could you take a look at the pull request? -- 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/2296#issuecomment-625110304___ Kamailio

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generation in lookup() (#2292)

2020-05-07 Thread alexyosifov
Hi all, Could you take a look at the pull request? -- 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/2292#issuecomment-625110664___ Kamailio

[sr-dev] [kamailio/kamailio] ims_usrloc_scscf: extend and fix log messages (#2316)

2020-05-07 Thread alexyosifov
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix multiple contacts in 200OK (#2317)

2020-05-07 Thread alexyosifov
- Prevent sending of multiple contacts in 200OK reply for UE Re-Registration. Now S-CSCF replies with the exact contact for Re-Registration. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read:

[sr-dev] [kamailio/kamailio] Ims ipsec delete unused tunnels (#2443)

2020-08-17 Thread alexyosifov
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] Ims scscf notify improvements (#2401)

2020-07-17 Thread alexyosifov
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] Extend get pcontact (#2426)

2020-08-03 Thread alexyosifov
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

Re: [sr-dev] [kamailio/kamailio] Extend get pcontact (#2426)

2020-08-06 Thread alexyosifov
@alexyosifov pushed 1 commit. 3b74c1c88f0f16e4560c1141eb9bf2621c9ce875 Update save.c -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2426/files/9817f4df988b6cea09858e5dc1d6b359a12b562b

Re: [sr-dev] [kamailio/kamailio] Extend get pcontact (#2426)

2020-08-06 Thread alexyosifov
@alexyosifov pushed 1 commit. c6d5937c6187193f04a6e772b94b7a2c2e356462 Update cmd.c -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2426/files/3b74c1c88f0f16e4560c1141eb9bf2621c9ce875

Re: [sr-dev] [kamailio/kamailio] smsops: fix len calc for a concatenated sms (#2556)

2020-11-24 Thread alexyosifov
@alexyosifov commented on this pull request. > @@ -618,6 +627,7 @@ int decode_3gpp_sms(struct sip_msg *msg) { // Coding: 7 Bit if (rp_data->pdu.coding == 0x00) {

[sr-dev] [kamailio/kamailio] smsops: fix len calc for a concatenated sms (#2556)

2020-11-19 Thread alexyosifov
- fixed the calculation for concatenated SMSs based on TS 23.040, Sec. 9.2.3.16 !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to

[sr-dev] [kamailio/kamailio] core: added missing field in sip_msg_update_buffer (#2545)

2020-11-09 Thread alexyosifov
- added a missing field in sip_msg_update_buffer() when restoring message fiedls: msg-pid. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: more algorithms, SA improvements (#2731)

2021-05-10 Thread alexyosifov
@alexyosifov commented on this pull request. > +// cipher_null, des, des3_ede, aes strcpy(l_enc_algo->alg_name,"cipher_null"); +if (strncasecmp(r_ealg.s,"aes-cbc",r_ealg.len) == 0) { +LM_DBG("Creating security associations: AES\n");

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: more algorithms, SA improvements (#2731)

2021-05-10 Thread alexyosifov
@alexyosifov commented on this pull request. > -// for Reply and TCP sends from P-CSCF server port, for Reply and > UDP sends from P-CSCF client port -src_port = dst_proto == PROTO_TCP ? s->port_ps : s->port_pc; +// Check send socket +struct

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: more algorithms, SA improvements (#2731)

2021-05-10 Thread alexyosifov
@alexyosifov approved this pull request. Added some comments > @@ -846,11 +846,20 @@ int ipsec_forward(struct sip_msg* m, udomain_t* d, int > _cflags) // for Reply get the dest proto from the received request dst_proto = req->rcv.proto; -// for Reply and

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: more algorithms, SA improvements (#2731)

2021-05-10 Thread alexyosifov
@alexyosifov approved this pull request. > -// for Reply and TCP sends from P-CSCF server port, for Reply and > UDP sends from P-CSCF client port -src_port = dst_proto == PROTO_TCP ? s->port_ps : s->port_pc; +// Check send socket +struct

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: more algorithms, SA improvements (#2731)

2021-05-24 Thread alexyosifov
@miconda , No comments from my side. -- 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/2731#issuecomment-847306443___ Kamailio (SER) -

[sr-dev] [kamailio/kamailio] Smsops 7bit support special chars (#2756)

2021-06-02 Thread alexyosifov
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] smsops: fix parsing of validity period (#2680)

2021-03-17 Thread alexyosifov
- Validity period is present only for SUBMIT msg type and it is an optional parameter. For now supports only Relative VP format. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read:

[sr-dev] [kamailio/kamailio] smsops: Imrovements in decode_3gpp_sms() and pv_sms_body() (#2702)

2021-04-07 Thread alexyosifov
- Added new sms pdu data: originating destination address flags; SCTS(DELIVER)/VP(SUBMIT) absolute time format. - decode_3gpp_sms(): added support for DELIVER type; Added VP-AbsoluteTimeFormat for SUBMIT type. - pv_sms_body(): added support for ucs2 coding. - Extends of pv_get_sms() and

Re: [sr-dev] [kamailio/kamailio] smsops: Imrovements in decode_3gpp_sms() and pv_sms_body() (#2702)

2021-04-13 Thread alexyosifov
@miconda - the changes were made according to spec. Added more parameters that can be set/get from the config files. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: