Displaying 20 results from an estimated 4000 matches similar to: "Recommended Windows client to display CID?"
2011 Sep 06
2
trying to build 1.8.6.0 on CentOS 6, problems with ptlib
I'm having annoying errors trying to get configure working.
tar xvzf /usr/local/src/asterisk-1.8.6.0.tar.gz
cd asterisk-1.8.6.0
./configure
I get complaints related to pwlib / ptlib...
checking for openr2_chan_new in -lopenr2... no
checking /root/pwlib/include/ptlib.h usability... no
checking /root/pwlib/include/ptlib.h presence... no
checking for /root/pwlib/include/ptlib.h... no
checking
2012 Sep 26
5
PLAYIN MUSIC WHILE SEARCHING MYSQL
Dear All,
I want to play music in my AGI while i am searching for a field in DB.
Actually during some processes in AGI i need to play music .
Thanks in advanced.
Regards,
Mehdi
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
Hello
When a call comes in, I'd like to fork a Python script that
broadcasts a message so that users see the CID name + number pop up on
their computer screen, and simultaneously ring their phones.
The following script doesn't work as planned: It waits until the
script ends before moving on to the next step, which is Dial():
===========
exten =>
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
2013 Feb 11
1
how to join calls - not barge?
I'd like to have an extension "join" a call. That is, C can join A and
B, just as if it were an analog extension phone.
ChanSpy works, sort of. The problem is that once A or B hangs up, the
channel is gone. With an analog extension, C would remain connected with
B if A hung up.
Can I throw A and B into a confbridge and then add C? Create a new
channel that grabs the A
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]
2014 Oct 01
1
JABBER_STATUS CODE 7
Hi all,I hope to find a solution with the help of the list, I'm trying
to get the status of my extensions with ejabberd , the idea is to
visualize my users ejabberd incoming calls or missed.
I'm testing with my operator extension with this code but only get the
missed call notification does not show me where the call is coming.
my piece of code
[operadora]
exten =>
2010 Nov 16
3
Recommended *WRT router to run Asterisk?
Hello
For users who 1) don't have a QoS-capable ADSL router and 2) would
like to run Asterisk with a couple of SIP trunks, I was wondering what
hardware is recommend to run any of the main open-source *WRT projects
to which Asterisk has been ported:
(http://en.wikipedia.org/wiki/List_of_wireless_router_firmware_projects
Thank you.
2014 Mar 24
1
asteriskdocs.org says 3rd ed. is latest
I made myself look a little silly recently in a talk regarding asteriskdocs.org. I didn?t realize the 4th ed. of the Definitive Guide was apparently actually out (http://shop.oreilly.com/product/0636920025894.do), because I went by asteriskdocs.org?s claim that it was being worked on in OFPS (now retired, apparently.)
Is the 4th ed. available to read online like the 3rd ed. was? Is someone on
2008 Jun 11
1
Asterisk and XMPP (Jabber) : testing new application JabberReceive
Friends,
a new dialplan application is now available for testing :
http://svn.digium.com/view/asterisk/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
2010 Dec 06
1
[3102] How to rewrite CID name + number?
Hello
I use the Linksys 3102 to connect Asterisk to a POTS line, and XLite
on XP as an SIP client:
http://img694.imageshack.us/img694/1421/3102asteriskxlitecid.png
The problem is that by default, Asterisk doesn't rewrite the CID name
+ number in incoming calls, so that XLite displays whatever name I
used in the 3102 and the extension the 3102 uses to register with
Asterisk.
How can I tell
2010 Oct 18
8
Asterisk to switch on electric heaters remotely?
Hello
I'm sure someone has already tried this: I use a couple of electric
heaters to heat my office.
I'd like to somehow connect them to Asterisk so that I could switch
them on remotely by either calling the IVR or sending an e-mail to the
Asterisk host, so that the room is warm when I get to the office :-)
Any information appreciated.
Thank you.
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 Jan 23
1
Info on using LDAP with Asterisk?
There does not seem to be very much info out there about using LDAP to
create asterisk configurations. Does anyone have some information
that they would suggest I start with?
Thanks.
2011 Jul 18
5
[1.4] Minimal installation?
Hello,
I'd like to run Asterisk on an embedded device, where space is scarce.
It should be able to handle calls from a VoIP provider in SIP, calls
from the PSTN through Dahdi, and voicemail.
If someone's already done this, I'd like to know which
directories/files are required for a basic install?
Does this look right?
=================
/bin/asterisk
/etc/asterisk/
asterisk.conf
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/
2011 Mar 15
4
[1.4] Asterisk doesn't hang up?
Hello
I'm trying to use ChanIsAvail() to check when the landline is back
to idle after a call, but for some reason, Asterisk doesn't detect
that the callee has hung up after listening to MoH for a few seconds:
========== extensions.conf
;Play MoH for a few seconds, hang up, and
;check ChanIsAvail() able to detect when line idle again
exten => 8888,1,Answer()
exten =>
2008 May 14
6
PWGL in wine, problems
Hello,
I'm new on this list. First of all, thank you to all the developers of this
great project!
At the moment there is only an application that keeps me on both macos and
windows, its name is PWGL a free environment for computer assisted
composition in openGL. (http://www2.siba.fi/PWGL/)
I'm running Ubuntu 8.04 and wine 0.9.59.
I have to say that I also installed vcrun2005 and
2011 Aug 03
5
Impulse fails to start
So I tried to run Impulse on my Ubuntu 11.04 laptop and it installed fine (or at least seemed to). When I tried to run it I got the working cursor for a bit then nothing. I ran it in terminal and got a error message about running the Windows version of Mono so I went online and did a search for the error message and found a file called mono-2.4.2.3-gtksharp-2.12.9-win32-3.exe and ran it. The error
2010 Nov 15
4
Best way to connect to a MySQL Database
Is this command the best way to access a MySQL database -
MYSQL(Connect connid dhhost dbuser dbpass dbname) ?
I thought I heard that using ODBC was a bit more stable.
Anyone have any experience?
Thanks,
Matt