Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk With Web meetme


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
alijawad1 at gmail.com
Guest





PostPosted: Thu Jun 26, 2008 9:35 am    Post subject: [asterisk-users] Asterisk With Web meetme Reply with quote

Hi
I followed this howto
http://www.voip-info.org/wiki/view/MeetMe-Web-Control
and
http://asteriskpr.blogspot.com/2005/09/guide-to-install-web-meetm_112614171575673316.html
to install web meetme with asterisk, I know the meetme module is included
however I need to be able to ban and mute users as well.
All of the installation went fine however when I do call a conference number
I create using the interface all I get is service unavailable, I did run
asterisk in verbose mode that did not make me any smarter.

I added to extensions.conf the following

[confserv]
;Make sure you change 1199 to your conference bridge extension(s)
;more information on this can be found at the asterisk web site.
exten => 121212,1,Answer
exten => 121212,n,Wait(3)
exten => 121212,n,CBMysql()
exten => 121212,n,Hangup

Where 121212 is an existing extension, I really dont get it this all of the
documentation available but I surely missed something here..any hints please
?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080626/1bc84ae3/attachment.htm
Back to top
Dan_Austin at Phoenix.com
Guest





PostPosted: Thu Jun 26, 2008 10:48 am    Post subject: [asterisk-users] Asterisk With Web meetme Reply with quote

Ali wrote:
Quote:
I followed this howto
http://www.voip-info.org/wiki/view/MeetMe-Web-Control
and
http://asteriskpr.blogspot.com/2005/09/guide-to-install-web-meetm_112614171575673316.html
to install web meetme with asterisk, I know the meetme
module is included however I need to be able to ban and
mute users as well.
All of the installation went fine however when I do call
a conference number I create using the interface all I get
is service unavailable, I did run asterisk in verbose mode
that did not make me any smarter.

Quote:
I added to extensions.conf the following

Quote:
[confserv]
;Make sure you change 1199 to your conference bridge extension(s)
;more information on this can be found at the asterisk web site.
exten => 121212,1,Answer
exten => 121212,n,Wait(3)
exten => 121212,n,CBMysql()
exten => 121212,n,Hangup

Quote:
Where 121212 is an existing extension, I really dont get it
this all of the documentation available but I surely missed
something here..any hints please ?

Let's start with the easy stuff, if confserv included in the
context that the phone has access to? What is the output
of the command CLI>cb mysql status?

What version of Asterisk and Web-MeetMe are you using? Do
you have a timing source (ztdummy or PSTN interface card)?

Dan
Back to top
alijawad1 at gmail.com
Guest





PostPosted: Fri Jun 27, 2008 3:24 am    Post subject: [asterisk-users] Asterisk With Web meetme Reply with quote

Hi Dan

I got

localhost*CLI> cb mysql status
No such command 'cb mysql' (type 'help' for help)

Asterisk 1.4 and Meetme is the latest version 3.0, ztdummy is working fine.

Thanks

On Thu, Jun 26, 2008 at 6:48 PM, Dan Austin <Dan_Austin at phoenix.com> wrote:

Quote:
Ali wrote:
Quote:
I followed this howto
http://www.voip-info.org/wiki/view/MeetMe-Web-Control
and

http://asteriskpr.blogspot.com/2005/09/guide-to-install-web-meetm_112614171575673316.html


Quote:
to install web meetme with asterisk, I know the meetme
module is included however I need to be able to ban and
mute users as well.
All of the installation went fine however when I do call
a conference number I create using the interface all I get
is service unavailable, I did run asterisk in verbose mode
that did not make me any smarter.

Quote:
I added to extensions.conf the following

Quote:
[confserv]
;Make sure you change 1199 to your conference bridge extension(s)
;more information on this can be found at the asterisk web site.
exten => 121212,1,Answer
exten => 121212,n,Wait(3)
exten => 121212,n,CBMysql()
exten => 121212,n,Hangup

Quote:
Where 121212 is an existing extension, I really dont get it
this all of the documentation available but I surely missed
something here..any hints please ?

Let's start with the easy stuff, if confserv included in the
context that the phone has access to? What is the output
of the command CLI>cb mysql status?

What version of Asterisk and Web-MeetMe are you using? Do
you have a timing source (ztdummy or PSTN interface card)?

Dan

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


--
--
With Regards
Ali Jawad System Administrator
http://www.alijawad.org
Phone : +961-01-559031
Mobile : +961-03-041705


----------------------------------------------------


Confidentiality Notice: The contents of this E-mail are intended for the
named recipient only. It may contain confidential and privileged
information. If you received it in error, please notify us immediately and
then destroy it. Internet communications are not secure and therefore
I do we do not accept legal responsibility
for the contents of this message. Also, and though we provide every effort
to keep our network free from viruses, you would need to check this E-mail
and any attachments for viruses as we can take no responsibility for any
computer virus which might be transferred by way of this E-mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080627/33379d68/attachment.htm
Back to top
Dan_Austin at Phoenix.com
Guest





PostPosted: Fri Jun 27, 2008 12:01 pm    Post subject: [asterisk-users] Asterisk With Web meetme Reply with quote

Ali wrote:
Quote:
I got

Quote:
localhost*CLI> cb mysql status
No such command 'cb mysql' (type 'help' for help)

That means that app_cbmysql is no loaded. The
possible reasons:
1. The module did not compile
2. The module compiled, but did not get installed
3. The module is installed, but has a problem

Set verbose to 5 and try *CLI> load app_cbmysql.so

The output will tell us if the module does not exist, or
why it cannot be loaded.

Dan
Quote:
Asterisk 1.4 and Meetme is the latest version 3.0,
ztdummy is working fine.

Quote:
Thanks
On Thu, Jun 26, 2008 at 6:48 PM, Dan Austin
<Dan_Austin at phoenix.com> wrote:
Ali wrote:
I followed this howto
http://www.voip-info.org/wiki/view/MeetMe-Web-Control
and
http://asteriskpr.blogspot.com/2005/09/guide-to-install-web-meetm_112614171575673316.html


Quote:
to install web meetme with asterisk, I know the meetme
module is included however I need to be able to ban and
mute users as well.
All of the installation went fine however when I do call
a conference number I create using the interface all I get
is service unavailable, I did run asterisk in verbose mode
that did not make me any smarter.

Quote:
I added to extensions.conf the following

Quote:
[confserv]
;Make sure you change 1199 to your conference bridge extension(s)
;more information on this can be found at the asterisk web site.
exten => 121212,1,Answer
exten => 121212,n,Wait(3)
exten => 121212,n,CBMysql()
exten => 121212,n,Hangup

Quote:
Where 121212 is an existing extension, I really dont get it
this all of the documentation available but I surely missed
something here..any hints please ?
Let's start with the easy stuff, if confserv included in the
context that the phone has access to? What is the output
of the command CLI>cb mysql status?

What version of Asterisk and Web-MeetMe are you using? Do
you have a timing source (ztdummy or PSTN interface card)?

Dan

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
--
With Regards
Ali Jawad System Administrator
http://www.alijawad.org
Phone : +961-01-559031
Mobile : +961-03-041705


----------------------------------------------------


Confidentiality Notice: The contents of this E-mail are intended for the
named recipient only. It may contain confidential and privileged
information. If you received it in error, please notify us immediately and
then destroy it. Internet communications are not secure and therefore
I do we do not accept legal responsibility
for the contents of this message. Also, and though we provide every effort
to keep our network free from viruses, you would need to check this E-mail
and any attachments for viruses as we can take no responsibility for any
computer virus which might be transferred by way of this E-mail.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services