Displaying 10 results from an estimated 10 matches for "fitawi".
Did you mean:
fita
2006 Mar 03
7
web meetme instructions
This has to be the worst documentation I have ever come acrossed. I have
found two or three docs on how to install it, but they are all so
different and make huge assumption about what packages you have
installed and locations of files. Has anyone seen something better, I
want to get this working it is quite a cool app.
Jordan Novak
Communications Technician
Logistics Health Inc.
1319 Saint
2005 Mar 04
3
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2 gui (out of tree modules)
Last update before I head to Korea for an IP phone deployment
New diffs and PHP web interfaces at www.fitawi.com/Asterisk
-New in the interface:
New fields for conference conference owner and title
Delete conferences
Changed date/time to listbox to reduce user input error
-This will likely have to become a java or
other client-side code, since I don't see a way
to tie the number of days in a...
2005 Mar 04
2
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules)
...nt: Friday, March 04, 2005 9:18 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysql and
MeetMe2gui (out of tree modules)
Last update before I head to Korea for an IP phone deployment
New diffs and PHP web interfaces at www.fitawi.com/Asterisk
-New in the interface:
New fields for conference conference owner and title
Delete conferences
Changed date/time to listbox to reduce user input error
-This will likely have to become a java or
other client-side code, since I don't see a way
to tie the number of days in a...
2006 Jan 12
5
[Announce] Web-MeetMe v2.0.0
...Call history report. Support for this feature
requires the php script ./lib/cbEnd.php be running at
all times. This also requires a new table in the
meetme database if you're upgrading from an earlier
release.
***************************************************
[Location]
http://www.fitawi.com/Asterisk
[Files]
Web-MeetMe_v2.0.0.tgz (required)
app_cbmysql.c (required)
cbmysql.conf (required)
cb-extensions.conf (suggested)
README (suggested)
[Installation]
See the README
[Features]
1. Schedule new conferences
a. Control start and end times
b. Set conference...
2005 Mar 03
0
Update on the blending of app_cbmysql and app_meetme2 (out of tree modules)
Once again, I know that a true MeetMe2 is in the works,
but if anyone is looking for a database conferencing setup
then check this out.
New diffs and PHP web interfaces at www.fitawi.com/Asterisk
-New in the interface:
Add a conference
Modify an existing conference
-New in app_cbmysql:
Renamed confmysql.conf to cbmysql.conf
Move conference application name to conf file
Move conference count application name to conf file
Moved compile time conference options into the con...
2005 Aug 29
0
[Announce] Web-MeetMe v1.3.3
Work intrudes again and I will not be able to get to modifying the db
and gui
to support per-conference flags as soon as I expected. So I have
released
an update with what I do have available.
[Location]
http://www.fitawi.com/Asterisk
[Features]
1. Schedule new conferences
a. Control start and end times
b. Set conference pin #
i. Generate one if the requester leaves it blank
ii. Identify pin # conflicts (another conference with
the same pin is scheduled at the same time)
c. Set Admin and User passw...
2006 Apr 04
2
WebMeetme defines.php?
I am looking at some directions on how to install and it is asking me to
edit defines.php, it states that the file should be located in the
source directory, but I can't seem to find it anywhere on my machine.
Anyone been thru this?
Jordan Novak
Communications Technician
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 01
0
Advanced Conferencing optionswithout-of-treemodules?
...but until I find a PHP expert or get very lucky, it
is the best I am going to come up with.
To save bandwidth for the list members who don't care, I've put
diff of apps/app_meetme2.c, apps/Makefile and what became
apps/app_cbmysql.c,
and my modifications to the MeetMe2 gui on
http://www.fitawi.com/Asterisk
Dan
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ronald
Hartmann
Sent: Monday, February 28, 2005 7:24 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Aster...
2005 Mar 17
3
ANNOUNCEMENT: Updatesforapp_cbmysqlandMeetMe2gui (out of tree modules)
...=0
and put it in asterisk/apps
2. Download the source for CBMysql from
http://www.mithotech.com/asterisk/
3. Extract the contents of the tar file and move/rename
the conference.c file to asterisk/apps/app_cbmysql.c
4. Download the apps-meetme-cbmysql.txt and
meetme2-gui.tar.gz from www.fitawi.com/Asterisk
While there, you may as well get the database table
description and the sample cbmysql.conf
5. Copy cbmysql.conf to /etc/asterisk, modify to suit.
6. Create/update your database to match the tables in
the description file.
7. cd to asterisk/apps and run
patch -p1 < path-t...
2005 Mar 18
15
Meetme2 compilation problem
Hi All,
I am trying to compile meetme2 in my asterisk box and getting the
following compilaton error. Please help me to sort it out.
cc -fPIC -c -o app_dial.o app_dial.c
In file included from app_dial.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:317: `PTHREAD_MUTEX_RECURSIVE' undeclared
(first use in this function)