All,
I’m new to the VoIP, so am hopefully not overlooking something obvious. I am installing on Ubuntu.
I have (I believe) successfully installed Asterisk. I do not have any kind of hardware card (specifically Digium), so I installed zaptel and libpri. I have loaded the zaptel and ztdummy modules and get the expected response using lsmod. My kernel version is: 2.6.12-10-386.
When I try to start asterisk however (/usr/sbin/asterisk -cvvv), the following happens (included last few lines):
[res_musiconhold.so] => (Music On Hold Resource)
== Registered application ‘MusicOnHold’
== Registered application ‘WaitMusicOnHold’
== Registered application ‘SetMusicOnHold’
== Registered application ‘StartMusicOnHold’
== Registered application ‘StopMusicOnHold’
[chan_mgcp.so] => (Media Gateway Control Protocol (MGCP))
== Registered channel type ‘MGCP’ (Media Gateway Control Protocol (MGCP))
[chan_zap.so] => (Zapata Telephony w/PRI)
kwilliams@goku:
I’m guessing this has something to do with Zaptel, since the last line was the chan_zap.so, but I have no idea how to troubleshoot this. Has anyone encountered this before? Any recommendations on how to debug/resolve?
Thanks in advance!