Problem with meetme application

greetings!

i have problem with meetme application, i have my conf of this way

meetme.conf
[rooms]
conf => 600,1234

extensions.conf
exten => 600,1,meetme(600|1234)

this is the log that appear:
warning[22148]: app_meetme.c772 build_conf: unable to open pseudo device

and the application say “the conference # is invalid”

thanks for your help! :smiley:

I had the same problem as I use a b410p card which uses misdn rather than zaptel. Turned out that to make conferences work ztdummy still needs to be running. It’s used as a timing source.

Make sure that before you fire up * , start zaptel.

[quote=“Brett Matthews”]I had the same problem as I use a b410p card which uses misdn rather than zaptel. Turned out that to make conferences work ztdummy still needs to be running. It’s used as a timing source.

Make sure that before you fire up * , start zaptel.[/quote]

i forgot to say that a i dont any card installed…it is possible to make conference without this cards?

HI Guys
did u try “modprobe ztdummy” command atet/asterisk directory. if not plz do that. they ur this error will not occur & meetme will work.
warning[22148]: app_meetme.c772 build_conf: unable to open pseudo device
above mentioed command will remove this error

Amit