lazedo
9ca873bbe3
remove whitespaces
6 years ago
lazedo
fa702d0a8e
use auth for message
6 years ago
lazedo
befc7d3c6c
add some flags to help routing
6 years ago
lazedo
0c82b4fc2b
change default for timers
* WITH_AUTH_TOKEN is mandatory
6 years ago
lazedo
72dcf1b65f
remove unused role
* failed attempt to have a keepalive based on db/script
6 years ago
lazedo
082ecbfc40
start to support authentication for other methods
6 years ago
lazedo
1c28ee98ff
upgrade dispatcher
6 years ago
Karl Anderson
1d2c4face5
cleanup unused redirect logic
6 years ago
lazedo
679cd9bdcb
simplify internal redirects ( #125 )
* simplify internal redirects
* missing comma
* another missing comma
6 years ago
lazedo
c2ce422b7f
don't add auth headers for in dialog messages
6 years ago
lazedo
0847946fdc
order of x-headers
* moves x-auth-token higher
so it says after x-auth-ip/port
6 years ago
lazedo
9457bd97ee
only add x-headers for INVITE|MESSAGE|REFER
* also excludes in-dialog
6 years ago
lazedo
477c9f4d3c
move EXTERNAL_FAULT near EXTERNAL_REPLY
6 years ago
lazedo
55920103ec
early return for in-dialog transactions
6 years ago
lazedo
675cd158e1
filter log for external reply
6 years ago
lazedo
20df3987b7
add cflags from contact to branch flags
* sets nat flags if device is registered
and kazoo invite format is not contact
6 years ago
lazedo
75a82a3e7c
add NOTIFY for branch_route
6 years ago
James Aimonetti
a81375cfcc
check for custom registration handlers
6 years ago
lazedo
e0175d19df
create common routine AUTH_XAVP_TOKEN
6 years ago
lazedo
c20c4b6ba5
allow Token-Proxy override
* useful for nat scenarios
6 years ago
lazedo
54a095ac7e
allow pusher to log contact
6 years ago
lazedo
52d859172c
pusher external fault fix
* 408 should not be in the excluded reasons for sending the push
6 years ago
lazedo
948b674225
pusher nat handling
* needs setting MANAGE_BRANCH for nat
6 years ago
Sergey
2a070b90f3
Update local.cfg to reflect latest changes
6 years ago
lazedo
e36ac7dcfe
add text/html for message content-type
* bria uses it
6 years ago
lazedo
0316ef4fda
message role changes for im services
6 years ago
lazedo
453589e331
fail sooner for tcp/tls registrations
6 years ago
lazedo
3ec4cc9e9c
add external fault handling and log route in a common place
6 years ago
lazedo
4b2ebffd28
remove log line
6 years ago
lazedo
e010ce8edd
add record route for notify
6 years ago
lazedo
8aa35501f4
use macros for udp raw sockets
6 years ago
lazedo
e39eabaf9c
remove strip headers
the use dialog module can slow down things a bit
6 years ago
lazedo
261e4b80f4
manage branch in redirect
* adds x-headers if the call is redirected to another media server
6 years ago
lazedo
3739ccc07e
allow KZ_PRESENCE_NOTIFY_FORCE_SOCKET default
6 years ago
lazedo
de15a7ceb3
move globals to own file
6 years ago
lazedo
3789fd71df
add kazoo.ws_connections_restrict_origin runtime
6 years ago
lazedo
8045108682
add call-id to blocker log
6 years ago
lazedo
ffdc9e819d
make progressive timers opt-in for now
6 years ago
lazedo
c1bd7f6e38
add dispatcher for 5.3
6 years ago
lazedo
ece53b8597
on-net was renamed to onnet
6 years ago
lazedo
d5b746cf45
check authorization for anoymous
6 years ago
lazedo
fbbaf1793b
add progressive timers
6 years ago
Karl Anderson
d1f4aa92e3
registrar sync binding is using the old format and has a syntax error when enabled
6 years ago
lazedo
de7fed1efb
reorder default listeners
6 years ago
lazedo
d9645cde3f
add log internal listener
6 years ago
lazedo
8305ca86f7
change timer defaults
6 years ago
lazedo
c3795b7251
update default response timers
6 years ago
lazedo
8ed11dc5c7
only add k-cid header if it doesn't exist already
* initiators can provide k-cid
6 years ago
lazedo
ca531312a1
handle returned messages
6 years ago
lazedo
a44e160121
listeners update
* moves definitions of listener macros to own file
* moves listen directives to own file
* adds internal listener
* when kamailio <-> freeswitch is done on local net
* adds advertise, external
* ports can be redefined
* registrar proxy_path set with dependency from internal listener
* allow extra defs in untracked custom-defs.cfg
* allow custom listeners in untracked custom-listeners.cfg
* adds macro to skip default listeners
kazoo-kamailio
* allow LOCAL_IP_INTERFACE env to check
for local ip (docker in swarm mode)
* boot as option to call prepare & start
6 years ago