Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registrar: check for local path on lookup #23

Merged
merged 2 commits into from Jan 9, 2015

Conversation

charlesrchance
Copy link
Member

When performing a lookup, the Path (if present) is evaluated and if the first hop is local we skip it to avoid unnecessary looping.

It is useful if multiple servers are sharing a common database, each saving contacts with their local address as the Path.

- when performing a lookup the Path (if present) is evaluated
 and if the first hop is local we skip it to avoid looping.
- useful if multiple servers are sharing a common database,
 each saving contacts with their local address as the Path.
@miconda
Copy link
Member

miconda commented Jan 9, 2015

You can merge it!

charlesrchance added a commit that referenced this pull request Jan 9, 2015
registrar: check for local path on lookup
@charlesrchance charlesrchance merged commit 887167f into master Jan 9, 2015
@charlesrchance charlesrchance deleted the cchance/registrar branch January 12, 2015 12:18
@WhoSunilMore WhoSunilMore mentioned this pull request May 13, 2016
@juha-h juha-h mentioned this pull request Feb 2, 2021
nickvsnetworking pushed a commit to nickvsnetworking/kamailio that referenced this pull request Aug 24, 2022
# This is the 1st commit message:

ss7ops: updated with relocation of lib/srutils to core/utils

# This is the commit message #2:

tmrec: updated with relocation of lib/srutils to core/utils

# This is the commit message #3:

topos: updated with relocation of lib/srutils to core/utils

# This is the commit message #4:

uac_redirect: updated with relocation of lib/srutils to core/utils

# This is the commit message kamailio#5:

usrloc: updated with relocation of lib/srutils to core/utils

# This is the commit message kamailio#6:

pkg: obs spec - removed lib/srutils from rpm pacaging

# This is the commit message kamailio#7:

core: crypto, utils - updated comments referencing srutils after relocation

# This is the commit message kamailio#8:

corex: declare nio specific globals in c file

# This is the commit message kamailio#9:

Makefile.defs: add -lm to linker flags

- on some linux distros is not linked by default

# This is the commit message kamailio#10:

pipelimit: make error log debug in rpc command when pipe not found

- error code is returned to rpc command

# This is the commit message kamailio#11:

tls: proper match of config profile by server id

# This is the commit message kamailio#12:

http_client: typo in variable name for network interface

# This is the commit message kamailio#13:

core: dprint - new flags for long engine json

- a: prefix attribute names with application name
- A: do not prefix message attribute with application name (when 'a' is
set)

# This is the commit message kamailio#14:

sipdump: small whitespace fixes

# This is the commit message kamailio#15:

sipdump: option to run event_route[sipdump:msg] on rcv/snd messages

- new modparam mode to control the behaviour, its values can be built
from flags:
  - 1 - write to files (the existing behaviour), default
  - 2 - execute event route
- inside event route, $sipdump(...) variable is available to get the
buffer content and other related attributes
- new modparam event_callback to set the KEMI function to be run instead
of the event route

# This is the commit message kamailio#16:

sipdump: docs for mode and event_callback parameters

# This is the commit message kamailio#17:

sipdump: docs for event route sipdump:msg

# This is the commit message kamailio#18:

modules: readme files regenerated - sipdump ... [skip ci]

# This is the commit message kamailio#19:

sipdump: kemi functions to return buf and tag values

# This is the commit message kamailio#20:

seas: docs - removed mi_fifo from examples

# This is the commit message kamailio#21:

modules: readme files regenerated - seas ... [skip ci]

# This is the commit message kamailio#22:

textops: docs - proper example for append_body_part() with headers

# This is the commit message kamailio#23:

modules: readme files regenerated - textops ... [skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants