Skip to content

Commit

Permalink
Fix in the residential script. Does not make sense to send a plus cha…
Browse files Browse the repository at this point in the history
…racter to drouting who does not support the plus in a prefix
  • Loading branch information
flaviogoncalves committed Oct 4, 2020
1 parent 466f96e commit fc3978d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions menuconfig/configs/opensips_residential.m4
Expand Up @@ -411,6 +411,7 @@ ifelse(ENABLE_TCP, `yes', ifelse(ENABLE_TLS, `yes', `
ifelse(HAVE_OUTBOUND_PSTN,`yes',`
if ($rU=~"^\+[1-9][0-9]+$") {
ifelse(USE_DR_MODULE,`yes',`
strip(1);
if (!do_routing(0)) {
send_reply(500,"No PSTN Route found");
exit;
Expand Down

0 comments on commit fc3978d

Please sign in to comment.