search for: contactid

Displaying 7 results from an estimated 7 matches for "contactid".

Did you mean: contacted
2006 Feb 16
2
Autocompleter question
...ntent that doesn''t end up in the textbox by using the "informal" class, but how can I associate the contact''s ID with the LI item and have that value be recorded into a hidden field when selected? Is there an easier way than just putting a hidden, non-standard "contactId" attribute on my LI tags and then using the afterUpdateElement option? Thanks in advance, Joe _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spin...
2005 Jul 30
1
Record() permission problem
...'t open it's file because permission was denied. I'm running the released Asterisk on Debian Linux. The target directory is workd writable. Here is the relevant part of the dialplan: exten => 1,1,Playback(leave-message) exten => 1,2, Record(/var/local/whois-messages/whois-${contactid}:wav|6|120) Here is the output from Asterisk: -- Executing Record("Zap/9-1", "/var/local/whois-messages/whois-321:wav|6|120") in new stack -- Playing 'beep' (language 'en') Jul 30 21:44:20 WARNING[4206]: file.c:910 ast_writefile: Unable to open file...
2006 Feb 15
2
Alarmreceiver
Hi, I just want to ask if anyone has some experience with Alarmreceiver application in * 1.2? Is this application reliable (according to wiki it isn't)? I managed to communicate Asterisk (Alarmreceiver) with a burglar alarm, but it behaves very strange. Sometimes alarmreceiver is able to get some events but sometimes not. Maybe there are some other non commercial applications which work under
2006 Nov 13
0
Question about MySQL Fetch foundRow from the dial plan
I have a query that query's my database based on the read input for an ID number. exten => s,4,MYSQL(Query resultid ${connid} SELECT\ `FirstName`\ `HomePhone`\ FROM\ `contacts`\ WHERE\ `ContactID`= \'${ID}\') exten => s,5,MYSQL(Fetch foundRow ${resultid} var1 var2) ; fetch row Problem is is that when I do the following: exten => s,7,Cepstral(The Phone number for ${var1} is ${var2}) is reads back Executing Cepstral("SIP/2092-ef65", "The Phone number for John...
2010 Dec 02
5
alarm POTS lines
Hi, I've brought this up in the past and there was a good discussion - am wondering if there have been any new developments. Our dialtone service, like I am sure is true for most ITSPs, touts the ability to drop your POTs lines for significant savings. For businesses we have a low-cost Atom based PBX and a "fax relay" setup locally with hylafax/iaxmodem to solve that issue,
2006 Mar 27
4
Alarmreciver
Hi, Did anyone try to set up alarmreceiver application over IP network? Which ATA can I use? I tried to set up it with Linksys PAP-2 but with no luck. Maybe I did something wrong with alarmreceiver.conf (I tried diverse settings, but nothing worked). Sometimes alarmreceiver is able to get some events but sometimes not. I think Linksys PAP-2 has a problem with recognizing digits in appropriate
2011 Jan 23
3
FUNC_ODBC and ARRAY
Gentlemen, I have googled, searched the mailing list archives, and even spoke on the IRC channel, but have not found an answer to the following problem. I am attempting to retrieve multiple columns in an ODBC query using ARRAY per the solutions offered by many individuals. My dialplan code is as follows: exten => _.,n,Set(ARRAY(var1,var2,var3)=${ODBC_LOOKUP(${KEYVAL})}) exten =>