Luis Azedo
042c78cb36
add options to trusted
* move KZ_PERMISSIONS_CACHE from defs.cfg
* add KZ_PERMISSIONS_MAX_SUBNET
* do not reload on the same iteration as load
* log the real number of records added
5 years ago
Luis Azedo
4683771c31
add missing KZQ_REGISTRAR_FLUSH db query definition
(cherry picked from commit 8a04441266 )
5 years ago
Luis Azedo
e7127f421d
add AOR to registrar detail
5 years ago
Luis Azedo
e08373b4d8
fix bindings
* name is unique
(cherry picked from commit 9e7ab3a7b9 )
5 years ago
Luis Azedo
ba4924fe6f
handle flush for realm
(cherry picked from commit c1b9123989 )
5 years ago
bitbashing
48939f92c9
when using fs_path FS sets it as a route header and if not removed breaks upstream elements ( #144 )
(cherry picked from commit 94c97087a1 )
5 years ago
bitbashing
0499dc21c5
if the check response fails due to the nonce re-challenge ( #143 )
(cherry picked from commit 59888e0429 )
5 years ago
bitbashing
a5f5f1cbd8
make the log prefix consistent ( #140 )
(cherry picked from commit 182dc2890a )
5 years ago
lazedo
b1a49c7a11
Update authorization.cfg
(cherry picked from commit c137a0bc8c )
5 years ago
bitbashing
7d4380b2f6
Adding a new AMQP registrar search API
(cherry picked from commit b58e7c3a36 )
5 years ago
lazedo
8792663db2
check for media servers reconnection
(cherry picked from commit 21c7772c71 )
5 years ago
lazedo
63cad64552
check ice in sdp for requests
* ip replacement only if sdp doesn't have ice candidates
* don't do ip replacement from internal by default
(cherry picked from commit 1ff059c573 )
5 years ago
lazedo
b93ae77fe9
check ice in sdp
* ip replacement only if sdp doesan't have ice candidates
* don't do ip replacement from internal by default
(cherry picked from commit cc7ce736a8 )
5 years ago
lazedo
69c2f03ddd
remove unused code
(cherry picked from commit aaf8fb3433 )
5 years ago
lazedo
b53a55eafe
use authorization variables for amqp payload
(cherry picked from commit 92f25e13bd )
5 years ago
lazedo
eb74f7ef34
fix bindings
5 years ago
lazedo
27db9c359e
increase default slots
5 years ago
lazedo
919fdd07c6
handle route invite format
5 years ago
lazedo
33bd812fb8
handle_ruri_alias for internal in-dialog
* a in-dialog from internal where loose_route() fails can still be routed if we have the alias for the contact
(cherry picked from commit a718d0349e )
5 years ago
lazedo
17c814d7fe
remove route headers from external initial requests
(cherry picked from commit f567093efe )
5 years ago
lazedo
742dd379a6
add extension points for websockets role
(cherry picked from commit 830e4cd9fc )
5 years ago
lazedo
b4e825cc18
always set contact alias on a reply
* so that acks go to proper address
(cherry picked from commit 248f758ec5 )
5 years ago
lazedo
4de76993b2
use send_reply instead of sl_send_reply
* send_reply checks if there's a ongoing transaction and will call proper function to send the reply
(cherry picked from commit ff12d456b5 )
6 years ago
lazedo
4d27eb18d4
configurable 480 reply from media with session in progress
6 years ago
Daniel Finke
5318e81807
[5.0] Don't overwrite tcp_children for local listener
- Must use socket_workers instead of tcp_children for local listener so
that the override of the tcp_children value only applies to the local
listener
6 years ago
lazedo
25d176d3ef
override 480 if call is progress
* FLAG_SESSION_PROGRESS is set when
the media server sends a 180/183
which is triggered after a route reply.
if there are no endpoints to bridge
to (dnd, faulty callflow) the return code
from the media can be 480 if not set explicitly by
callflow action. in that case
we were passing it to the incoming leg
carrier/endpoint and some carriers retry
the call which we don't want.
6 years ago
lazedo
93e7781da8
add extension point for internal to external relay
6 years ago
lazedo
3b31aae2f9
add internal listener socket to dispatcher
6 years ago
lazedo
d32a40ce85
use $vn for password
initialize password variable as
variables persist in the sip process
use $vn for password which supports $null value
6 years ago
lazedo
5d19e5d966
add flag for registered user
* append endpoint to refer if flag is set
6 years ago
lazedo
ae37b17890
add debug messages to nat traversal
6 years ago
lazedo
80a2120058
no need to check authz on initial request route
6 years ago
lazedo
4b1280178b
use send_reply instead of sl_send_reply
6 years ago
lazedo
8778ea679c
fix authorized xavp after amqp reply
6 years ago
lazedo
ddaf36d91c
5.0 branch
6 years ago
lazedo
4abf4d0ea9
add sip_trace_mode - transaction
6 years ago
lazedo
313a1c183f
add sip-trace-all
* simpler way to trace - all
6 years ago
lazedo
dba2a3cc26
rework default for handling auth
6 years ago
lazedo
01375e6d09
prepare registrar for single reg publish
6 years ago
lazedo
8e73660494
add some macros & allow custom handling
6 years ago
lazedo
e7fa9df747
add QNQ to scanner list
* this should NOT be static
* we should collect and auto-add new
6 years ago
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