similar to: Asterisk and XMPP (Jabber) : testing new application JabberReceive

Displaying 20 results from an estimated 1000 matches similar to: "Asterisk and XMPP (Jabber) : testing new application JabberReceive"

2009 Apr 17
2
Jabber and Presence
Hi all, What other open source tools are people using for this? I was looking at Openfire and their asterisk plugin. Is it easy to roll your own with res_jabber.so ?? Thanks. -- Sent from my mobile device http://www.suretecsystems.com/services/openldap/
2008 Oct 26
1
jingle/gtalk still very troubling
Hi! I just tried to call a friend using jingle, but I got refused. Errorcode was 502, he tried to call me, heard it ringing once and then it stopped. I used: originate jingle/gtalk_account/friend at jabber.linuxlovers.at [application] I'm registered to googletalk, but this should mean no harm, or should it. Once I was able to receive a text-message from him, but couldn't
2009 Jun 24
2
Asterisk + Jabber
I want to use JabberSend in my dialplan, but I saw that my Asterisk does not support Jabber. Also I have nowhere a module res_jabber.so... So I thought I'd rebuild my Asterisk. In menuselect I saw that res_jabber was dependent of 'iksemel' and 'gnutls'. In my yum repositories I can find a gnutls.i386, but what is this iksemel-beast ??? There is info to find via google on
2008 May 21
1
using gtalk received instant messages in the dialplan
I have been doing some reading about gtalk and asterisk. Most of it is pointed to enable using gtalk for making phonecalls. Would it be possible to use gtalk instant messaging input (just some text send to the gtalk account configured on an asterisk box) into the dialplan. This way you could use gtalk im to trigger all kind of events like sending an sms, adding sip entries to the system,
2009 Nov 30
0
Asterisk and XMPP Jingle : testers needed
Dear community members, I'm happy to announce that we now have code that allows you to use your XMPP (Jabber) client like a softphone to place SIP or PSTN (or whatever channel Asterisk supports) calls. The XMPP clients that support Jingle that I and others have tested are : - Pidgin (Linux, Ubuntu 9.10), version 2.6.2 : OK - Empathy (Linux, Ubuntu 9.10), version 2.28.1.1 : OK - Psi (Windows
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault. [root at localhost asterisk-11.1.2]# asterisk -vvvvvvc Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components
2008 Feb 22
1
FW: jabber
Hi all, Do some one experiencing running jabber applications (jabberstatus...) in asterisk? I do experinced Asterisk 1.4.18 and wish to start it, however I got such result. IBM*CLI> help jabber No such command 'jabber'. IBM*CLI> help jabberstatus No such command 'jabberstatus'. Any one can help me on this, or may be I miss out somethings that cause jabber applications
2007 Jul 19
2
Gtalk/Jabber connect issues in 1.4.8
I've included my jabber.conf below. I'm betting the following errors: [Jul 18 21:05:22] ERROR[28166]: res_jabber.c:609 aji_act_hook: JABBER: Node Error [Jul 18 21:05:22] WARNING[28166]: res_jabber.c:1537 aji_recv_loop: JABBER: Got hook event. jabber test [Jul 18 21:04:16] WARNING[32691]: res_jabber.c:1421 ast_aji_send: JABBER: Not connected can't send User: bferrell at gtalk.com
2012 Aug 21
1
Asterisk 11 - XMPP and JabberSend()
I'm trying to get my Asterisk 11 test box set up with XMPP, having troubles with JabberSend(). My jabber.conf file is as follows: [general] debug=no autoprune=no [testaccount] type=client serverhost=my.jabber.server username=myaccount at my.jabber.server secret=mypassword port=jabberport usetls=yes usesasl=yes xmpp show connections gives the following output from the console:
2011 Mar 27
0
Jabber/Jingle to Google users via local XMPP server
Hi all, All the examples I've come across seem to suggest configuring jabber.conf/jingle.conf/gtalk.conf for a real Google account. What about the scenario where the Asterisk server should connect to an account on a private Jabber server and using Jingle (voice calling over Jabber)? e.g. for the domain widgets.com: - there is a copy of ejabberd running on the same box as Asterisk, and
2011 Apr 16
4
Jabber / GTalk / hints
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Are hints not yet implemented in res_jabber? I have this here: exten => 3000,hint,gtalk/gtalk_account/mari.xxxxxxx at gmail.com But the hint doesn't show any difference. It always shows online on the phone and core show hints always shows that: 6003 at internal : SCCP/6003 State:Unavailable Watchers 0 6002 at internal :
2008 Oct 29
1
any dialplan action on received jabber msgs?
So I have (and have had) jabber configured for some time, specifically for GTalk, but something has occurred to me. If somebody happens to send an IM (text) to that account, nobody is going to be receiving it. I'd like to send a canned message back to any sender of an IM. Possible? b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2012 Sep 20
1
XMPP sendtodialplan
I've been working on an interactive XMPP interface so users at my office can interact with the timeclock and queues by XMPP (in addition to IVR menu, which has been running just fine for quite a while before the XMPP interface). I'm using sendtodialplan=yes to handling the incoming unsolicited messages, and typically will have at least one point of interaction where Asterisk requests
2011 Feb 10
2
Gtalk/Jabber Issue
OK, im pulling my hair out, everything looks configured right, deleted, and started over, etc, etc. but can't seem to get this to work Gtalk.conf [general] context=google-in allowguest=yes bindaddr=192.168.xxx.xxx extenip=96.254.xxx.xxx [guest] context=google-in disallow=all allow=ulaw allow=g729 connection=jp_jabber jabber.conf [general] debug=yes
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
I have installed gnutls and gnutls-devel from RedHat repositories [root at asterisk asterisk]# yum install gnutls gnutls-devel I have installed iksemel with gnutls support : [root at asterisk asterisk]# cd /usr/src/iksemel-1.3/ [root at asterisk asterisk]# ./configure --with-gnutls --prefix=/usr [root at asterisk asterisk]# make [root at asterisk asterisk]# make check [root at asterisk
2007 Nov 08
3
Asterisk as a SIP to XMPP Jingle voice gateway
Hello, I'm looking for a SIP to XMPP Jingle voice gateway. I see that Asterisk has Jabber and Jingle support, but it looks like Asterisk acts as a Jabber client. Are there any Jabber server solutions, where Jabber users can call SIP users by using the SIP URI and vice versa? -- Eric Chamberlain, CISSP Chief Technical Officer Voxilla - http://voxilla.com/
2011 Apr 16
4
Jabber / facebook chat?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, has anyone managed to establish an XMPP connection to the facebook Jabber servers? I'd like to send messages on missed calls vie FB. - -S - -- (o_ Stefan Gofferje | SCLT, MCP, CCSA //\ Reg'd Linux User #247167 | VCP #2263 V_/_ Heckler & Koch - the original point and click interface -----BEGIN PGP
2006 Feb 10
2
OH323 Peer
Hi all, I have H.323 Gateway, and i want to make a peer to route calls to this GW. But i don't know is oh323.conf supporting to add peer type entry with all feature. Please let me know how i can add H.323 GW type peer? -------- Yours, Abdul Lateef Computer Programmer HATIF COM Mob: +974 - 5405022 ICQ: 276994704 MSN: abdulzu@hotmail.com GoogleTalk: lateef.np@gmail.com YM!: abdul_zu Doha
2009 Jun 09
5
IAX2 issue?
Just founnd a weirdy. My end is Asterisk 1.2.32 using an IAX2 link to the US. The IP address of the remote end changed (though in the config file it's registered as a name i.e. asterisk.remote.end), my system didn't recognised the IP change, it must be cached once and then the cached value used for ever. Steve -- NetTek Ltd UK mob +44 7775 755503 UK +44 20 7993 2612 / US +1 310 857
2007 Mar 03
1
gtalk2voip and Asterisk
hi, i was able to get this working with google talk. i entered myusername@gmail.com using the gtalk2voip.com website's "invite" box, and as a result, saw a request from service@gtalk2voip.com to be added as a buddy in my google talk contact list. i accepted the request. in my asterisk dialplan, i have this entry... exten => 3501, 1,