added the parameter for trust_bottom_via and integrated in code#3
Draft
vingarzan wants to merge 2 commits intokamailio_masterfrom
Draft
added the parameter for trust_bottom_via and integrated in code#3vingarzan wants to merge 2 commits intokamailio_masterfrom
vingarzan wants to merge 2 commits intokamailio_masterfrom
Conversation
applied clang-format refixes to make clang-format sane made the ims_ipsec_pcscf module optional missed a call to ipsec_pcscf patched pcscf_save_location to use bottom via if instructed so added also received/rport/etc to is_registered on trust_bottom_via tried to fix deeper added Service-Routes (as Routes) to SUBSCRIBE to reginfo first update of not working code latest version of the changes fixes for Route in SUBSCRIBE using the rar function created upgraded back ims_qos to 6.0.0-dev2 (old files used as based were too old) fixed rx_avp.c compilation fixed compilation last fixes for complete compilation correction to support calling AAR on INVITE not on reply only skipping a check when AAR for INVITE Modifications to support that its called in INVITE and not just in replies small mistake ported changes from the other branch fixes for ims_registrar_pcscf sync with branch from PR to kamailio saving the local changes fixed the notify as it was causing too much noise fixed S-CSCF registrar bug repairs to support AAR on INVITE Added SessionId as an AVP returned by AAA fixed compilation Modified the directory name, then removed references to ims_dialog and repaired the basic stuff around that. Created a function to promote dialog parameters (callid, fromtag, totag) to the config file an Implemented that Rx_STR can be called with SessionID from reply or request (for a BYE or a CANCEL or its reply or from ACK, that's to be decided)... You can call Rx_STR with SessionID that you have from the dialog or un deregistration with the RxSessionId from that one... you can also provide a route block to call on STA but that's not implemented yet missing file in previous commit This is just an example of how to use in the config file the Events that the QoS module generates renaming the events to qos:something SessionId in AAR for subsequent INVITE or SDP fixed compilation fixed module name refixed compilation adding back the original ims_qos, to make the build system happy fixed a crash on ASR fixed AAR Media-Component-Description with IPsecEngine dual port fixes for AAR fixed str fixes for AAA and ANCI further progress 3GPP-User-Location AVP decoding and cdp auth fixes fixed a bug for IPv6 in nathelper and one in ims_qos_npn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merged