dean collins
2005-Mar-04 21:30 UTC
[Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (out of tree modules)
Nah conferences start when they start and finish when they finish. Theres no need for timers etc. The other thing that you need to implement is recording of the conference calls. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dan Austin Sent: Friday, March 04, 2005 10:35 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (out of tree modules) First off, let me thank Bela?d Arezqui (aka Areski) for his PHP gui. I knew nothing about PHP last week, and the code makes for easy editing and additions.>Lots of interest here for conferencing.>I've probably convinced more people to start using asterisk@home for >this feature than anything else.>Can I input some suggestions;Sure>Need to change the rinky dink call icons (let me know if you need some >better samples)I've thought the same, but my goal is a little grander. We have all employee photos available. Once I get the caller-id integrated with the presence, I plan to link to thumbnails. As an alternative it would not be too hard to make the avatars optional. Look for an update in April, unless my deployment goes very well and I can work on the code while in Korea.>Need to change the ability for a muted caller to flag they have a >question and a desire to talk (I do a lot of mute all except 1 or 2 >users but I have to have a question work around by them asking questions >via messenger)Excellent idea. I'm still getting my head around the guts of the conferencing code, but this might not be too hard to implement.>Eg if they hit dtmf '*' they have a question and I could take them off >mute>It would be an easy mod for you then to introduce polling using digits 1 >through to 9>Eg hit 1 if you want the meeting on Tuesday >2 for Wednesday >3 for ThursdayIf I understand this bit, you'd like to see an option to actually schedule a conference from the telephone. That would be do-able, but I think I would create a different app to keep the clutter out of the fast-path.>If you are open to more ideas I have a ton of features I'd like to see, >email me if you have the time/interest.For people who do use MeetMe/MeetMe2 or app_conference, does anyone find that they need a feature to force a conference to end on time, with or without an announcement? I'm thinking of a couple options- Easiest- Allow MeetMe2 to check the booking table w/option for announcement. I'm not fond of this one, since it adds further clutter to the conferencing code. A little harder- Leverage conf-background.agi. I need more research on this, but basically it would sleep a lot, waking up once a minute to check the time and play the announcement and Kick all callers. I don't have this one, but is yet another add-on. Hardest- Add two new conference options g(60), G(60,5). Where g(60) is for the conference to end in 60 minutes, and G(60,5) is for the conference to end in 60 minutes with a 5 minute warning. I like this one, since it could be used without cbmysql, and does not require access to additional tables I had hoped to keep it short, but I'd love to get any feedback on the above approachs. Dan _______________________________________________ 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
Dan Austin
2005-Mar-16 17:56 UTC
[Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (out of tree modules)
Bugger. I knew I'd screw up the patch instructions. Try this- #> cd to /var/build_aah/asterisk_src/asterisk #> patch -p1 < path-to/apps-meetme-cbmysql.txt -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Henry Devito Sent: Wednesday, March 16, 2005 7:02 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (out of tree modules) Dan, Thanks for the time helping me out. I figured everything out except for the patch.>7. cd to asterisk/apps and run patch -p0 < >path-to/apps-meetme-cbmysql.txtWhen I do this step it errors out and asks for the file to patch.. When I look at the apps-meetme-cbmysql.txt It shows the file name to be app_cbmysql.c so I changed the name of the file cbmysql.c to app_cbmysql.c but it still doesn't work. Also in the apps-meetme-cbmysql.txt it shows the path to be asterisk-1.0.5-orig I am trying to install this on asterisk@home. So the source is in /var/build_aah/asterisk_src/asterisk. Maybe I'm looking in the wrong direction. any help would be appreciated. I can even give you root access to my box. When all is said and done I will write up a wiki page for installation. _______________________________________________ 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
Maybe Matching Threads
- ANNOUNCEMENT: Updatesforapp_cbmysqlandMeetMe2gui (out of tree modules)
- ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
- ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules)
- ANNOUNCEMENT: Updates for app_cbmysql andMeetMe2gui (out of tree modules)
- ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2 gui (out of tree modules)