search for: jabbersend

Displaying 19 results from an estimated 19 matches for "jabbersend".

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: testaster...
2014 Oct 01
1
JABBER_STATUS CODE 7
...get the missed call notification does not show me where the call is coming. my piece of code [operadora] exten => 0,1,Set(STATUS=${JABBER_STATUS(ejabberd,operadora at 172.16.8.59/alcides)}) same=> n, GotoIf($[0${STATUS} = 1]?disponible:nodisponible) same=> n(disponible), JabberSend(ejabberd,operadora at 172.16.8.59,"Llamada Entrante ${CALLERID(num)}") same=> n,Dial(SIP/5001) same=> n,Hangup() same=> n(nodisponible), JabberSend(ejabberd,operadora at 172.16.8.59,"Llamada perdida de ${CALLERID(num)} ") same=> n,Hang...
2011 Dec 22
1
Properly Escaping Quotes and Commas
Hello all, I have a setup where Asterisk sends a message to a few jabber users on each incoming call, like: exten => s,n,Macro(sendim,"Incoming call from ${CALLERID(all)}") The macro looks like this: [macro-sendimuser2] exten => s,n,JabberSend(asterisk,user2 at gmail.com,${ARG1}) exten => s,n,JabberSend(asterisk,user2 at internal.jabber.server.tld,${ARG1}) [macro-sendim] exten => s,1,Noop("Holder"); same => n,Macro(sendimuser1,${ARG1}) same => n,Macro(sendimuser2,${ARG1}) The issue I'm having, is if the call...
2008 Jun 11
1
Asterisk and XMPP (Jabber) : testing new application JabberReceive
...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,$(CALLERID(name),(Calling ${NEWEXTEN} ...); Dial(SIP/${NEWEXTEN); Hangup(); } } In this example, when Asterisk receives...
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/
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,...
2011 Jan 26
9
Recommended Windows client to display CID?
Hello I'd like to display CID information on users' monitor running Windows. I know I can run a script through the dialplan to send a datagram that is picked up Impulse Technology's free NetCID (www.imptec.com), but I'd rather use an open-source solution. An alternative would be to use a Windows application that would connect to Asterisk's AMI. I don't know if multiple
2011 Oct 05
1
call pickup
hello, is there some way to notify people in the same pickup group about call from caller to callee? i.e. i have call from 111 to 222 there are 222,333,444 in the same pickup group 333,444 see on the phone (aastra) that 111 calling to 222 and can pickup the call with *8 siemens have this on their sip openstage phones. how they do this? thanks -- --------------------------------------- Marek
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
...ct_module: Module 'res_jabber.so' will not be initialized as it may cause instability. [2013-01-10 14:20:10] WARNING[27062]: loader.c:895 load_resource: Module 'res_jabber.so' could not be loaded. == Parsing '/etc/asterisk/jabber.conf': Found == Manager registered action JabberSend == Registered application 'JabberSend' == Registered application 'JabberSendGroup' == Registered application 'JabberStatus' == Registered application 'JabberJoin' == Registered application 'JabberLeave' == Registered custom function 'JABBER_ST...
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
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,
2017 May 30
0
Asterisk 13.16.0 Now Available
...fails to download pjproject source when using cURL (Reported by Gergely D??ms??di) * ASTERISK-23510 - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) * ASTERISK-21855 - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) * ASTERISK-25622 - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) * ASTERISK-26818 - cdr: Problem setting variables in h exten (Reported by scg...
2017 May 30
0
Asterisk 14.5.0 Now Available
...fails to download pjproject source when using cURL (Reported by Gergely D??ms??di) * ASTERISK-23510 - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) * ASTERISK-21855 - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) * ASTERISK-25622 - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) * ASTERISK-26515 - rtp_engine: Allocate RTP payloads on a per-session basis...
2012 Aug 31
1
Receiving and processing unsolicited XMPP messages with Asterisk 11
...ity 1 returned normally even though call was hungup" if I don't use a Goto/Gosub, or "Extension gotoextension, priority 0 returned normally even though call was hungup" if I do. I'm running Asterisk SVN-branch-11-r371592M on CentOS 6.3 64-bit. Asterisk is able to send using JabberSend via other processing in my dialplan. Thank you, Noah Engelberth MetaLINK Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120831/bee99fd3/attachment.htm>
2008 May 22
0
SIP configuration issues
...gggggggg at gmail.com,15) exten => 1,2,Voicemail(u1 at office) exten => 1,3,Hangup exten => 2,1,Dial(SIP/femi,15) exten => 2,2,Voicemail(u2 at office) exten => 2,3,Hangup exten => 4,1,Dial(SIP/femi,15) exten => 4,2,Voicemail(u4 at office) exten => 4,3,Hangup exten => 8,1,JabberSend(asterisk,ggggggggggg at gmail.com,Incoming call from ${CALLERID(all)}) exten => 8,2,Dial(Gtalk/asterisk/ggggggggggg at gmail.com,15) exten => 8,3,Voicemail(u1 at office) exten => 8,4,Hangup exten => 9,1,Dial(Gtalk/asterisk/hhhhhhh at gmail.com,15) [home-out] exten => *69,1,Dial(SIP/...
2017 Dec 21
0
Certified Asterisk 13.18-cert1 Now Available
...fails to download pjproject source when using cURL (Reported by Gergely D??ms??di) * ASTERISK-23510 - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) * ASTERISK-21855 - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) * ASTERISK-25622 - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) * ASTERISK-26818 - cdr: Problem setting variables in h exten (Reported by Seb...
2017 Oct 03
0
Asterisk 15.0.0 Now Available
...fails to download pjproject source when using cURL (Reported by Gergely D??ms??di) * ASTERISK-23510 - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) * ASTERISK-21855 - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) * ASTERISK-25622 - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) * ASTERISK-26515 - rtp_engine: Allocate RTP payloads on a per-session basis...
2017 Aug 02
2
Asterisk 15.0.0-beta1 Now Available
...fails to download pjproject source when using cURL (Reported by Gergely D??ms??di) * ASTERISK-23510 - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) * ASTERISK-21855 - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) * ASTERISK-25622 - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) * ASTERISK-26515 - rtp_engine: Allocate RTP payloads on a per-session basis...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...<https://issues.asterisk.org/jira/browse/ASTERISK-23510>] - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) - [ASTERISK-21855 <https://issues.asterisk.org/jira/browse/ASTERISK-21855>] - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) - [ASTERISK-25622 <https://issues.asterisk.org/jira/browse/ASTERISK-25622>] - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) - [ASTERISK-26515 <https://is...