This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
update port value
3.19
karl anderson
11 years ago
parent
2721bd6d3f
commit
1c82438f1b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kamailio/registrar-role.cfg
+ 1
- 1
kamailio/registrar-role.cfg
View File
@ -121,7 +121,7 @@ route[ATTEMPT_AUTHORIZATION]
}
if($(proto{s.tolower})
=
= "udp" || $(proto{s.tolower}) == "tcp" || $(proto{s.tolower}) == "tls") {
$var(return_port)
=
"
$Rp
"
;
$var(return_port)
=
$Rp;
} else {
$var(return_port)
=
"5060";
}
Write
Preview
Loading…
Cancel
Save