[Freeswitch-users] EXCHANGE_ROUTING_ERROR after about 62 transfers of a sesseion

Peter Olsson peter.olsson at visionutveckling.se
Sun Jul 15 17:27:24 MSD 2012


Try dumping the channel variables in a few different places in the dialplan (execute application "info"). And see what's going on. The only thing that should be able to override max_forwards is if there's lots of reinvites going on (it's set from the SIP-attribute "Max-Forwards").

It's definately the correct variable to change (the variable "Max-Forwards" won't make a difference though, but I see you set them both).

/Peter
________________________________________
Från: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] för Thomas Hoellriegel [admin at blindi.net]
Skickat: den 15 juli 2012 14:38
Till: FreeSWITCH Users Help
Ämne: Re: [Freeswitch-users] EXCHANGE_ROUTING_ERROR after about 62 transfers of a sesseion

Hi peter,

> Set the channel variable "max_forwards" to a higher value, it should do the trick.

The variable don.t working.
I have only inboundcalls.
my extension is:
<extension name="dorf dating line">
<condition field="destination_number" expression="^dorf$">
<action application="info"/>
<action application="sched_hangup" data="+3600"/>
<action application="export"
data="sip_jitter_buffer_during_bridge=false"/>
<action application="set" data="rtp_timer_name=none"/>
<action application="set" data="max_forwards=900"/>
<action application="set" data="Max-Forwards=900"/>

<action application="set" data="domain_name=$${domain}"/>

<action application="set" data="ringback=${de-ring}"/>
<action application="set" data="transfer_ringback=$${hold_music}"/>
<action application="set" data="call_timeout=6"/>
<action application="set" data="hangup_after_bridge=false"/>
<action application="ring_ready"/>

<action application="set" data="playback_delimiter=,"/>
<action application="set" data="playback_sleep_val=10"/>

<action application="sleep" data="1000"/>
<action application="set" data="default_language=de"/>
  <action application="answer"/>
<action application="transfer" data="dorf_main XML dorf_main"/>

Dorf is the german name of the voicechat.
fs ignore the channel variable why?


thanks.
>


---------------
Du kannst mich jederzeit kostenlos per Festnetz erreichen unter:
http://www.blindi.net/callback
homepage: http://www.blindi.net
blinde-misc mailingliste für blinde. anmeldung unter:
http://www.blindi.net/mailman/listinfo/blinde-misc


!DSPAM:5002b88532761569116435!



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list