Archives : April-2023

Home » 2023 » April

What can I do to troubleshoot this error? The machine is fine. I can do isql anydatasource and it works module load res_odbc.so Unable to load module res_odbc.so Command module load res_odbc.so failed. [Apr 23 20:25:59] ERROR[28838]: loader.c:283 module_load_err..

Read more

We are moving from an older asterisk/SIP to a newer (18+) asterisk/PJSIP and trying to figure out how to add [identity] header when originating a call from AMI/PAMI. In the older version we would just set a variable like this:$action = new OriginateAction(SIP/….);$action->setVariable(__SIPADDHEADER51,Identi..

Read more

I want to configure communication with my phone provider using TLS for all the obvious reasons. Since Im behind a firewall, Ill be needing to do it with NAT. There are examples of UDP plus NAT in pjsip.conf, but none for TLS plus NAT. Would it be corr..

Read more