search for: lead_id

Displaying 3 results from an estimated 3 matches for "lead_id".

Did you mean: head_id
2006 Feb 09
1
Re: Help on Vicidial
Here is another log from the * server CLI, I reall hope some one can help me out on this one. thanks |SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='127.0.0.1' and campaign_id = '' and call_time < "" and lead_id != '';| -- VDAD get agent: |0|update of vla table: |127.0.0.1 |UPDATE vicidial_live_agents set status='QUEUE',lead_id='0',uniqueid=' 1139506471.2', channel='IAX2/u32218094-1', callerid='unknown' where status = 'READY' and server_ip='12...
2006 Feb 09
0
I need help on VICIDIAL and auto dial
...on non zero.... Here's some of the CLI output. I am using Asterisk 1.2.4 and astguiclient 1.1.8 ...thanks for the help |SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='127.0.0.1' and campaign_id = '' and call_time < "" and lead_id != '';| -- VDAD get agent: |0|update of vla table: |127.0.0.1 |UPDATE vicidial_live_agents set status='QUEUE',lead_id='0',uniqueid=' 1139414618.5', channel='IAX2/u32218094-6', callerid='unknown' where status = 'READY' and server_ip='127...
2008 Apr 07
2
Simple active record issue. I must be missing something.
....project_id) class Project has_one :lead, :class_name => ''User'' end Any suggestions on how to model this relationship without requiring references to Project in the User table? From a database table viewpoint I would like create_table :projects do |t| t.integer :lead_id t.timestamps end The review team part seems like it could be done with HBTM. Any thoughts? Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,...