The log show this:
Dec 14 10:38:02 VERBOSE [10772] logger.c: – Executing MeetMe(“SIP/102-08466148”, 200|DpM|123) in new stack
Dec 14 10:38:02 DEBUG [10772] app_meetme.c: Building dynamic conference '200’
Dec 14 10:38:02 WARNING [10772] chan_zap.c: Unable to open ‘/dev/zap/pseudo’: No such file or directory
Dec 14 10:38:02 ERROR [10772] chan_zap.c: Unable to dup channel: No such file or directory
Dec 14 10:38:02 WARNING [10772] app_meetme.c: Unable to open pseudo channel - trying device
Dec 14 10:38:02 WARNING [10772] app_meetme.c: Unable to open pseudo device
Dec 14 10:38:02 VERBOSE [10772] logger.c: – Playing ‘conf-invalid’ (language ‘en’)
Dec 14 10:38:02 DEBUG [10747] chan_sip.c: Stopping retransmission on ‘DE963A6B-7E91-41F1-A74E-6FE5FACC916C@192.168.2.41’ of Response2: Match Found
Dec 14 10:38:06 VERBOSE [10772] logger.c: == Spawn extension (default, 200, 1) exited non-zero on ‘SIP/102-08466148’
Dec 14 11:54:14 VERBOSE [11889] logger.c: – Executing MeetMe(“SIP/102-08466148”, “200”) in new stack
Dec 14 11:54:14 DEBUG [11889] logger.c: == Parsing ‘/etc/asterisk/meetme.conf’: Dec 14 11:54:14 DEBUG [11889] logger.c: == Parsing ‘/etc/asterisk/meetme.conf’: Found
I think this is the problem but don’t have any idea about the solution Dec 14 11:54:14 WARNING [11889] chan_zap.c: Unable to open ‘/dev/zap/pseudo’: No such file or directory
Dec 14 11:54:14 ERROR [11889] chan_zap.c: Unable to dup channel: No such file or directory
Dec 14 11:54:14 WARNING [11889] app_meetme.c: Unable to open pseudo channel - trying device
Dec 14 11:54:14 WARNING [11889] app_meetme.c: Unable to open pseudo device
Dec 14 11:54:14 VERBOSE [11889] logger.c: – Playing ‘conf-invalid’ (language ‘en’)
Dec 14 11:54:14 DEBUG [11884] chan_sip.c: Stopping retransmission on ‘DE963A6B-7E91-41F1-A74E-6FE5FACC916C@192.168.2.41’ of Response2: Match Found
Dec 14 11:54:18 VERBOSE [11889] logger.c: == Spawn extension (default, 200, 1) exited non-zero on ‘SIP/102-08466148’
I got the same problem, getting
"app_meetme.c:769 build_conf: Unable to open pseudo device"
And a message on the phone “that is not a valid conference number” (while it is ofc valid, according to the configuration).
So i found this thread. Of course my ztdummy module wasn’t loaded, so i loaded it manually and restarted asterisk. Then lsmod to see if the ztmodules are there - they are.
Retried calling the conf room number - but the logs and the error message are still the same. What else are we missing?