Skip to Content

Welcome!

Access to User Support Forum

Thank you for your interest in our support forum. Please note that posting in our user support forum is exclusively available to registered users who have activated our products.

To gain posting privileges:

  • Download and install one of our product
  • Complete the product registration process
  • Use the account credentials created during activation to access the forum.

Need help? If you're experiencing any issues with product activation or forum access, please contact us at team@oduist.com.

Sign up

This question has been flagged
15 Views
Mick

When making outgoing calls they are limited to 4 minutes in length.

I am struggling to work out there this restriction is being set.

Twilio have a 4 hour call limit, so it does not appear to be there in Twilio settings

I can see an error in the twilio logs:

32015: Call is terminated due to exceeding maximum call duration

Which is initialted either by a Twilio limit or set at time of call.

Twilio suggest that the limit is set in the request parameter - which i can see is... 

timeLimit=\"240\"

Where do I change this?? It is super frustrating

Avatar
Discard
Max

Hi Mick!
We introduced recently a System Parameter (ir.config_parameter) connect.call_duration_limit, but it's not set by default :) So I am surprised that you have it.
I really have no idea.
Actually, I have an idea :))
Create a system parameter connect.call_duration_limit and set it to 3600 for example...

Mick
Author

OK created system param. Creating the override has allowed it to work correctly.

Disappointingly setting it to 0 does not override it :(