Re: [sr-dev] [kamailio/kamailio] lrkproxy: compile warning (#2663)

2021-03-10 Thread mojtabaesfandiari
I think this warning issue is solved. Is it right? then we could close it.

-- 
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/2663#issuecomment-795465626___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy-fixed issue#2663 (#2666)

2021-03-10 Thread mojtabaesfandiari
@henningw Thanks for helping.
@miconda Thank you

-- 
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/2666#issuecomment-795318640___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy-fixed issue#2663 (#2666)

2021-03-10 Thread mojtabaesfandiari
Sorry, Actually i have done my changed related to issue#2663 on my fork, then i 
just tried to merge my master branch with orgin master. Let me know what should 
i do in this situation? 

-- 
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/2666#issuecomment-795272568___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy: compile warning (#2663)

2021-03-10 Thread mojtabaesfandiari
check it again

-- 
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/2663#issuecomment-795256658___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy-fixed issue#2663 (#2666)

2021-03-10 Thread mojtabaesfandiari
Merged #2666 into master.

-- 
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/2666#event-4435405235___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] lrkproxy-fixed issue#2663 (#2666)

2021-03-10 Thread mojtabaesfandiari
!-- 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 branch
  - backports to stable branches must be done with git cherry-pick -x 
...
  - code is contributed under BSD for core and main components (tm, sl, auth, 
tls)
  - code is contributed GPLv2 or a compatible license for the other components
  - GPL code is contributed with OpenSSL licensing exception
--

 Pre-Submission Checklist
!-- Go over all points below, and after creating the PR, tick all the 
checkboxes that apply --
!-- All points should be verified, otherwise, read the CONTRIBUTING 
guidelines from above--
!-- If youre unsure about any of these, dont hesitate to ask on 
sr-dev mailing list --
- [ ] 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:
!-- Go over all points below, and after creating the PR, tick the 
checkboxes that apply --
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description
!-- Describe your changes in detail --

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2666

-- Commit Summary --

  * Merge pull request #1 from kamailio/master
  * Merge pull request #2 from kamailio/master
  * Merge pull request #3 from kamailio/master
  * lrkproxy:fix flag parameter in change_media_sdp
  * Merge branch lrkproxy_warning2663

-- File Changes --

M src/modules/lrkproxy/lrkproxy.c (15)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/2666.patch
https://github.com/kamailio/kamailio/pull/2666.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/2666
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy: compile warning (#2663)

2021-03-10 Thread mojtabaesfandiari
@miconda ,The changes are done right now. Would you please check again with 
clang and update me.
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/issues/2663#issuecomment-795215980___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] Lrkproxy (#2664)

2021-03-09 Thread mojtabaesfandiari
!-- 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 branch
  - backports to stable branches must be done with git cherry-pick -x 
...
  - code is contributed under BSD for core and main components (tm, sl, auth, 
tls)
  - code is contributed GPLv2 or a compatible license for the other components
  - GPL code is contributed with OpenSSL licensing exception
--

 Pre-Submission Checklist
!-- Go over all points below, and after creating the PR, tick all the 
checkboxes that apply --
!-- All points should be verified, otherwise, read the CONTRIBUTING 
guidelines from above--
!-- If youre unsure about any of these, dont hesitate to ask on 
sr-dev mailing list --
- [ ] 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:
!-- Go over all points below, and after creating the PR, tick the 
checkboxes that apply --
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description
!-- Describe your changes in detail --

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2664

-- Commit Summary --

  * Merge pull request #1 from kamailio/master
  * Merge pull request #2 from kamailio/master
  * lrkproxy: lreproxy name is changed
  * lrkproxy: add doc/ xml folder
  * lrkproxy:some issue related to lrkproxy_manage

-- File Changes --

A src/modules/lrkproxy/Makefile (17)
A src/modules/lrkproxy/doc/Makefile (4)
A src/modules/lrkproxy/doc/lrkproxy.xml (33)
A src/modules/lrkproxy/doc/lrkproxy_admin.xml (364)
A src/modules/lrkproxy/lrkproxy.c (1732)
A src/modules/lrkproxy/lrkproxy.h (107)
A src/modules/lrkproxy/lrkproxy_funcs.c (479)
A src/modules/lrkproxy/lrkproxy_funcs.h (41)
A src/modules/lrkproxy/lrkproxy_hash.c (522)
A src/modules/lrkproxy/lrkproxy_hash.h (75)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/2664.patch
https://github.com/kamailio/kamailio/pull/2664.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/2664
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy: compile warning (#2663)

2021-03-09 Thread mojtabaesfandiari
the code is updated. Please chack it again.


-- 
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/2663#issuecomment-793911443___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lrkproxy: compile warning (#2663)

2021-03-09 Thread mojtabaesfandiari
@miconda Does you use make command for compiling? I have tried to compile it 
couple of times and no seen any warning!
Actually this section of work is related for doing direction of relaying rtp 
between NIC. In upcoming updates, it might completely change.

-- 
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/2663#issuecomment-793810241___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-09 Thread mojtabaesfandiari
@miconda Great, 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/2657#issuecomment-793697074___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-09 Thread mojtabaesfandiari
@jchavanton I underestand what  you mean. You could have a look in kernel space 
section code in pylrkproxy engine in 
https://github.com/mojtabaesfandiari/pylrkproxy/tree/master/lib/c/kernel_space.ko.
In Kernel space code, we use destination ports of packets as a index to find 
next endpoint in session.

-- 
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/2657#issuecomment-793676331___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-09 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

279010564fcd3f8d6c8e44ca6e9b0faeac57cccb  lrkproxy: add doc/ xml folder


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/2657/files/c813fcaf48dc6fa44cf64ed355d28330bf941606..279010564fcd3f8d6c8e44ca6e9b0faeac57cccb
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-06 Thread mojtabaesfandiari
The LRKProxy engine is updated and renamed, too.
https://github.com/mojtabaesfandiari/pylrkproxy

-- 
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/2657#issuecomment-791914235___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-06 Thread mojtabaesfandiari
@jchavanton Absolutely yes, Like as other B2BUA services that supports.

-- 
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/2657#issuecomment-791913868___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-03 Thread mojtabaesfandiari
@miconda Sure, I will add doc/ folder,too. I might take a little time. I will 
do it as soon. 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/2657#issuecomment-789831021___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] LRKProxy module(Light RTP Kernel Proxy) (#2657)

2021-03-03 Thread mojtabaesfandiari
!-- 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 branch
  - backports to stable branches must be done with git cherry-pick -x 
...
  - code is contributed under BSD for core and main components (tm, sl, auth, 
tls)
  - code is contributed GPLv2 or a compatible license for the other components
  - GPL code is contributed with OpenSSL licensing exception
--

 Pre-Submission Checklist
!-- Go over all points below, and after creating the PR, tick all the 
checkboxes that apply --
!-- All points should be verified, otherwise, read the CONTRIBUTING 
guidelines from above--
!-- If youre unsure about any of these, dont hesitate to ask on 
sr-dev mailing list --
- [ ] 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:
!-- Go over all points below, and after creating the PR, tick the 
checkboxes that apply --
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description
!-- Describe your changes in detail --

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2657

-- Commit Summary --

  * Merge pull request #1 from kamailio/master
  * Merge pull request #2 from kamailio/master
  * lrkproxy: lreproxy name is changed

-- File Changes --

A src/modules/lrkproxy/Makefile (17)
A src/modules/lrkproxy/README (341)
A src/modules/lrkproxy/lrkproxy.c (1738)
A src/modules/lrkproxy/lrkproxy.h (107)
A src/modules/lrkproxy/lrkproxy_funcs.c (479)
A src/modules/lrkproxy/lrkproxy_funcs.h (41)
A src/modules/lrkproxy/lrkproxy_hash.c (522)
A src/modules/lrkproxy/lrkproxy_hash.h (75)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/2657.patch
https://github.com/kamailio/kamailio/pull/2657.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/2657
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-03-03 Thread mojtabaesfandiari
lreprxoy name is changed to lrkproxy

-- 
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/2208#issuecomment-789677108___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-22 Thread mojtabaesfandiari
I am planning to change lreproxy to lrkproxy. any idea in this regard?
@miconda, let me know do i have to create new PR after renaming module or some 
things else?

-- 
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/2208#issuecomment-783338108___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-21 Thread mojtabaesfandiari
lreproxy is updated right now.

-- 
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/2208#issuecomment-782847249___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-21 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 0 commits.



-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/2208/files/c077c81cb3e02b207eea686d7963720c076752e9..584f50b37edebf72eecf2f49d947bb4cc99f87a1
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-21 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

0a8717667a0ccdb5ae1ae9f32077d0d9e053d634  lreproxy


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/2208/files/beda3fef42dfbbe96d76cf62e6b1a9f56bc957af..0a8717667a0ccdb5ae1ae9f32077d0d9e053d634
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-17 Thread mojtabaesfandiari
Actually, I am planning for having a workshop of using lreproxy( LRKProxy ) as 
soon.


-- 
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/2208#issuecomment-780369541___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-17 Thread mojtabaesfandiari
@jchavanton, Would you please let me know more details related to first comment 
that you mentioned?
The second comment is accepted and i will do it.
Let me know how do you test it?What unexpected performance degradation did you 
see? 

-- 
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/2208#issuecomment-780367930___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-17 Thread mojtabaesfandiari
@jchavanton,there was a quite bit issue when the lreproxy kernel engine 
received duplicate ports. You could check it after update. 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/2208#issuecomment-780365977___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-15 Thread mojtabaesfandiari
@miconda Sure, although, lreproxy can be searched and tracked on internet, but 
i think LRKProxy is better. What do you think? If yes, i have to change the 
name of lreproxy in project. let me do it during next days, Also some updates 
will publish as soon. Thanks
@jchavanton I am trying to check what you mentioned, Just let me a few days, I 
will update you during next days. 

-- 
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/2208#issuecomment-779247638___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-09 Thread mojtabaesfandiari
yes.

-- 
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/2208#issuecomment-775820414___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-09 Thread mojtabaesfandiari
For example, some upcoming updates are:
Multiple NIC relaying.
Video supporting.
Some quite bit changes for relaying RTP to unix socket.
:)


-- 
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/2208#issuecomment-775808351___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-02-09 Thread mojtabaesfandiari
@jchavanton Sure, feel free for using it right now.
It could be used right now, But because this module is new, it might be 
updated, 

-- 
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/2208#issuecomment-775806425___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-01-07 Thread mojtabaesfandiari
@miconda Thanks for your suggestion about its name. I agree with you. The name 
could be change LRKProxy or something else.
I dont want to say this module has more performant than rtpengine or compare 
with other media engine. But just as you mentioned, the rtpengine does already 
kernel/iptables-based forwarding. It means it works in LOCAL INPUT in Netfilter 
Linux
networking stack to perform packet handling while this module works in 
PREROUTING in Netfilter before the routing decision. "All the packets, with no 
exceptions, hit this hook, which is reached before the routing decision and 
after all the IP header sanity checks are fulfilled. 


-- 
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/2208#issuecomment-756082259___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2021-01-03 Thread mojtabaesfandiari
https://ieeexplore.ieee.org/document/9303608

-- 
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/2208#issuecomment-753577000___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-21 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

beda3fef42dfbbe96d76cf62e6b1a9f56bc957af  lreproxy


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/2208/files/c5efad09dd821e1a3f3c2c037a6461c7060775bc..beda3fef42dfbbe96d76cf62e6b1a9f56bc957af
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-20 Thread mojtabaesfandiari
the lreproxy module is updated.

-- 
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/2208#issuecomment-748595933___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-20 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

c5efad09dd821e1a3f3c2c037a6461c7060775bc  lreproxy


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/2208/files/15fd09bb5e4d49bb9d61ee067a17e87fc9bf4abb..c5efad09dd821e1a3f3c2c037a6461c7060775bc
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-17 Thread mojtabaesfandiari
The Lreproxy service is published in my git, The insulation help is in Readme 
file. It might be confusing, 

-- 
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/2208#issuecomment-747260908___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-09 Thread mojtabaesfandiari
Also i could have online demo in realtime scenario to show it's performance. 
Actually we used offloading technique  in lreproxy. Our resaults are published 
in our paper. :))

-- 
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/2208#issuecomment-742017006___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-09 Thread mojtabaesfandiari
The lreproxy engine with Python had done before and everyone could use the 
lreproxy after i push the service in github.
In regard of comparison with rtpengine, i suggest check it in practical 
scenario.
While the lreproxy could also works with multiple rtpengine services in cloud 
sulotions.
Just let me share it after preparing README file.

-- 
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/2208#issuecomment-742013492___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-09 Thread mojtabaesfandiari
Sure, We have to develop a kernel module for lreproxy for forwarding RTP 
packets based on SDP properties.
The LREProxy engine will share in git site

-- 
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/2208#issuecomment-741600564___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-12-07 Thread mojtabaesfandiari
@jchavanton Thanks for asking some important question,
Q1: Yes, Because RTPengine use local hooking in network stack while this module 
works in prerouting hooking in network stack.
Q2: We have completely different designed hash search index based of SDP 
parameter in session. It no have relation to libnetfilter, Connection tracking 
or etc.
Q3: It composed of two different layer as i mentioned before. LREProxy engine 
is developed with Python Service, Kernel part and Unix sokect section. Also we 
are planing to implement the python section with C again, but later:)  

-- 
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/2208#issuecomment-740233175___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls refer to (#1856) (#2209)

2020-07-01 Thread mojtabaesfandiari
Yes, As @henningw is mentioned, some rework substancially is doing right now, I 
don't think it's over for this branching. 

-- 
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/2209#issuecomment-652332385___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls refer to (#1856) (#2209)

2020-05-25 Thread mojtabaesfandiari
@henningw - because of developing lreproxy engine, i had not more time.  Now, i 
could come back to hiops module developing and completing it.
I will update it next days.

-- 
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/2209#issuecomment-633689167___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls refer to (#1856) (#2209)

2020-03-11 Thread mojtabaesfandiari
The basic asn definition file erlated to Lawful Interception is available in 
below link:
 https://www.etsi.org/deliver/etsi_ts/101600_101699/101671/03.15.01_60/
But based on Table 7.1 and 7.3 in TS.133.108 for IMS networks, Just some of 
hiX-parameters (The X parameter is refered to 1,2,3 interfaces)would be used. 
So we might have to change some of asn file before compiling or we could use 
them with no changing and just focused on mandatory parameters.

-- 
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/2209#issuecomment-597508613___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-03-10 Thread mojtabaesfandiari
@sergey-safarov Just a quite little, I should look it more  and compare its 
results with my results.
Thanks for sharing it

-- 
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/2208#issuecomment-597053485___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-03-10 Thread mojtabaesfandiari
mojtabaesfandiari commented on this pull request.



> @@ -0,0 +1,1976 @@
+/*
+ * Copyright (C) 2019-2020 Mojtaba Esfandiari.S, Nasim-Telecom

For cause of compatibilities with other codes in Kamailio, I decided to use 
rtpproxy module,such as naming of functions, parsing URL, SDP, get media 
descriptions and etc. But the process of relaying media is completely 
different. The LREProxy uses PREROUTING in netfilter hooks in Linux networking 
stack.
The LREProxy engine is running pass the last steps of developing, Because it 
needs to use netlink library for interacting between user-pace and 
kernel-space, it took more time. 

-- 
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/2208#discussion_r390188919___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls refer to (#1856) (#2209)

2020-03-10 Thread mojtabaesfandiari
As @henningw mentioned, I should remove  asn1c system files from the main 
module source. Another way that i am thinking about it is using asn1c system 
file just during compiling the module and remove all them after that.
It's documents is ready now, So i should get time to publish it. I'll get do 
that. Also some function was completely changed, for getting more compatibility 
with other codes, They should be published, too.
I had the same thought about this function "received_in_via" , It could be a 
new function in core source files.


-- 
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/2209#issuecomment-596980184___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-01-28 Thread mojtabaesfandiari
I don't publish the lreproxy engine because of quite bit of updating.
No, Actually is a linux kernel module that would be insert to linux module for 
working with this module. 

-- 
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/2208#issuecomment-579465211___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread mojtabaesfandiari
The progress will continue on hiops module #2209

-- 
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/1856#issuecomment-579459228___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread mojtabaesfandiari
Closed #1856.

-- 
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/1856#event-2987272298___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls (#2209)

2020-01-28 Thread mojtabaesfandiari
Reopened #2209.

-- 
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/2209#event-2987265085___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls (#2209)

2020-01-28 Thread mojtabaesfandiari
Closed #2209.

-- 
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/2209#event-2987257319___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] hiops moduls (#2209)

2020-01-28 Thread mojtabaesfandiari
This module is refer to hiops module #1856

-- 
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/2209#issuecomment-579455997___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] hiops moduls (#2209)

2020-01-28 Thread mojtabaesfandiari
!-- 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 branch
  - backports to stable branches must be done with git cherry-pick -x 
...
  - code is contributed under BSD for core and main components (tm, sl, auth, 
tls)
  - code is contributed GPLv2 or a compatible license for the other components
  - GPL code is contributed with OpenSSL licensing exception
--

 Pre-Submission Checklist
!-- Go over all points below, and after creating the PR, tick all the 
checkboxes that apply --
!-- All points should be verified, otherwise, read the CONTRIBUTING 
guidelines from above--
!-- If youre unsure about any of these, dont hesitate to ask on 
sr-dev mailing list --
- [ ] 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:
!-- Go over all points below, and after creating the PR, tick the 
checkboxes that apply --
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description
!-- Describe your changes in detail --

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2209

-- Commit Summary --

  * add received_in_via function(use it in hiops module)
  * hiops: new module in Kamailio

-- File Changes --

M src/core/msg_translator.c (25)
M src/core/msg_translator.h (3)
A src/modules/hiops/Alarm-Indicator.c (153)
A src/modules/hiops/Alarm-Indicator.h (57)
A src/modules/hiops/BIT_STRING.c (189)
A src/modules/hiops/BIT_STRING.h (33)
A src/modules/hiops/CMakeLists.txt (92)
A src/modules/hiops/Code.c (64)
A src/modules/hiops/Code.h (49)
A src/modules/hiops/CommunicationIdentifier.c (94)
A src/modules/hiops/CommunicationIdentifier.h (43)
A src/modules/hiops/GeneralizedTime.c (706)
A src/modules/hiops/GeneralizedTime.h (69)
A src/modules/hiops/HI1-Operation.c (94)
A src/modules/hiops/HI1-Operation.h (61)
A src/modules/hiops/IA5String.c (77)
A src/modules/hiops/IA5String.h (27)
A src/modules/hiops/INTEGER.c (1025)
A src/modules/hiops/INTEGER.h (82)
A src/modules/hiops/IP-value.c (130)
A src/modules/hiops/IP-value.h (55)
A src/modules/hiops/IPAddress.c (393)
A src/modules/hiops/IPAddress.h (67)
A src/modules/hiops/LawfulInterceptionIdentifier.c (126)
A src/modules/hiops/LawfulInterceptionIdentifier.h (38)
A src/modules/hiops/LocalTimeStamp.c (191)
A src/modules/hiops/LocalTimeStamp.h (50)
A src/modules/hiops/Makefile (15)
A src/modules/hiops/National-HI1-ASN1parameters.c (139)
A src/modules/hiops/National-HI1-ASN1parameters.h (43)
A src/modules/hiops/NativeEnumerated.c (207)
A src/modules/hiops/NativeEnumerated.h (32)
A src/modules/hiops/NativeInteger.c (332)
A src/modules/hiops/NativeInteger.h (37)
A src/modules/hiops/Network-Element-Identifier.c (198)
A src/modules/hiops/Network-Element-Identifier.h (60)
A src/modules/hiops/Network-Identifier.c (94)
A src/modules/hiops/Network-Identifier.h (48)
A src/modules/hiops/Notification.c (153)
A src/modules/hiops/Notification.h (57)
A src/modules/hiops/OBJECT_IDENTIFIER.c (764)
A src/modules/hiops/OBJECT_IDENTIFIER.h (139)
A src/modules/hiops/OCTET_STRING.c (1807)
A src/modules/hiops/OCTET_STRING.h (86)
A src/modules/hiops/PrintableString.c (109)
A src/modules/hiops/PrintableString.h (24)
A src/modules/hiops/Priority.c (125)
A src/modules/hiops/Priority.h (38)
A src/modules/hiops/TimeStamp.c (64)
A src/modules/hiops/TimeStamp.h (49)
A src/modules/hiops/UTCTime.c (179)
A src/modules/hiops/UTCTime.h (38)
A src/modules/hiops/asn_application.h (47)
A src/modules/hiops/asn_codecs.h (109)
A src/modules/hiops/asn_codecs_prim.c (312)
A src/modules/hiops/asn_codecs_prim.h (53)
A src/modules/hiops/asn_internal.h (128)
A src/modules/hiops/asn_system.h (137)
A src/modules/hiops/ber_decoder.c (283)
A src/modules/hiops/ber_decoder.h (64)
A src/modules/hiops/ber_tlv_length.c (178)
A src/modules/hiops/ber_tlv_length.h (50)
A src/modules/hiops/ber_tlv_tag.c (144)
A src/modules/hiops/ber_tlv_tag.h 

Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread mojtabaesfandiari
Reopened #1856.

-- 
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/1856#event-2985330181___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread mojtabaesfandiari
why the hiops module pull request is closed after i update the base branch
to master for new pull request?

On Mon, Oct 28, 2019 at 10:19 AM Mojtaba  wrote:

> Hello,
> Yes, The delay is because of developing another module for Kamailio.called
> LREProxy.
> The process of developing LREProxy is done and the module is under stress
> test for checking it's performance. I am planning to update all codes of
> hoops module.
> Then upload them. May be i could upload lreproxy sooner then hoops.
>
> On Fri, Oct 25, 2019 at 3:06 PM Daniel-Constantin Mierla <
> notificati...@github.com> wrote:
>
>> No activity since beginning of March 2019, more than half a year. Is this
>> still planned to be updated and merged?
>>
>> —
>> You are receiving this because you are subscribed to this thread.
>> Reply to this email directly, view it on GitHub
>> ,
>> or unsubscribe
>> 
>> .
>>
>
>
> --
> --Mojtaba Esfandiari.S
>


-- 
--Mojtaba Esfandiari.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/pull/1856#issuecomment-579197572___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-01-28 Thread mojtabaesfandiari
Sure, It is under developing. 

-- 
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/2208#issuecomment-579196515___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-01-28 Thread mojtabaesfandiari
The lreproxy is a Light-RTP-Engine module for Kamailio project. The lreproxy 
engine have developed based LKM for linux. It uses off-loading technique for 
relaying huge number of RTP. It could be used in ingress nodes in your voip 
network. This module use a customised rtp packet classification that could lead 
to process faster and less consumption resource than other rtp engines.
Basically all packet classifications will done based five-tuple fields in Linux 
kernel while in lreproxy it could be done with customised 2 or 3 tuple of 
packet fields.

-- 
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/2208#issuecomment-579192200___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] lreproxy module (#2208)

2020-01-28 Thread mojtabaesfandiari
lreproxy: add new lreproxy module

!-- 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 branch
  - backports to stable branches must be done with git cherry-pick -x 
...
  - code is contributed under BSD for core and main components (tm, sl, auth, 
tls)
  - code is contributed GPLv2 or a compatible license for the other components
  - GPL code is contributed with OpenSSL licensing exception
--

 Pre-Submission Checklist
!-- Go over all points below, and after creating the PR, tick all the 
checkboxes that apply --
!-- All points should be verified, otherwise, read the CONTRIBUTING 
guidelines from above--
!-- If youre unsure about any of these, dont hesitate to ask on 
sr-dev mailing list --
- [ ] 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:
!-- Go over all points below, and after creating the PR, tick the 
checkboxes that apply --
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description
!-- Describe your changes in detail --

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2208

-- Commit Summary --

  * lreproxy module

-- File Changes --

A src/modules/lreproxy/README.md (1)
A src/modules/lreproxy/lreproxy.c (1976)
A src/modules/lreproxy/lreproxy.h (120)
A src/modules/lreproxy/lreproxy_funcs.c (460)
A src/modules/lreproxy/lreproxy_funcs.h (41)
A src/modules/lreproxy/lreproxy_hash.c (521)
A src/modules/lreproxy/lreproxy_hash.h (70)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/2208.patch
https://github.com/kamailio/kamailio/pull/2208.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/2208
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread mojtabaesfandiari
Closed #1856.

-- 
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/1856#event-2985075779___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2020-01-28 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 0 commits.



-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1856/files/d3a762f56d2710c1e39c331f4ee8879921231264..a3dca980d945c3aab4dba8226b91dc92edea2321
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] Lreproxy (#2207)

2020-01-28 Thread mojtabaesfandiari
Closed #2207.

-- 
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/2207#event-2984907329___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] Lreproxy (#2207)

2020-01-28 Thread mojtabaesfandiari
!-- 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 branch
  - backports to stable branches must be done with git cherry-pick -x 
...
  - code is contributed under BSD for core and main components (tm, sl, auth, 
tls)
  - code is contributed GPLv2 or a compatible license for the other components
  - GPL code is contributed with OpenSSL licensing exception
--

 Pre-Submission Checklist
!-- Go over all points below, and after creating the PR, tick all the 
checkboxes that apply --
!-- All points should be verified, otherwise, read the CONTRIBUTING 
guidelines from above--
!-- If youre unsure about any of these, dont hesitate to ask on 
sr-dev mailing list --
- [ ] 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:
!-- Go over all points below, and after creating the PR, tick the 
checkboxes that apply --
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description
!-- Describe your changes in detail --

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2207

-- Commit Summary --

  * Makefile.defs: version set to 5.2.0-rc0
  * pkg/kamailio/deb: version set 5.2.0~rc0
  * Makefile.defs: use $(prefix) for setting share_target
  * evapi: convert return code for kemi functions to match the ones from cfg 
equivalents
  * ims_ipsec_pcscf: Makefile - use pkg-config to get compile flags for libmnl
  * pkg/kamailio/alpine: Fixed docker image build for 5.2 branch
  * Merge pull request #1713 from sergey-safarov/spec_update9
  * pkg/kamailio/deb: wait for network to be up
  * pkg/kamailio/deb: also restart service if unclean exit code
  * pkg/kamailio/oracle: wait for network to be up
  * pkg/kamailio/obs: update spec to mach currently used
  * pkg/kamailio/obs: Fixed missing libmnl-devel and librabbitmq-devel on RHEL 
dists
  * pkg/kamailio/obs: smsops module relocated into main rpm package
  * db_berkeley: fix compilation warning
  * kazoo: fix compilation warnings
  * pkg/kamailio/obs: Fixed build on OpenSUSE dists
  * pkg/kamailio/obs: Changed rpm package group for OpenSUSE dist
  * cfgutils: error log message mentioning the param lock_set_size
  * tmx: use branch index for $T_rpl() cache invalidation
  * lib/srdb1: added entities to define the size for event and etag columns
  * kamctl: regenerated the sql creation scripts
  * lib/srdb1: schema - use etag size entity also for pua and xcap tables
  * kamctl: new update to the sql creation scripts
  * websocket: aligned example statements
  * dispatcher: search in xavp sublist for ds_update_dst() attributes
  * htable: init vars in ht_dmq_handle_sync() to avoid compile warnings
  * htable: use local variable for name in log message instead of null htable 
pointer
  * db_redis: log message if failure to get reply
  * tm: t_serial - safety check for searched xavps
  * smsops: free after error log message printing a field
  * siptrace: convert status code to string using static buffer function
  * presence: safety check for structure vars before accessing fields
  * Makefile.defs: version set to 5.2.0-rc1
  * pkg/kamailio/deb: version set to 5.2.0~rc1
  * dialog: fix typo in warn message (#1731)
  * lib/srdb1: schema - defined entities for sizes of aname and avalue columns
  * kamctl: regenerated sql creation scripts
  * core : add word to log get_boundary function
  * textops: fixed get_body_part function for non-multipart contents error
  * core: function to test if a msg structure is faked request
  * async: return error if trying to execute for faked message
  * topos: allow various replies for INVITE without contact
  * htable: safety checks for values replicated via dmq
  * tm: info log message if attempting to create transaction for faked request
  * tmx: do no suspend faked request
  * rtpengine: print command in log message on timeout
  * topos: do not add contact header in outgoing 1xx responses if not present
  * core: added kemi KSR.is_myself_srcip()
  * dispatcher: ds_select_routes() - set r-uri/d-uri even when first group has 
no available dst
  * misc/examples/kemi: Added msg argument to 

Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-10-28 Thread mojtabaesfandiari
Hello,
Yes, The delay is because of developing another module for Kamailio.called
LREProxy.
The process of developing LREProxy is done and the module is under stress
test for checking it's performance. I am planning to update all codes of
hoops module.
Then upload them. May be i could upload lreproxy sooner then hoops.

On Fri, Oct 25, 2019 at 3:06 PM Daniel-Constantin Mierla <
notificati...@github.com> wrote:

> No activity since beginning of March 2019, more than half a year. Is this
> still planned to be updated and merged?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or unsubscribe
> 
> .
>


-- 
--Mojtaba Esfandiari.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/pull/1856#issuecomment-546814334___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-10-28 Thread mojtabaesfandiari
Hello,
Yes, The delay is because of developing another module for Kamailio.called
LREProxy.
The process of developing LREProxy is done and the module is under stress
test for checking it's performance. I am planning to update all codes of
hoops module.
Then uploa

On Fri, Oct 25, 2019 at 3:06 PM Daniel-Constantin Mierla <
notificati...@github.com> wrote:

> No activity since beginning of March 2019, more than half a year. Is this
> still planned to be updated and merged?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or unsubscribe
> 
> .
>


-- 
--Mojtaba Esfandiari.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/pull/1856#issuecomment-546813073___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-03-03 Thread mojtabaesfandiari
Hello,
Of course,
Thank you

On Sun, Mar 3, 2019 at 2:26 PM Henning Westerholt 
wrote:

> Hello, thank you. About the remaining two topics:
>
>- regarding the ETSI standards, maybe you can add some comments later
>on how this module was tested against (like some hardware, vendor etc..)
>when you finished development
>- about the cmake file - if its only related to your local development
>environment, then please remove it from the pull request, it don't need to
>be integrated in the repository then
>Let us know when you've finished the implementation to follow up here.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>


-- 
--Mojtaba Esfandiari.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/pull/1856#issuecomment-469014247___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-03-03 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

d3a762f56d2710c1e39c331f4ee8879921231264  hiops: remove cmake file from module


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1856/files/56ab9820cd957bb9af3aa7ebb7b79fdecc80a548..d3a762f56d2710c1e39c331f4ee8879921231264
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] htable: Add new function into htable_api (#1866)

2019-02-25 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

a4ba33b12fdf16cdb9c5cfee4346823fb4096df6  htable: some changes in ht_get_cell 
function


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1866/files/00539efd210851ba3182011388a534bf7c13342e..a4ba33b12fdf16cdb9c5cfee4346823fb4096df6
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] htable: Add new function into htable_api (#1866)

2019-02-25 Thread mojtabaesfandiari
I got it.
I will update it just as it had done in  $sht(...).

On Mon, Feb 25, 2019 at 2:45 PM Daniel-Constantin Mierla <
notificati...@github.com> wrote:

> It doesn't seem safe what you do there, because you copy the value of the
> item in a new variable, then unlock the slot. But the value can be a string
> and that will point in share memory. By unlocking, the item in hash table
> can be deleted or modified, making the previous string value invalid.
>
> See how is the function for pv get of $sht(...), there is a deep cloning
> of the item.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>


-- 
--Mojtaba Esfandiari.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/pull/1866#issuecomment-466980937___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-25 Thread mojtabaesfandiari
Hello Henning,
In regards of first comment, This module is developed to provide handover
interface for lawful Interception in IMS-Network(VoIP-Services) for
Kamailio.  Actually I am developing,yet,  just as like some optimization
code, add extra features and more. My implementation is based on ETSI
TS133.108 and TS133.107. In this case Kamailio works just as LIG (Lawful
Interception Gateway) in VoIP network and getting all data (signalling)
from network and send them for LEA in specific (TLV) template.
Along with of second comment, yes, of course. We could talk more about it
after developing finished.
As  well as of third  comment, i have never pushed cmake file before, It is
my GUI (CLION GUI) for programming in C that i am working on with.
And fourth comment, i deleted htable commit from here and make new pull
request.
With Best Regards. Mojtaba


On Mon, Feb 25, 2019 at 1:49 PM Henning Westerholt 
wrote:

> Thank you for the your interest in Kamailio and the module in development.
> I did a quick high level look today and have a few comments:
>
>- can you give a small description what your module actually does? :-)
>- a huge part of your code is related to the asn1 functionality. Some
>of this is library code that could be maybe placed elsewhere, some of them
>is generated from a ASN1 definition. If you finished the development we
>should discuss how to deal with this. Maybe something can be also just add
>as a build dependency and don't need to be included.
>- there is a cmake file inside, do you use cmake for something? In
>Kamailio we use standard make for building
>- you just pushed a change to the htable module, this should be a
>separate pull request as its isolated from your module
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>


-- 
--Mojtaba Esfandiari.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/pull/1856#issuecomment-466971511___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] htable: Add new function into htable_api (#1866)

2019-02-25 Thread mojtabaesfandiari
Add new function for getting the value of specific key in htable. if the key 
was expired, the type parameter's value will be set minus one.





 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:

- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/1866

-- Commit Summary --

  * htable: Add new function into htable_api

-- File Changes --

M src/modules/htable/api.c (14)
M src/modules/htable/api.h (3)
M src/modules/htable/ht_api.c (45)
M src/modules/htable/ht_api.h (2)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/1866.patch
https://github.com/kamailio/kamailio/pull/1866.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/1866
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-25 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

c6e4844d3bf945ffd5f69c01a1b3dd12a161928e  htable: add new function in htabe_api


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1856/files/56ab9820cd957bb9af3aa7ebb7b79fdecc80a548..c6e4844d3bf945ffd5f69c01a1b3dd12a161928e
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-21 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 3 commits.

098e307e018e8866e3c7e09fb65c98850e82f3cf  core: move the received_in_via 
function to hiops module
bf31c7db4bfef15d89a24b663f9c05d68fe4a3e5  hiops: change function name
56ab9820cd957bb9af3aa7ebb7b79fdecc80a548  hiops: Add two function to these files


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1856/files/64f336d0ed2dca161beadf2892f83849874bba43..56ab9820cd957bb9af3aa7ebb7b79fdecc80a548
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-21 Thread mojtabaesfandiari
I updated and now the codes is available for hiops module.
In Regards of  new function in core, I will do that.


On Wed, Feb 20, 2019 at 2:15 PM Daniel-Constantin Mierla <
notificati...@github.com> wrote:

> There is no code for your module, it seems you try to add it as a git
> submodule. It has to be pushed with full code, if you want it to merge it
> inside kamailio repository.
>
> Then your commit messages do not follow the contributing guidelines:
>
>-
>
> https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format
>
> I also suggest that you put the function you added in core to your module,
> it seems to target usage only there and there is no reason it doesn't work
> having it inside your module. If it needs to be used in other modules
> later, it can be relocated.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>


-- 
--Mojtaba Esfandiari.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/pull/1856#issuecomment-465940688___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-20 Thread mojtabaesfandiari
Hello,
Yes, Tell me about it.
I will do it as soon as.
I am far away right now. Actually i am going to Germany embassy.

On Wed, 20 Feb 2019, 14:15 Daniel-Constantin Mierla, <
notificati...@github.com> wrote:

> There is no code for your module, it seems you try to add it as a git
> submodule. It has to be pushed with full code, if you want it to merge it
> inside kamailio repository.
>
> Then your commit messages do not follow the contributing guidelines:
>
>-
>
> https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format
>
> I also suggest that you put the function you added in core to your module,
> it seems to target usage only there and there is no reason it doesn't work
> having it inside your module. If it needs to be used in other modules
> later, it can be relocated.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>


-- 
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/1856#issuecomment-465525720___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-20 Thread mojtabaesfandiari
@mojtabaesfandiari pushed 1 commit.

065a102c1f53c5a43a77173a8688b6a13dcd44ab  hiops module


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/kamailio/kamailio/pull/1856/files/af3f6d5962180e066b0ed93491e1b1457a69a088..065a102c1f53c5a43a77173a8688b6a13dcd44ab
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-16 Thread mojtabaesfandiari
This is new module in Kamailio, named hiops module. I am developing and it take 
few time to done.
In all over the module i used LM_INFO instead of LM_DBG, just for much easy 
troubleshooting. And also I would use lock for share memory in all project. 
These are some 'todo' project that i have to do.

-- 
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/1856#issuecomment-464347225___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] [kamailio/kamailio] developing hiops module (#1856)

2019-02-16 Thread mojtabaesfandiari
This is new module in Kamailio, named hiops module. I am developing and it take 
few time to done.
In all over the module i used LM_INFO instead of LM_DBG, just for much easy 
troubleshooting. And also I would use lock for share memory in all project. 
These are some 'todo' project that i have to do.
 




 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 files for modules (changes must be done to docbook 
files
in `doc/` subfolder, the README file is autogenerated)

 Type Of Change
- [ ] 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:

- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue # (replace  with an open issue number)

 Description


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/1856

-- Commit Summary --

  * add received_in_via function(use it in hiops module)
  * developing hiops module

-- File Changes --

M src/core/msg_translator.c (25)
M src/core/msg_translator.h (3)
A src/modules/hiops (1)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/1856.patch
https://github.com/kamailio/kamailio/pull/1856.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/1856
___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev