Browse Source

KAZOO-2137 send_reply fix

3.20
lazedo 11 years ago
parent
commit
435da023b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/pusher-role.cfg

+ 1
- 1
kamailio/pusher-role.cfg View File

@ -27,7 +27,7 @@ route[INTERNAL_TO_EXTERNAL_PUSH]
t_set_fr(0, 10000); t_set_fr(0, 10000);
t_relay(); t_relay();
} else { } else {
t_reply(487, "Temporarely unavailable");
send_reply(480, "No Answer");
}; };
exit; exit;


Loading…
Cancel
Save