25
1
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:
Evgeniy Khramtsov 2014-05-31 14:21:29 +04:00
parent d19903877d
commit b75b5ebeb2

View File

@ -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) ->