Displaying 20 results from an estimated 697 matches for "xmpp".
2013 Jun 04
1
Google/XMPP and Asterisk/XMPP
Given the recent announcement about Google slimming their support for
public interconnection with XMPP, can anybody comment on where this
leaves the XMPP support in Asterisk?
In particular, I notice many of the references to XMPP on the wiki link to
https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google
which seems to suggest that XMPP support and Google Talk support are one
and the s...
2012 Sep 20
1
chan_motif, xmpp, jabber, jingle
Hi all,
For one of my inverstigations it looks like i'm back to "square one"
I'm trying to accept an incoming xmpp call and forward it conditionally
to a sip, isdn, or voicemail.
No google is involved as i use a local xmpp server (ejabberd)
I was experimenting on 1.8.15.1 (with jabber.conf, jingle.conf), but
some suggested me to have a look at asterisk11,so i did...
I downloaded and built 11-beta1.
Edited (...
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 lea...
2014 Mar 18
0
XMPP issues in Asterisk 11.6.0 for distributed device states...
I have been working with distributed device states in Asterisk using XMPP
attached to an OpenFire server. I have it working well across two servers
and want to roll it out across every server in my company. All servers are
Asterisk 11.6.0. I am running into a problem that seems like it should be
a bit easier to solve than it is seeming to be. On the third server I am...
2008 Feb 07
2
Asterisk as XMPP component. How to use it ?
...by phone.
As I can't see a way to define Presence status such as "unavailable for chat
and phones", "unavailable for chat but available for phones" ..., I think
both things should be kept separate.
At the opposite, I think it could be useful for an Asterisk server to act as
XMPP User Activity provider (ie update XEP-0108 field with "on-the-phone"
value).
Do you agree ?
Is there any XMPP client supporting User Activity ?
Is Asterisk capable of getting or sending such User Activity messages ?
Regards
-------------- next part --------------
An HTML attachment was s...
2012 Aug 31
1
Receiving and processing unsolicited XMPP messages with Asterisk 11
I'm trying to set up a way that our users can send an XMPP message to Asterisk (unsolicited) to request information, such as voicemail status or the like. No matter what I set for the dialplan, I'm only seeing Asterisk execute the s,1 priority in the context defined in xmpp.conf for incoming messages, and then the "call" hangs up without exe...
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 o...
2012 Jun 15
1
Google Voice / Jabber auth problem
...accountone INCOMING: <stream:stream from="domain.com at gmail.com"
id="C28AAAAAAAC2E0" version="1.0"
xmlns:stream="http://etherx.jabber.org/streams"
xmlns="jabber:client"><stream:features><starttlsxmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls>
<mechanisms
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>X-GOOGLE-TOKEN</mechanism><mechanism>X-OAUTH2</mechanism></mechanisms></stream:features>
JABBER: accountone OUTGOING: <starttls...
2014 Nov 17
1
motif and other xmpp
...a big doubt!, I have some users with ejabberd and am
using motif to make some calls to extensions, here works fine, the
problem is when I want to send a message to another user on ejabberd
and asterisk take this message as part him, like a sip message , the
other user does not receive this message xmpp
User A xmpp == Chat to == User B xmpp (not receive the message)
look cli asterisk
WARNING[20242][C-0000002e]: pbx.c:6646 __ast_pbx_run: Channel
'Message/ast_msg_queue' sent to invalid extension but no invalid
handler: context,exten,priority=nica,s,1
any idea?
--
rickygm
http://gnuf...
2015 Jun 27
1
Distributed Device States - Best Option
We have used AIS for disturbed Device State in the past, BLF and MWI, We
are in the process of an update on one of our clustered systems, We are
looking at XMPP and I found a few discussions on a Corosync with has
OpenAIS built in.
My question is which should I be looking at to replace my current AIS
option I currently have. XMPP or Corosync?
It looks like the Corosync is just the AIS option more nicely packaged. Is
XMPP a better solution as...
2015 Sep 01
2
How to integrate Asterisk with XMPP
How to integrate Asterisk with XMPP ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150901/21835024/attachment.html>
2008 Jun 11
1
Asterisk and XMPP (Jabber) : testing new application JabberReceive
...team/phsultan/jabberreceive/
The corresponding feature request is located here :
http://bugs.digium.com/view.php?id=12569
What can you do with it? Well, a direct usage of this application is
to make an easy to use GoogleTalk voice gateway out of Asterisk. Here
is an example (assuming the asterisk-xmpp account is configured) :
context gtalk-in {
s => {
NoOp(Caller id : ${CALLERID(all)});
Answer();
JabberSend(asterisk-xmpp,${CALLERID(name),Please enter the
number you wish to call);
JabberReceive(${CALLERID(name)},NEWEXTEN);
JabberSend(asterisk-xmpp,$(...
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.b...
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...
2017 Sep 07
2
Strange SASL issue
...017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>
> On 07.09.2017 15:26, Antoine Nguyen wrote:
> > Hi all,
> >
> > I've just upgraded my server from debian 8 to debian 9 and I now
> encounter
> > a strange issue. I'm using prosody (XMPP server), configured to
> > authenticate against dovecot using SASL and a unix socket.
> >
> > This setup was working fine on debian 8.
> >
> > Now, each time I try to connect using my XMPP client, the authentication
> > fails and I see the following error in logs...
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 XP),...
2015 Mar 18
1
res_xmpp.c:3468 xmpp_client_reconnect:
...sage
>
> asterisk-11.16.0]#patch -p0 < refs
> patch: **** Only garbage was found in the patch input.
>
> is the correct way to apply the patch or am I doing wrong?
>
> regardss
>
I'm confused this is not a patch, it's just garbage ;), I'm making a
connection xmpp with asterisk and not connected, at the cli shows me
the message every second:
RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
available when trying to connect client '
RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
available when trying to connect...
2018 May 23
2
XMPP notifications
Hello all,
What is the best way, using sieve, to send XMPP notifications?
I am using Debian Stretch, with Dovecot core / sieve packages version
2.2.27-3+deb9u2.
Should I use the enotify extension, or a script with extprograms
extension?
Thanks for your answers.
--
Andr? Rodier
2017 Sep 07
2
Strange SASL issue
Hi all,
I've just upgraded my server from debian 8 to debian 9 and I now encounter
a strange issue. I'm using prosody (XMPP server), configured to
authenticate against dovecot using SASL and a unix socket.
This setup was working fine on debian 8.
Now, each time I try to connect using my XMPP client, the authentication
fails and I see the following error in logs:
auth: Error: BUG: Authentication client said it's P...
2008 Jan 12
1
Discover Asterisk 1.4 :: Google Talk, XMPP and Jabber Integration!
I've written a new article about Asterisk 1.4's Jabber integration.
Check it out at
http://www.voip-forum.com/asterisk/2008-01/xmpp/
/Olle