hi guys: recently I want to buinding a meeting confence on asterisk and use the meetme application. I have a ztdummy kernel afteri the lsmod commond: ztdummy 5768 0 zaptel 182660 28 zttranscode,ztdummy crc_ccitt 3008 1 zaptel I also configure the meetme.conf conf => 1000; my extensions.conf [default] exten => 4110,1,Answer() ;exten => 99008664110,n,MeetMeCount(1000) exten => 4110,n,MeetMe(1000) exten => 4110,n,Hangup() but after i dial the 4110 in my xlite, the sip debug show the message and stop here: -- Executing [4110 at meetme:2] MeetMe("SIP/28989-08241e60", "1000") in new stack ........(sip ACK message) without parsing the meetme.conf and can't build the chat room! i reload the app_meetme.so in CLI: - Reloading module 'app_meetme.so' (MeetMe conference bridge) == Parsing 'etc/asterisk/meetme.conf': Found All the sip message show that there is no fault, and i dont know why the meetme application can't work. i have a usable meetme sever and the sip message is: Executing MeetMe("SIP/20742-081a8198", "1000|Ap") in new stack == Parsing '/etc/asterisk/meetme.conf': Found == Parsing '/etc/asterisk/staticmeetme.conf': Found -- Created MeetMe conference 1023 for conference '1000' I dont Know why the meetme application dont parsing the meetme.conf and creat MeetME conference hope some guys help me ,appreciate your help!!! 2009-02-09 ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090209/d009e76a/attachment.htm
2009/2/9 ?? <qiulei212 at 163.com>> hi guys: > recently I want to buinding a meeting confence on asterisk and use the > meetme application. > I have a ztdummy kernel > afteri the lsmod commond: > ztdummy 5768 0 > zaptel 182660 28 zttranscode,ztdummy > crc_ccitt 3008 1 zaptel > > I also configure the meetme.conf > conf => 1000; > my extensions.conf > [default] > exten => 4110,1,Answer() > ;exten => 99008664110,n,MeetMeCount(1000) > exten => 4110,n,MeetMe(1000) > exten => 4110,n,Hangup() > > but after i dial the 4110 in my xlite, the sip debug show the message and > stop here: > -- Executing [4110 at meetme:2] MeetMe("SIP/28989-08241e60", "1000") in new > stack > ........(sip ACK message) > without parsing the meetme.conf and can't build the chat room! > > i reload the app_meetme.so in CLI: > - Reloading module 'app_meetme.so' (MeetMe conference bridge) > == Parsing 'etc/asterisk/meetme.conf': Found > > All the sip message show that there is no fault, and i dont know why the > meetme application can't work. > > i have a usable meetme sever and the sip message is: > Executing MeetMe("SIP/20742-081a8198", "1000|Ap") in new stack > == Parsing '/etc/asterisk/meetme.conf': Found > == Parsing '/etc/asterisk/staticmeetme.conf': Found > -- Created MeetMe conference 1023 for conference '1000' > > > I dont Know why the meetme application dont parsing the meetme.conf and > creat MeetME conference > hope some guys help me ,appreciate your help!!! > 2009-02-09 > ------------------------------ > ?? > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Hi, Have you created conference room 1000 in the meetme.conf file? Read this http://www.voip-info.org/wiki/view/Asterisk+config+meetme.conf . I hope this helps you. -- Pagarbiai / Best Regards, Giedrius Augys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090209/182df04a/attachment.htm
2009/2/9 ?? <qiulei212 at 163.com>> > i reload the app_meetme.so in CLI: > - Reloading module 'app_meetme.so' (MeetMe conference bridge) > == Parsing 'etc/asterisk/meetme.conf': Found > > All the sip message show that there is no fault, and i dont know why the > meetme application can't work. > > i have a usable meetme sever and the sip message is: > Executing MeetMe("SIP/20742-081a8198", "1000|Ap") in new stack > == Parsing '/etc/asterisk/meetme.conf': Found > == Parsing '/etc/asterisk/staticmeetme.conf': Found > -- Created MeetMe conference 1023 for conference '1000' >Your config looks correct, but, one thing that looks a bit odd to me is the output from your reload of app_meetme, I'm not sure if you typed the output and made a typo, but, the path to meetme.conf when parsed after the reload is relative rather than absolute... I'm not sure if this is relevant at all, but, looks odd... You haven't changed the paths in /etc/asterisk/asterisk.conf to be relative paths have you? As I say, this may or may not be relevant... but... I could imagine that if relative paths from root have been used and asterisk is not launched from the root then it may have alsorts of issues finding configs... It could be useful for you to enable debugging output too, not that app_meetme makes much debugging output, but, it does output a little which may at least identify the point it's getting to... d -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090209/827e49ee/attachment.htm