Displaying 20 results from an estimated 4000 matches similar to: "STI vs CTI vs something else?..."
2011 Apr 15
1
Nested STI?
Hi,
I''m having some issues when trying to nest multiple STIs. Is possible? i.e.:
class Author
:has_many => :posts
end
class Reviewer < Author
end
class Administrator < Reviewer
class Post
belongs_to :author
end
admin = Administrator.create
Post.create(:author => admin)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Dec 27
4
validates_file_format_of only when is there an image
i have a model with this:
file_column :image
validates_file_format_of :image, :in => ["gif", "png", "jpg"]
If inthe form the user not insert the image i receive an error.
If i remove:
validates_file_format_of :image, :in => ["gif", "png", "jpg"]
it works.
Is possible do the validation only when user insert the image in form?
i
2009 Nov 17
6
after changed the tag i got the same eror
SyntaxError in Upload#index
Showing *app/views/upload/uploadfile.rhtml* where line *#10* raised:
compile error
app/views/upload/uploadfile.rhtml:10: syntax error
Extracted source (around line *#10*):
7: <% end %>
Trace of template inclusion: app/views/upload/uploadfile.rhtml
RAILS_ROOT: /home/malathi/www/upload
Application Trace <http://localhost:3000/upload#> | Framework
2010 Mar 29
4
error in uploading file(help me urgnt)
when i tried to crate an upload file application in rails i am getting
error like this
Template is missing
Missing template app\views\upload\uploadfile.html.erb in view path
app/views
this is ma model
class DataFile < ActiveRecord::Base
def self.save(upload)
name = upload[''datafile''].original_filename
directory = "public/data"
# create the
2005 Nov 23
0
Another CTI question
I''ve asked some CTI questions before and I have another one based on
my migration progress.
These are two condensed tables (the actuals being bigger):
Content
+-------------+
| id |
| title |
| description |
| etc..... |
+-------------+
ContentJob
+--------------+
| content_id |
| location |
| date_expired |
| etc..... |
+--------------+
The above is
2010 Oct 20
2
How do i use button_to_function
Hii all ,
I am trying to create a button that, when clicked on, calls a
method in a controller . I am thinking that button_to_function is good
to use for that i made htnl viwe like
<h1>File Upload</h1>
<p><label for="upload_file">Select File</label> :
<%= file_field ''upload'', ''datafile'' %></p>
2008 Dec 08
1
How to upload file by ajax
Hey''
How to upload file with ajax in ROR?
My code not working :(
View file :
<% form_remote_tag(:url => { :controller => ''Upload'', :action =>
''uploadFile''},
:update => "result",
:position => :bottom
:html => {:multipart => true} ) do %>
<p><label
2007 May 28
5
CTI in ActiveRecord
I search an plugin or gem, but don''t find nothing satisfactory. I
believe to be stranger a technology that nails the DRY, have that create
you vary equal tables, instead of using inheritance.
Exists an soluction for this? I want a solution similar to this:
create_table :people |t| do
t.column :name
t.column :address
end
create_table :customer |t| do
t.column :person_id
2007 Jul 22
2
Asterisk CTI interface to control legacy PBX
Hello,
I am looking for a way to control another legacy PBX from Asterisk using
a CTI interface. Are you aware of any legacy PBX CTI control card that
can be controlled by Asterisk? I have an Avaya PBX with CTI interface
and researching if I can connect Asterisk to this. :-)
Thanks for any hints.
--
-
David Hajek
Daktela - VoipObchod
http://www.daktela.com/
http://www.voipobchod.cz/shop/
2011 Jul 04
1
Agent Login, Logout, Ready, Not Ready from the CTI application
Hi All;
We know that agents can login and logout from the phone handset. But if we need the login, logout, ready and not ready to be from an application and to be integrated with the CRM, how to acheive this?
Normally in Cisco and AVAYA, they use CTI integration and the CTI client (which is embded in the CRM application) will receive the the caller id or information via that CTI client.
How
2010 May 22
1
OT - How to query vcard-like data for CTI app
Hi,
While this question does not directly concern Asterisk, it certainly relates
to CTI applications.
When building CTI application, you can meet 3 data types :
- LDAP data, for employee data,
- SQL data, for customer or structured data,
- vCards-like, for various contacts mostly stored in Email's address books.
It is very common to deal with LDAP or SQL databases, from a program.
I would
2006 Nov 27
0
CTI
If you're talking screen pops, crm integration, type CTI, Trixbox has
hooks built in for SugarCRM.
Cory Andrews
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt
Florell
Sent: Monday, November 27, 2006 3:59 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users]
2013 Jul 15
1
CTI for asterisk?
Hello;
Is there CTI module in asterisk with CTI client to login and logout and do ready and pause?
Regards
Bilal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130714/dd86c885/attachment.htm>
2005 May 24
1
CTI
Hi Guys!
After 1 week or looking for answers about CTI and Asterisk, I havent been
able to find the necessary applications to do what I want to do. Maybe you
guys have more insight on this.
I tried installing asttapi, and works great! Can make outbound calls from
outlook, etc.. Nice work!
For incoming calls.. Ive been trying software like ascendis callerid, call
alert and identapop pro, but
2004 May 04
5
ACD and/or CTI components for Asterisk
Is there is an open source ACD component for Asterisk?
Likewise, is there an open source CTI component that will work with
Asterisk?
Regards,
Jim O'Brien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040504/e6ee98da/attachment.htm
2009 May 23
1
integrating CTI
Hi there,
I am integrating CTI functionality to my java application and using
Asterisk as PBX.
I need some advices as to whether I am in the right track.
? Asterisk server is configured and working fine.
? I have a generic sip hard phone
? I have X-lite soft phone installed.
To provide for CTI functionality, I am utilizing the asterisk manager
API, I designed a java application that can do the
2014 Jan 10
1
CTI
Hi people
I'm just mailing to see what people are using for CTI solutions with
asterisk. Aslos, has anyone managed to integrate asterisk with Salesforce?
Thanks in Advance
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2,
2005 Sep 06
1
CTI and Asterisk
Hi all,
i have a question:
what about a CTI implementation with Asterisk.
I've been looking for info in www.voip-info.org <http://www.voip-info.org/>
and in google, but
There are no precise informations!
Thanks a lot
stefano
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Nov 03
0
Re:Looking for CTI/IVR/CallCenter/VoIP project/task as freelance developer
Hi,
As Freelance programmer/consultant I'm looking for project/task of IVR/CTI/CRM/IP-based, my skils are as following,
1 Dialogic-based CTI/IVR software programming
2 Intervoice IVR development
3 Siebel CRM integration and development
4 IBM DirectTalk and WebShpere Voice(VoiceXML,...)
5 IP-based development(VoIP,h323,sip,...)
6 Cisco