mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix 'via' option lookup
This commit is contained in:
parent
d19903877d
commit
b75b5ebeb2
@ -265,7 +265,7 @@ is_request_within_dialog(#sip{hdrs = Hdrs}) ->
|
||||
|
||||
get_configured_vias(LServer) ->
|
||||
gen_mod:get_module_opt(
|
||||
LServer, ?MODULE, via,
|
||||
LServer, mod_sip, via,
|
||||
fun(L) ->
|
||||
lists:map(
|
||||
fun(Opts) ->
|
||||
|
Loading…
Reference in New Issue
Block a user