[Freeswitch-users] Wrong number of tries with originate_retries?

René Weiss rw at panorgan.ch
Thu Apr 23 11:09:45 UTC 2020


Hi,

The documentation for originate_retries says "Number of retries before
giving up on originating a call (default is 0)."

Because of this I would expect that:

- originate_retries=0 = 1 call
- originate_retries=1 = 2 calls (1 try and 1 retry)
- originate_retries=2 = 3 calls (1 try and 2 retries)
  -originate_retries=3 = 4 calls (1 try and 3 retries)

But in my testing I get:

- originate_retries=0 = 1 call
- originate_retries=1 = 1 call
- originate_retries=2 = 2 calls
- originate_retries=3 = 3 calls

My originate command is:

originate{originate_timeout=5,originate_retries=<X>,originate_retry_sleep_ms=5000}user/662 &park()

And my FreeSWITCH version is:

FreeSWITCH Version 1.10.2-release-14-f7bdd3845a~64bit (-release-14-f7bdd3845a 64bit)

Am I doing something wrong here, do I understand the documentation wrong,
or is the problem in freeswitch / the freeswitch documentation?

Thanks.




More information about the FreeSWITCH-users mailing list