Running Asterisk PBX On Linode
I was attempting to get an Asterisk PBX running on Linode. However, I ran into a problem with the "ZapTel timer interface". I get the following error message when attempting to join a "MeetMe" conference session:
"Dec 3 10:00:12 WARNING[3617]: chanzap.c:912 ztopen: Unable to open '/dev/zap/pseudo': No such file or directory
Dec 3 10:00:12 ERROR[3617]: chan_zap.c:7364 chandup: Unable to dup channel: No such file or directory
Dec 3 10:00:12 WARNING[3617]: appmeetme.c:458 buildconf: Unable to open pseudo channel - trying device
Dec 3 10:00:12 WARNING[3617]: appmeetme.c:461 buildconf: Unable to open pseudo device"
Given that Linode does not allow external third party modules to be installed (which rules out the zaprtc and ztdummy drivers), is there any way to get this program working?
Thank you for your assistance!