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
call-park - better debug
park in lowercase so we can grep easily
3.20
lazedo
11 years ago
parent
5ad8a261be
commit
1bc69f92ae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kamailio/default.cfg
+ 1
- 1
kamailio/default.cfg
View File
@ -588,7 +588,7 @@ onreply_route[INTERNAL_REPLY]
##### CALL-PARK ####
if (is_method("REFER") && t_check_status("(200)|(202)") ) {
$sht(park
=
>$(avp(refer_to_uri){uri.user})@$(avp(refer_to_uri){uri.domain})) = "sip:" + $(ct{tobody.uri}{uri.host}) + ":" + $(ct{tobody.uri}{uri.port});
xlog("L_INFO", "
PARK
$(avp(refer_to_uri){uri.user})@$(avp(refer_to_uri){uri.domain})
=
sip:$(ct{tobody.uri}{uri.host}):$(ct{tobody.uri}{uri.port})");
xlog("L_INFO", "
caching park info
$(avp(refer_to_uri){uri.user})@$(avp(refer_to_uri){uri.domain})
=
sip:$(ct{tobody.uri}{uri.host}):$(ct{tobody.uri}{uri.port})");
}
if ($rs < 300) {
Write
Preview
Loading…
Cancel
Save