Hello all,
I’ve installed AsteriskNow 1.5 Beta (iso-file) on a PC without any other hardware.
I try to setup a conference call with only SIP-clients but I hear the following when I’m trying to call: "That is not a valid conference number. Please try again."
In the log I found following:
[Nov 19 13:14:50] WARNING[11392] app_meetme.c: Unable to open pseudo device
This what I configured in my configuration files:
meetme.conf:
[rooms]
conf => 600
extensions.conf:
[incoming]
exten => _9XXX,1,Dial(SIP/${EXTEN},20)
exten => _9XXX,n,Voicemail(u${EXTEN})
exten => _9XXX,n,Voicemail(b${EXTEN})
exten => _9XXX,n,Hangup
exten => 600,1,MeetMe(600)
When I do a “rpm -qa | grep asterisk” I get the following:
asterisk-doc-1.4.22-1_centos5
asterisk-1.4.22-1_centos5
asterisk-sounds-extra-en-gsm-1.4.8-1_centos5
asterisk-sounds-moh-fpm-ulaw-0.0-1_centos5
asterisk-core-1.4.22-1_centos5
asterisk-dahdi-1.4.22-1_centos5
asterisknow-version-1.5.0-0.beta1.1_centos5
asterisk-sounds-core-en-gsm-1.4.13-1_centos5
Is there a dummy driver needed (for timing, like the old ztdummy) when no extra hardware is installed. Or is this already done when using AseriskNow 1.5 beta.