[Spce-user] cfu : Call forward timeout doesn't work
Antonio David Martin
admartin at nixus.es
Thu Mar 1 07:40:43 EST 2012
It works now, with this new line
if(is_domain_local("$rd") || $dd =~ "\.local")
Great!
-----Mensaje original-----
De: Andrew Pogrebennyk [mailto:apogrebennyk at sipwise.com]
Enviado el: jueves, 01 de marzo de 2012 12:19
Para: Antonio David Martin
CC: spce-user at lists.sipwise.com
Asunto: Re: [Spce-user] cfu : Call forward timeout doesn't work
On 03/01/2012 11:54 AM, David wrote:
> I have tested that the inconditional forward work fine.
> The voicemail work too after fix the asterisk crash originated by the
> percona mysql, but I have realised that the CFU doesn't work, I don't
> know if there is something wrong in my configuration. The time out is
> 5 seconds, and after that it just hangup without deliver the call.
David,
we need to backport some of the fixes from trunk version to 2.4. Could you please try to cp /etc/ngcp-config/templates/etc/kamailio/proxy
/proxy.cfg.tt2 to
/etc/ngcp-config/templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2 (if custom tt doesn't exist yet), edit proxy.cfg.customtt.tt2, find branch_route[BRANCH_ROUTE_CLI_RTP]
and replace:
- if(is_domain_local("$rd") || $dd =~ "\.local")
+ if(is_domain_local("$rd") || $dd =~ "\.local$" || ($du == $null && $rd
=~ "\.local$"))
That should actually solve the problem if not please provide us kamailio-proxy.log
More information about the Spce-user
mailing list