We Want BSS to Proxy 302 Messages back to UAC

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

We Want BSS to Proxy 302 Messages back to UAC

Post by skb007 »

1. Brekeke Product Name and Version:3.9.5.8/517-9

2. Java version:1.8

3. OS type and the version:RHEL7

4. UA (phone), gateway or other hardware/software involved:NA

5. Your problem:

UAC sends the call to BSS and BSS is sending the call to UAS. UAS is responding with 302 having Contact header with new_number@new_ip_address. BSS is acting upon 302. We want BSS to proxy 302 message back to UAC and UAC will send the call to new_number@new_ip_address

UAC-->BSS-->UAS
Niloc
Posts: 70
Joined: Tue Sep 19, 2017 9:49 pm
Location: NL

Post by Niloc »

Add the setting below in the Deploy Pattern.
[Deploy Pattern]
&failover.redirection = false

If you want to disable the redirection in the entire SIP server, add the setting below in [Configuration]->[Advanced] page.
failover.redirection = false

FYI:
https://docs.brekeke.com/sip/failover-w ... -dial-plan
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

Post by skb007 »

Appreciate your help.

I was able to do it on dial plan level with "&failover.redirection = false "
Post Reply