Hi all I am having Asterisk 1.0.9. now i configured the meetme conference with conference number 1234 and also i add the extension 1234 in extension.conf.if i call to 1234 asterisk says it's invalid conference number. i am having both sccp and sip devices. [room] ; Usage is conf => confno[,pin] conf => 1234 extension.conf [default] exten => 1234,1,Meetme(1234) pls do the needful.. regards ramakrishnan.n __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
> I am having Asterisk 1.0.9. now i configured the > meetme conference with conference number 1234 and also > i add the extension 1234 in extension.conf.if i call > to 1234 asterisk says it's invalid conference number. > i am having both sccp and sip devices. > > [room] > ; Usage is conf => confno[,pin] > conf => 1234I assume you put the above in meetme.conf file?> extension.conf > [default] > exten => 1234,1,Meetme(1234)Is the [default] section of extensions.conf where all of your other extensions are defined? If not, move the above entry to whatever section you have your other extensions defined. Then stop and restart asterisk. If the above doesn't address your issue, then copy/paste the CLI stuff so we can see what it is telling you.
Have you checked your zaptel interface. If you don't have hardware then use ztdummy. I guess you would have. ~Vamsi On 11/6/05, nr k <nrkrishnan2005@yahoo.com> wrote:> > Hi all > > I am having Asterisk 1.0.9. now i configured the > meetme conference with conference number 1234 and also > i add the extension 1234 in extension.conf.if i call > to 1234 asterisk says it's invalid conference number. > i am having both sccp and sip devices. > > [room] > ; Usage is conf => confno[,pin] > conf => 1234 > > extension.conf > [default] > exten => 1234,1,Meetme(1234) > > pls do the needful.. > > regards > ramakrishnan.n > > > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com <http://Easynews.com>-- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051106/29e7a9f6/attachment.htm
I don't have app_meetme.so file neither in /usr/lib/asterisk/modules, nor /usr/src/asterisk/apps. How to get it? -- Best regards, Bartosz Piec
On Mon, 2005-11-07 at 10:07 +0100, Bartosz Piec wrote:> Tony Mountifield napisa?(a): > > You need to get, build and install zaptel on your system, and then > > rebuild Asterisk. > > ztdummy is enough? >it is for app_meetme, you just need a timing source that is external. app_conference doesnt require this however, but there are some limitations, such as no dtmf while in the conference (exiting, admin menu, etc). -- Trixter http://www.0xdecafbad.com Bret McDanel UK +44 870 340 4605 Germany +49 801 777 555 3402 US +1 360 207 0479 or +1 516 687 5200 FreeWorldDialup: 635378 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051107/3c55d152/attachment.pgp
In article <436F1963.6000900@piec.info>, Bartosz Piec <sip@piec.info> wrote:> Tony Mountifield napisa³(a): > > You need to get, build and install zaptel on your system, and then > > rebuild Asterisk. > > ztdummy is enough?ztdummy is only a device driver. You also need the zaptel module.> Will building Asterisk break something in my working installation? :)Not if you do it properly and with understanding. Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
No - just make sure you DO NOT type make samples. regards, Jenn ----- Original Message ----- From: "Bartosz Piec" <sip@piec.info> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Monday, November 07, 2005 8:07 PM Subject: Re: [Asterisk-Users] Re: Meetme Conference-reg> Tony Mountifield napisa?(a): > > You need to get, build and install zaptel on your system, and then > > rebuild Asterisk. > > ztdummy is enough? > > Will building Asterisk break something in my working installation? :) > > -- > Best regards, > Bartosz Piec > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Mohamed A. Gombolaty
2005-Nov-08 02:44 UTC
[Asterisk-Users] Error compiling asterisk addons version 1.2.0-beta2
Dear All, I am facing a problem in compiling the add-ons for the mysql, though the files are downloaded correctly and checked and I tried different mirrors even the cvs but yet I get those errors : app_addon_sql_mysql.c:23:19: mysql.h: No such file or directory cdr_addon_mysql.c:38:19: mysql.h: No such file or directory cdr_addon_mysql.c:39:20: errmsg.h: No such file or directory res_config_mysql.c:51:19: mysql.h : No such file or directory res_config_mysql.c:52:27: mysql_version.h: No such file or directory res_config_mysql.c:53:20: errmsg.h: No such file or directory anyone has a clue, I used to compile it without problems Thx MAG
Olivier Perrin
2005-Nov-08 08:55 UTC
[Asterisk-Users] Error compiling asterisk addons version 1.2.0-beta2
You need to install the libmysqlclient-dev package. Search the rpm/deb/src available for your distrib and install it. Regards, Le mar 08/11/2005 ? 10:44, Mohamed A. Gombolaty a ?crit :> Dear All, > > I am facing a problem in compiling the add-ons for the mysql, though the files > are downloaded correctly and checked and I tried different mirrors even the cvs > but yet I get those errors : > > > app_addon_sql_mysql.c:23:19: mysql.h: No such file or directory > cdr_addon_mysql.c:38:19: mysql.h: No such file or directory > cdr_addon_mysql.c:39:20: errmsg.h: No such file or directory > res_config_mysql.c:51:19: mysql.h : No such file or directory > res_config_mysql.c:52:27: mysql_version.h: No such file or directory > res_config_mysql.c:53:20: errmsg.h: No such file or directory > > anyone has a clue, I used to compile it without problems > > Thx > MAG > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users