similar to: IM Integration

Displaying 20 results from an estimated 100000 matches similar to: "IM Integration"

2007 Jul 16
0
Integrating Ajax IM in rails
Hi all, Now days everyone looking for integration of well developed php based forums, calendars...and many in to their rails applications. Even I want to integrate php based Ajax IM chat client into my rails project. If anybody has done that integration please give me how to go about this integration otherwise general instruction how to integrate php based applications to RoR projects. Thanks
2012 Jul 25
0
CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
IM 2013 The 13th IFIP/IEEE Symposium on Integrated Network and Service Management Ghent, Belgium, 27-31 May 2013 http://www.im2013.org/ (Paper Submission Date: 16 August 2012) "Smart Management in a Virtualized World" The 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013) will be held 27-31 May 2013 in the beautiful city center of Ghent, Belgium and
2012 Jul 25
0
CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
IM 2013 The 13th IFIP/IEEE Symposium on Integrated Network and Service Management Ghent, Belgium, 27-31 May 2013 http://www.im2013.org/ (Paper Submission Date: 16 August 2012) "Smart Management in a Virtualized World" The 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013) will be held 27-31 May 2013 in the beautiful city center of Ghent, Belgium and
2007 Aug 31
1
VoIP+IM with Asterisk+Jabber
People, I have an Asterisk 1.2 server and a Jabber server in different hosts. I need to implement voip+presence+instant messaging knowing that Asterisk does not support presence+IM.....So is it possible to use a softphone client (Gaim, X-Lite, etc.) to give to my users voip+presence+IM connecting to the Asterisk and Jabber servers at the same time ??? Thanks a lot Alejandro
2006 Jun 05
1
IM integration
>From WITHIN my web app, I want the web app users to be able to send IM messages to yahoo,msn,AOL users. The receving users are not aware of the sender. So our web app takes the input msg from the sender (RAILs app), then on the background sends the msg to the recevier (the recevier is aware of the sending application id). Any response from the recevier will then be displayed to the sender
2013 May 29
0
IM through Asterisk
Hi I want IM messages between Softphone clients like Ekiga and MicroSIP. I don't care about SMS/GTALK etc. I only need this. I followed this guys tutorial here: http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html But this wasn't intended for IM messages. It works kinda interestingly. When you send a message to your contact let's say 200 then he will
2014 Aug 29
2
XMPP + Asterisk integration - a practical and simple example
http://www.mundoopensource.com.br/en_page_xmpp_asterisk_pratical_example/ Regards, Marcelo H. Terres mhterres at gmail.com Openfire-BR owner list IM: marcelo at jabber.mundoopensource.com.br http://www.mundoopensource.com.br http://offtopicsandfun.blogspot.com http://biertasters.blogspot.com http://twitter.com/mhterres
2015 Jan 05
0
A little OT: AstDemo - Openfire and Asterisk integration
Hi, I continued the developing of Openfire and Asterisk integration projects, and now I'm here to invite you to test AstDemo, that allows VoIP operations directly in XMPP clients. So if use Openfire and wanna test AstDemo, please send me some feedback, suggestions and bug reports. With your informations I'll be able to make it better and develop new features.
2009 Jan 26
0
XMPP4R and Openfire
My app sends IM with XMPP4R with Jabber accounts perfectly with this code, but when I want to use an Openfire problem I get an error of authorization jid = Jabber::JID.new(''myuser-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'') @client = Jabber::Client.new(jid) @client.connect @client.auth(''xxxxxx'') The error:
2015 Jul 07
0
How to enable IM over the asterisk server
Good morning Thyda; Perhaps somebody has a solution for using it on Asterisk itself but after some trying I added the Openfire server as a IM server. I was a bit afraid that 'if' I got it working properly we had to maintain it and off course had to troubleshoot it in case it didn't work anymore. I've read something that you add a ams_msg context in extensions.conf but that
2009 Jan 12
2
Pre Custom Objects and Stuff - Easy Answer im sure
Hi Guys, When I create a project I would like to be able to create a default set of tasks for that project. One could have a line for each task to manually add each project_task in the projects controller when creating the project but that would be poor programming im sure.! Is there a way of achieving this, perhaps making pre-customised objects in a config file or something? Cheers Folks,
2008 Jan 06
2
Im looking for RubyOnRails Hosting, but with many sides.
Im looking for some RubyOnRails Hosting. but: i will seperate the domainregistry and the hosting. i want to point one or many domains to this hosting without to register the domains with the hosting company. i will only point the dns A or CNAME record to the hosting. witch feature i need for this? witch hoster can serve this? thanks. PS: my current hoster D*mainf*ctory don''t support
2007 Dec 12
6
Establish Connection to a xmpp server and keep it !
Hello, (shamelessly adapted to my needs from a old message from this list) I want to integrate status messages over xmpp in my Rails application. My problem is that I do not want to establish a connection to the jabber server each time a message is sent and disconnect the connection afterwards. So I am looking for a solution to establish the connection and use this connection in my controllers
2014 Sep 01
0
More XMPP + Asterisk integration: Send a XMPP message to all extensions logged in an Asterisk queue
Hey everybody. Another XMPP+Asterisk example: http://www.mundoopensource.com.br/en_page_send-xmpp-message-extensions-logged-asterisk-queue/ []s Marcelo H. Terres mhterres at gmail.com Openfire-BR mailing list's owner IM: marcelo at jabber.mundoopensource.com.br http://www.mundoopensource.com.br http://offtopicsandfun.blogspot.com http://biertasters.blogspot.com http://twitter.com/mhterres
2009 Mar 06
2
Routes.recognize_path on more complicated Routes
For a permissions system i''m writing i''m extending the standard link_to helpers to check if a user has a permission to perform that action before displaying a link to clean-up my code so i don''t have to put if checks all over them. I''m trying to use.. ActionController::Routing::Routes.recognize_path(url, :method => method) to get the action and controller
2007 Feb 16
2
Jabber/Asterisk Integration
Started playing with 1.4 and I'm curious what uses people have come up with for the Jabber integration? So far I can think of presence based call routing, but I'm sure there are other ideas. How are YOU using the new Jabber features in 1.4? :) -- Kyle Sexton
2007 Oct 30
5
Using Standard Integration Tests with RSpec
Hi there. I am using RSpec for unit and functional testing on a project. I have however found the (experimental) RSpec stories to be un-intuitive in some situations. The RSpec plugins seems to disable the standard Rails Tests, so how could I go about usng Integration tests alongside Rspec? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~
2008 Apr 02
3
Routing and default module
I would like to route all requests with the path "foo/:controller/:action" to a modulized controller like ''bar/#{controller}''. So "foo/bro/index" goes to Bar::BroController, "foo/baz/index" goes to Bar::BazController, etc. I''m stumped as to how to write a one-line route for this. What I want to do is something like map.connect
2005 Jul 04
1
[Asterisk-Dev] presence and IM again, want to develop a working "hack"
Hello, I was again asked to try to add support for presence (SUBSCRIBE/NOTIFY) and IM using SIMPLE. I have few questions: a.) are there any, at least partial projects, patches, anything, that at least partly implements presence and/or IM to chan_sip? I don't care about presence on other channels, I have one SIP client per user. I've read this list's archive several times and
2006 Oct 31
1
Help with DRY. I feel like im doing more then I have to.
Throughout my Message controller, I do this a lot: @message = Message.find(params[:id],:conditions => ["user_id = ?", @session[''user''].id]) Since you need to authenticate to use this app, is there a way i can tie the Accounts model in with the Message model so I dont have to pass in the user_id everytime? --~--~---------~--~----~------------~-------~--~----~ You