Asterisk 22.0/modules.conf: how to replace load = func_originate.so?

Hello,

On an Asterisk 22.0 instance, I’ve go a “legacy” modules.conf content in which I’ve got:

load = func_originate.so

This instruction produces an error when starting Asterisk. I can’t exactly remember why I added, long ago, this line in modules.conf.

What shall i use instead to remove this error message, and still keep the capability this line added when using in older Asterisk instances ?

Best regards

Within Asterisk as we provide it there has never been such a module. There is the Originate dialplan application[1] provided by app_originate.

[1] Originate - Asterisk Documentation

Thanks for replying !