Hi! i have an error using the meetme aplication, and just dont work.. my meetme.conf is: [rooms] conf = 700 i calling from a sip phone, the extension number is 600. there is the error: Executing [700@numberplan-custom-1:1] MeetMe("SIP/600-09111e58", "700|MI") in new stack WARNING[20055]: channel.c:3024 ast_request: No channel type registered for 'zap' WARNING[20055]: app_meetme.c:755 build_conf: Unable to open pseudo channel - trying device WARNING[20055]: app_meetme.c:758 build_conf: Unable to open pseudo device <SIP/600-09111e58> Playing 'conf-invalid' (language 'es') Spawn extension (numberplan-custom-1, 700, 1) exited non-zero on 'SIP/600-09111e58' i dont have any zap interface. how to solve this?
Manolet Gmail wrote:> Hi! i have an error using the meetme aplication, and just dont work.. > my meetme.conf is: > > [rooms] > conf = 700 > > i calling from a sip phone, the extension number is 600. there is the > error: > > Executing [700@numberplan-custom-1:1] MeetMe("SIP/600-09111e58", > "700|MI") in new stack > WARNING[20055]: channel.c:3024 ast_request: No channel type registered > for 'zap' > WARNING[20055]: app_meetme.c:755 build_conf: Unable to open pseudo > channel - trying device > WARNING[20055]: app_meetme.c:758 build_conf: Unable to open pseudo device > <SIP/600-09111e58> Playing 'conf-invalid' (language 'es') > Spawn extension (numberplan-custom-1, 700, 1) exited non-zero on > 'SIP/600-09111e58' > > i dont have any zap interface. how to solve this? > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Compile and install ztdummy from zaptel package, I think that will fix your issue
Hi Manolet, You have to install zaptel in order to make MeetMe application to work. MeetMe needs a kind of timer device that is provided by zaptel package. Eventhough you don't have a zaptel card you need to install its package. Search for MeetMe application in http://www.voip-info.org/ and you will find documentation about how to do that. Good Luck. Ronaldo Manolet Gmail wrote:> Hi! i have an error using the meetme aplication, and just dont work.. > my meetme.conf is: > > [rooms] > conf = 700 > > i calling from a sip phone, the extension number is 600. there is the > error: > > Executing [700@numberplan-custom-1:1] MeetMe("SIP/600-09111e58", > "700|MI") in new stack > WARNING[20055]: channel.c:3024 ast_request: No channel type registered > for 'zap' > WARNING[20055]: app_meetme.c:755 build_conf: Unable to open pseudo > channel - trying device > WARNING[20055]: app_meetme.c:758 build_conf: Unable to open pseudo device > <SIP/600-09111e58> Playing 'conf-invalid' (language 'es') > Spawn extension (numberplan-custom-1, 700, 1) exited non-zero on > 'SIP/600-09111e58' > > i dont have any zap interface. how to solve this? > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >