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
KAZOO-3494: updated the route name to FAST_PICKUP
3.20
karl anderson
11 years ago
parent
be11631479
commit
87479a0199
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kamailio/dispatcher-role.cfg
+1
-1
kamailio/fast-pickup-role.cfg
+ 1
- 1
kamailio/dispatcher-role.cfg
View File
@ -70,7 +70,7 @@ route[DISPATCHER_FIND_ROUTES]
#!endif
#!endif
#!ifdef FAST_PICKUP-ROLE
#!ifdef FAST_PICKUP-ROLE
route(FAST_PICKUP
_CHK
);
route(FAST_PICKUP);
#!endif
#!endif
if (!ds_select_dst("$var(ds_group)", "0") || $(avp(ds_dst)[0])
=
= $null) {
if (!ds_select_dst("$var(ds_group)", "0") || $(avp(ds_dst)[0])
=
= $null) {
+ 1
- 1
kamailio/fast-pickup-role.cfg
View File
@ -2,7 +2,7 @@
modparam("htable", "htable", "fp
=
>size=32;autoexpire=3600;");
modparam("htable", "htable", "fp
=
>size=32;autoexpire=3600;");
route[FAST_PICKUP
_CHK
]
route[FAST_PICKUP]
{
{
if (!is_method("INVITE")) {
if (!is_method("INVITE")) {
return;
return;
Write
Preview
Loading…
Cancel
Save