[Spce-user] sipwise as transit switch
Andrew Pogrebennyk
apogrebennyk at sipwise.com
Fri Jun 22 06:26:05 EDT 2012
Skyler,
On 06/22/2012 12:17 PM, Skyler wrote:
> Current version: 2.5.13 default with no customtt's loaded
> Peer: Asterisk
> Peer preferences: force_outbound_calls_to_peer - enabled
> Desired Call Flow: UAC > Asterisk > SPCE > PSTN
>
> Below are log and ngrep of the desired flow. When I
> have '|| $avp(s:caller_force_outbound_calls_to_peer) == 1' this is
> working no issue. But default 2.5.13 is not working. I believe the
> confusion may lie between desired effect of force_outbound_calls_to_peer
> and force_inbound_calls_to_peer
Ah, I see. My colleague committed
|| $avp(s:callee_force_inbound_calls_to_peer) == 1)
while this should be:
|| $avp(s:callee_force_outbound_calls_to_peer) == 1)
Missed that. We will fix it. Thank you for your report.
Andrew
More information about the Spce-user
mailing list