DB config PJSIP ps_endpoints: Multiple codecs in allow column

Hi,

In the database table ps_endpoints there are the columns disallow and allow for codecs.
I think I should put all into disallow and e.g. alaw into allow. But can I put multiple codec names into the allow column, for example g722 AND alaw? Will I have to comma-, space- … separate them?

In a file based configuration, it would probably look like:

disallow = all                      
allow = g722
allow = alaw

Thanks,
Reg

allow=!all,g722,alaw

will do the job

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.