Displaying 20 results from an estimated 400 matches similar to: "GSM-Card for Asterisk / recommendation needed"
2006 Jun 09
3
VGSM Trouble: Kind people, help me please...
Dear Forum Members,
I just purchased two VoiSmart GSM cards. Tried to install one of them on
my Fedora Core 5 system, The compilation was not smooth, as expected,
but after a small fix, it went through.
Then I put two SIM cards in the card's slots.
Then I loaded the modules.
Then I started the Asterisk.
After all I configured the vgsm.conf file according to my settings, that
is just changed
2010 Nov 11
3
Limit Call Duration with L-option of Dial : announcement
Hello,
Limiting the call duration with the L-option of the Dial()-command is
working fine, however the announcement is not played.
Dialplan :
exten => _367,n,Set(LIMIT_PLAYAUDIO_CALLER=yes)
exten => _367,n,Dial(SIP/test6,,L(11000,5000,5000))
The call lasts for 11 seconds, but 5 minutes before time runs out an
announcement should come. I hear no announcement, not on caller-side nor
on
2011 Jun 08
1
PRI hangup request, cause 18
We have 2 PRI from AT&T
And all is well but only few numbers having following issue. We are getting hangup cause 18 do you guys have any idea ? We have just migrate 1.2 to 1.8 and this issue raised
[Jun 7 17:57:10] VERBOSE[23717] sig_pri.c: -- Span 2: Channel 0/3 got hangup request, cause 18
[Jun 7 17:57:10] DEBUG[24856] sig_pri.c: Not yet hungup... Calling hangup once with icause,
2007 Feb 13
3
Sending SMS from Asterisk
Hi:
Say I want to build an IVR application which sends an SMS message to a
mobile telephone when the caller responds to a prompt in certain way.
I think I can manage the part about generating the message and building
something to actually send it. The part I'm foggy about is: how would I
actually get the SMS message to the carrier? Discussions with the
carrier have led absolutely nowhere
2011 Apr 04
1
Asterisk crashes on high IO load
Hi!
I'm writing to this list because I've got a very confusing issue with
our Asterisk 1.8.3.2 installation.
On high IO load on the hard drives Asterisk becomes instable and crashes
after a few minutes.
I tried to reproduce this by running bonnie++ on the hardware while
making calls.
The calls didn't get disturbed (no noises or crackles) but after about
five minutes Asterisk suddenly
2014 Nov 26
5
Strange Issue: asterisk deleted
Hi,
I looked for asterisk in /usr/sbin using the commands ls and find and whereis and it was not there.
I know that the process is killed because when I start asterisk using the command asterisk -vvvvc it starts and then it exits and the word killed is wrote on the console.
Ever time I copy a new executable to /usr/sbin either using cp command or make install it gets deleted too.
Now I used
2011 Mar 03
2
Converting MP3 files to wav for Asterisk
Hi,
I am running a service where I play full songs but MP3 files kept on
crashing my server. I resorted to wav but the quality is really poor
after converting..or even sometimes not audible at all! Do you guys
know of a better way I can convert mp3 to wav and restore quality?
Below is the script I am using, I also tried the steps at
2010 Dec 15
5
Which version to use: 1.4 or 1.6 or 1.8
Hi All;
I need to know which version of asterisk to use, if to be 1.4 or 1.6 or 1.8?
For example, when to decide that I have to go for 1.6 or I have to go for 1.8?
Regards
Bilal
2012 Jun 18
4
Asterisk 1.8.13.0 / problem with cdr logging (mysql, odbc)
Hi,
I am trying now for over 4 hours setting up cdr-logging via odbc into a
mysql database. But with no success. Do you have any hint for me?
cat /etc/odbc.ini
------------------
[MySQL-asterisk]
Description = MySQL ODBC Driver
Driver = MySQL
Socket = /var/run/mysqld/mysqld.sock
Server = localhost
User = xxx
Password = xxx
Database = asterisk
Option = 3
Port =
and
/etc/odbcinst.ini
2013 Feb 18
3
Dialplan / check / tool
Hi,
I am wondering, if there is any tool available, which performs a check
for suspicious entries in the dialplan. For example a non existing
AGI-Script or a double assigned extension ike that:
[context]
exten => *100*,1,AGI(test_app.pl)
...
exten => 190,1,Answer()
...
exten => *100*,1,AGI(never_reached.pl)
...
A "normal dialplan reload command" would echo no warning or
2013 Sep 03
1
Sip-Client / type=peer / Why can this client place calls?
Hi,
I am using Asterisk 11.5.1. As far as I understood, the following
configuration allows a sip client only to receive calls (type=peer) but
not to place calls
(http://www.voip-info.org/wiki/view/Asterisk+sip+type). Why can I place
calls though with this config?
sip.conf
...
[thorsten]
type=peer
host=dynamic
context=my_context
nat=force_rport,comedia
secret=...
dtmfmode=rfc2833
disallow=all
2014 Sep 18
1
Voice-Recognition / ASR / with barge in
Hi there,
I am using Asterisk 11.9 (with Sangoma-E1-Card/DAHDI) and it works fine
:-) But I am wondering if there is a solution/application which will
enable me to implement voice recognition while playing a voice file
(barge in). So that the caller hears a voice file and can interrupt it
with his voice.
Currently (on our platform) the caller has to wait for the end of the
voicefie. Then we play
2011 Nov 21
2
Continue AGI after Dial() following caller hang up?
Hello,
We would like to continue a Perl AGI after a Dial() it has done completes
following caller hangup. We would like to do this in the same AGI, and not
using a new AGI from the 'h' extension. It works fine when the called party
hangs up and the 'g' option is used, but not for caller hangup.
Is this possible?
If not a confirmation that this is the case would be very helpful.
2011 Mar 03
2
Sangoma PCI vs PCI Express card
Hey Guy,
I have quick question. I am purchasing Sangoma A102D card but i am confused between PCI and PCI Express. Which card would be good for me.
Definitely PCI Express is advance but i just want to know is there any major difference, like quality, performance etc..
-Satish
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 12
1
Asterisk 1.6.20 / CDR issue with app-dial / bug or feature?
Hi,
it's me again with a cdr-issue. I have the following example
extensions.conf:
# dial in
exten => 100,1,Playback(hello)
exten => 100,n,Dial(local/200,20,rtg)
exten => 100,n,Playback(pleasewait)
exten => 100,n,wait(10)
exten => 100,n,Playback(goodbye)
exten => 100,n,Hangup
# for local dial
exten => 200,1,Playback(hello)
exten => 200,n,wait(10)
exten =>
2013 Sep 03
1
Asterisk 11.5.1 / TLS and Media Encryption / Blink as Client / no audio
Hi,
I use Asterisk 11.5.1 and it works fine. :)
Now I want to use TLS and media encryption. I followed this guide:
https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial
When I place a call via Blink-Client (0.5.0) I get connected and Blink
shows 2 locks. The blue lock shows "Signaling is encrypted using TLS"
and the orange lock shows "Media is encrypted using
2011 Dec 08
1
libpri / ISDN feature ECT (explicit call transfer)
Hi,
since version 1.4.12 the libpri package supports ETSI Explicit Call
Transfer feature:
http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.12
Does anyone know, how to use this feature in the dialplan? I can not
find any hints in the asterisk doc.
Best regards,
-Thorsten-
2014 Nov 27
2
Strange Issue: asterisk deleted
Hi
Thank you for your support.
The server is actually compromised, I discovered that after making a deep trace using the audit daemon and looking for the kill signal (SIGKILL) that terminates asterisk.
I discovered that there is an executable with a random name in the /boot folder that is killing and deleting asterisk !!!
This executable is launched by a service in /etc/rc.d/ with the same
2014 Nov 26
3
Strange Issue: asterisk deleted
Hi,
I am struggling with ?a very strange issue I have been facing for the past week;I have a fresh install of CENTOS 5.11 and I have installed asterisk 1.8.32 form sources.The asterisk installation went fine but as soon as I start asterisk executable it loads everything and then after the "Ready" line the process gets killed and when I try to run it again i get: /usr/sbin/asterisk :
2013 Jun 19
2
Problem: xend.log says "VM restarting too fast. Refusing to restart to avoid loops"
Hi all,
one of my servers crashed last sunday just right after a startup and I need
to understand what was going on.
I am running Windows 2008 R2 Standard Edition on Oracle VM 3.1 - Xen
4.1.2-OVM
On sunday a scheduled task shutted down cleanly the vm.
the shutdown started at Sun Jun 16 10:00:33 and it ended at 2013-06-16
10:00:46.938.
xend.log says:
[2013-06-16 10:00:45 7228] INFO