similar to: XMPP sendtodialplan

Displaying 20 results from an estimated 1100 matches similar to: "XMPP sendtodialplan"

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 executing further instructions. Anything
2010 Jan 28
3
TDM2400 card FXS problems
We have a recently deployed server with a new TDM2400 card that will not put dialtone or audio on FXS ports after the physical server restarts (though they will ring if called, there's just no audio on the line if the phone at the other end picks up). The symptom can be resolved by stopping Asterisk, restarting DAHDI, and then restarting Asterisk. So far, this has happened on both times the
2012 Aug 23
1
GotoIf redirection to label not working correctly
I run a hotdesking system based on the example from Asterisk: The Definitive Guide. Calls come into the [hotdesk] context, which verifies the phone has a logged in user and sends the call to users,${EXTEN},1 if there is a user logged in. The [users] context then includes several other contexts for internal/external call handling, as follows: [users] include => internal include =>
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:
2012 Aug 02
1
DTMF transmission problem
I am having difficulties with customer-bound DTMF being very short & clipped off (and basically unusable, as systems on the customer side aren't recognizing the DTMF digits, and I can barely tell that DTMF is there when I listen on a handset). My system set up as follows: PSTN <--> Metaswitch <-SIP-> Asterisk <-SIP or IAX2-> CPE Asterisk is running Asterisk 10.4.0 on a
2012 Jul 30
4
sieve vacation messages trouble
FROM:mailman-bounces at dovecot.org DATE:27. hein?kuuta 2012 16.58.35 UTC+3.00 TO:dovecot-owner at dovecot.org SUBJECT:CONTENT FILTERED MESSAGE NOTIFICATION The attached message matched the dovecot mailing list's content filtering rules and was prevented from being forwarded on to the list membership. ?You are receiving the only remaining copy of the discarded message. FROM:Asier Cidon
2017 Jul 20
3
vacation problem with SRS
I have this version with FIXME /* FIXME: If From header of message has same address, we should use that * instead to properly include the phrase part. */ rfc2822_header_printf(msg, "To", "<%s>", reply_to); This should be work ok? Or You must change something? 2017-07-20 15:51 GMT+02:00 Stephan Bosch <stephan at
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
2012 Feb 27
2
CDR Analyzer/Queue stats reporting
I've been tasked with finding and implementing a CDR/Queue analyzer to provide information to management about the call center's performance. My Google-fu seems to be returning a lot of things that are more or less abandoned projects. Does anyone have any recommended solutions for a CentOS 6 / Asterisk 10 "vanilla" server? Not opposed to something commercial, provided it
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
2012 Aug 20
1
Asterisk 11 - BLF on Custom devices
In testing Asterisk 11, I've found that Asterisk doesn't seem to be sending BLF updates to SIP peers that have subscribed to a hint looking at a Custom device if that Custom device state is RINGING or RING_INUSE. All other states seem to be working correctly. The hint section of the dialplan is: [hints] exten => _3XX,hint,Custom:${EXTEN} Console shows the following for core show
2008 Feb 07
2
Asterisk as XMPP component. How to use it ?
Hi, Do you really think Presence should be used to forward call to voicemail ? My feeling is forwarding incoming calls to voicemail should remain a different task as you could wish to remain unavailable for chat and still reachable 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
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>
2015 Jan 16
2
Disable fax detect on specific incoming DID
Hello, our gateway receive incoming calls from an outside gateway for multiple DIDs. For some of them we want fax detection, for other no. To do so, faxdetect is set to yes, but how to disable the fax detection for a specific incoming DID? For those DIDs, we just want to forward the call to a real fax machine DID which will do the job. Thanks for any hint Regards -- Daniel
2014 Nov 17
1
motif and other xmpp
Hi list, I have 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
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
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
2010 Jan 15
2
Changing ring cadence on FXS lines
Is there a way I can change the ring cadence on FXS lines on a system using a Digium Wildcard TDM2400 card? I recently deployed a new phone system, and the customer has a few POTS phones in areas where they don't have data network services, so we're using the FXS lines to provide dialtone at those outbuildings. The old phone system would ring those phones with a short ring-short
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/
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