similar to: Meetme realtime table structure

Displaying 17 results from an estimated 17 matches similar to: "Meetme realtime table structure"

2006 Feb 13
1
autocomplete input field name
Hi All, I''m new to ruby on rails and I struggle with a problem in my first application. I searched the forum (and ofcourse google) but I think it is just an easy thing that nobody boughters to write down :) I am building a kind of library application for (fysical) books and e-books and later I want to add other functions like knowledge management. The problem: in the book show page
2013 Jan 24
1
Help regarding kmeans output. need to save the clusters into different directories/folders.
Hi Team, I am trying to run kmeans in R, and I need to save the different clusters into different folders. How can I achieve this? # this is how my data looks. $ *cat 1.tsv | head* userid bookid rating bookTotalRatings bookAvgRating userTotalRatings userAvgRating 1 100 0 24 2.7916666666666665 291 2.6735395189003435 2 200 7 24 2.9583333333333335 6 7.0
2005 Nov 04
0
Threads and Active Reccord
Yeah, this is fun! So I''m trying to check a bunch of websites to see if they''ve been updated since the last time I check them. I''m using threads and SizedQueue to grab sets of "feed" objects out of the database, then send them off to be downloaded and compared to existing records. I sometimes get this error, which I don''t understand: [2005-11-04
2008 Nov 26
1
bridging - Didn't get a frame from channel
Hi, I am having a difficulty with getting two realtime user?s to bridge on answer. I have managed successfully to bridge the same two users/channels via the Bridge Manager api command and confirm that the two communicate directly bypassing the asterisk server (I confirmed this with Wireshark). Does anyone have some ideas? I have put some log entries below. I haven?t attached my
2013 Jul 26
0
DNS and samba
Hi, I have problem with DNS and samba. I have a DNS who manage 3 zone (internal, foward and external), so I want use my DNS for all zone. how can I do this ? using samba Internal : No using samba BIND_DLZ, I have a conflict between samba reccord and defined reccord in my dns config for my domain are there other option ? regards St?phane ----------------------------------- St?phane
2006 Jun 07
1
meetme public
hi all i have an asterisk working and i need to add a mettme public service. for example i need to download a soft (sjphone) and without any configuration call to 509@asterisk.mydomain.com (meetme) and join a conference but when i do that i received an error saying nomber do not exist. but if i call a extension is work propperly. in the extensions.conf have exten => 411,1,Answer exten
2006 Jun 27
2
Survival
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060627/84d9bd54/attachment.pl
2010 Jul 08
10
Asterisk Crashes - Segmentation Fault
Hello Team, I was looking for audio conferencing solution where i got Web-meetme. I had installed Asterisk 1.6.2.9 on Centos 5.4. Its perfecting working fine. I tried using Meetme even meetme app is working perfectly fine. I installed Webmeetme 4.0 and integrated with my asterisk. When i try to dial the conference number it take me to an IVR wherein it asks for the conference number. The time i
2009 Dec 14
1
meetme with review of the entered conference number
Hi there, I'm using asterisk meetme function like: exten => 9070,n,MeetMe(|dcM) and everything works pretty well. But I would like to add a review of the entered conference number before the user jumps into the conference. Somthing like: *:"Please enter the conference number followed by the hash key" (works) U: 123456# (works) *: "You are entering conference number
2003 Mar 07
3
DLL not loading, msjava.dll, Encyclopedia Britannica
Hi, excuse me if my problem is something obvious, but I'm lost and couldn't find any useful information (is there a search function for the list archive?). Im new to Wine (and only recently switched to Linux). Problem: I'm trying to run the Britannica Encyclopedia 2000 (BCD2000), but when I start it I get the error message (in a popup window) "Unable to start the application
2011 Oct 21
1
question about aggregate
Hi list I am discovering R, and -- PhD candidate in Computer Science Address 3 avenue lamine, cité ezzahra, Sousse 4000 Tunisia tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) fax: +216 71 391 166 [[alternative HTML version deleted]]
2007 Oct 25
15
State of Development
Hi all, I''m sure you''re all wondering what the heck is going on with development and why there are so many open tickets. Hopefully this email will answer those questions for you. REST Development ====================== First, I''ve found the REST work to be significantly more complicated than I''d feared. The plumbing is nearly all done and the majority
2010 Aug 18
1
CDR variables
Hello list! I am trying to get hold of ${CDR(duration)} and ${CDR(billsec)} variables in h It seems that these variables always return 0. I am using Asterisk version 1.6.2.11. Can't I get these values other than using CDR reccords ?? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 06
1
IVR : Can't hear my message
Hello, I've reccorded a voice message for the IVR. (.wav, 16 bits, 8kHz) The file is /var/lib/asterisk/sound/11ivrrecording.wav. When asterisk (1.2.5) starts this file i can't hear it on my phone. Here is the log : Apr 6 17:00:16 VERBOSE[845] logger.c: -- Executing SetCallerID("SIP/11-97b9", ""Patrice" <11>") in new stack Apr 6 17:00:16
2006 Jul 28
2
ActiveRecord design question
Hi everyone, I have a small design question. My app has the classical ''User'' table. The problem is that I will probably have a lot of user set options. I did not want to add 20-30 fields to the user table so I created a user_options table: =============================== class User < ActiveRecord::Base has_many :user_options end =============================== class
2004 Apr 16
0
SIP IAX2 MySQL Config
I've configured asterisk to connect a MySQL database for CDR, Voicemail and SIP/IAX2 peers. - CDR are reccorded - Voicemail config is readen directly in the database but SIP/IAX2 peers still have to be declared in sip/iax2.conf to make calls... However, when I restart Asterisk: [chan_sip.so] => (Session Initiation Protocol (SIP)) == Parsing '/etc/asterisk/sip.conf': Found ==
2006 Apr 07
0
Re: IVR: Cant hear my message
I cant figure it out but why dont you dont you make an extension that you can dial and record yoursef. Exten => 100,1,Wait(2) Exten => 100,2,Record(FileName:gsm) Exten => 100,3,Wait(2) Exten => 100,4,Playback(FileName) Exten => 100,5,Hangup Antoine LOUIS <antoine.louis@gmail.com> wrote: Hello, I've reccorded a voice message for the IVR. (.wav, 16 bits,