Questions tagged [asterisk]

Asterisk is software that enables a server to act as an IP PBX system, VoIP gateway, conference server, and more.

see

http://www.asterisk.org/

and

http://en.wikipedia.org/wiki/Asterisk_(PBX)

593 questions
0
votes
1 answer

Call duration limit & least cost routing

We have Elastix version 2.4 setup and we have some little questions which if you could please answer to solve via web based panel of Elastix, as agents are making calls via Elastix there are little issues we are having, like: Agents make very long…
Fari
  • 1
  • 1
  • 1
0
votes
0 answers

Asterisk 11.* TLS Configuration

I have installed asterisk 11.12.0 on CentOS (64-bit). When enabling the TLS support i get the following error WARNING[7620]: tcptls.c:673 handle_tcptls_connection: FILE * open failed! i tried disabling the TLS option on the server but still get this…
john
  • 133
  • 1
  • 3
  • 10
0
votes
2 answers

Is it possible to have the "do not disturb" function in Asterisk time out?

As I saw some Asterisk love on here when I did a quick search, thought I'd ask if anyone knows of a way to have the "do not disturb" function on an asterisk phone time out after say 5 minutes. In our call centre, we get phones put on do not disturb,…
Peter Nunn
  • 452
  • 1
  • 11
  • 25
0
votes
0 answers

Using IAX2 to call from one Asterisk server to another

I have two asterisk servers serverA and serverB . I am trying to place a call from serverA to use serverB using IAX2. I have defined a user on serverB in iax.conf. When making the call this is what I see on serverA: Attempting call on…
Ravi
  • 101
  • 2
0
votes
1 answer

Asterisk relay between multiple subnets

I wonder what's the best way to go when you have phones on multiple networks which are not directly reachable. I have 3 networks 10.3.x.x 10.6.x.x 10.17.x.x My asterisk server resides on the 10.3.0.5 IP. The machines from the 10.6 and 10.17…
immoune
  • 11
  • 3
0
votes
1 answer

Asterisk test ISDN card

I have an AVM ISDN controller C4 plugged into an asterisk machine. It shows up in the PCI device list as: Digital Equipment Corporation StrongARM DC21285 (rev 04) How can I test this card to see its working from Asterisk, if possible without…
lingeek
  • 1
  • 1
0
votes
1 answer

route incoming asterisk sip calls - fake auth rejected

we are trying to handle incoming sip_calls on our asterisk server, but somehow we always end up getting either 403 or 603 (which should be the same?) what should happen if it works: user calls service number -> remote asterisk accepts call from pstn…
longbow
  • 111
  • 1
  • 1
0
votes
2 answers

Allow specific SIP connection FreePBX

Hey I am using FreePBX with firmware: 5.211.65-14 and service pack 1.0.0.0 On this asterisk server I have everything up and running, but inbound phone calls might be rejected: WARNING[56522][C-00000ba4]: Ext. s:6 @ from-sip-external: "Rejecting…
BonifatiusK
  • 243
  • 1
  • 4
  • 12
0
votes
0 answers

Dial international number over dahdi trunk

I am trying to perform the following outgoing call: exten => _49.,1,Log(NOTICE,Dialing German number: ${EXTEN}) same => n,Set(route=DAHDI/g1/00${EXTEN}) same => n,Dial(${route}) exten => _0049.,1,Goto(${EXTEN:2},1) exten =>…
blueFast
  • 4,200
  • 13
  • 37
  • 54
0
votes
1 answer

Asterisk AGI randomly returning 4 and failing to execute PHP AGI

I've got a PHP script that I execute 2-3 times throughout a single calls life time, if it is inbound it will execute once for the queue, once for start of call and a last time for end of call. For outbound it skips the queue stage (obviously). About…
Mattisdada
  • 57
  • 1
  • 2
  • 16
0
votes
1 answer

sip unreachable after changing routes using linux router

SIP server was unreachable after changing routes. I have 2 ISP ,ISP 1 is my default and ISP 2 is my back-up. I have a dialer behind linux router linux. Linux router has 3 ethernet cards. Router network config root@intellipatient:~# ifconfig -a eth0 …
serutnev
  • 1
  • 1
0
votes
1 answer

SecAst blocking IP's that fail2ban is not

I'm using SecAst on my Asterisk server as well as fail2ban. (Setup as an option as per the SecAst installation guide). I did this to test if SecAst is working right. I planned to remove fail2ban if SecAst is working right. The list of banned IP's…
user220412
0
votes
1 answer

secast init file already exists

I'm installing SecAst on a new computer and I'm on step 2.1.7 (copying init files). I copied the first initd file, but when I copy the second one it says file already exists (and I'm overwriting the last file). This doesn't make sense.
user220412
0
votes
2 answers

SecAst: Potential documentation issue, Ubutunu 12.04.4 LTS and the command: cp -v

To Generation D: I am writing you about what might just be a documentation issue which hopefully doesn't have significant repercussions. This is something I encountered immediately at the start on the first page of the installation process (page 7,…
Elyod
  • 25
  • 4
0
votes
2 answers

Installing SecAst on AsteriskNOW with CentOS

Having some issues installing SecAst for IPS, Followed the directions up to 2.1.6 and found a way (on this forum) to install qt5-qtbase (thanks) but when I run ldd /usr/local/secast/secast the return is "not a dynamic executable". I unpacked and…
Shawn
  • 1
  • 2