* You are viewing the archive for the ‘Asterisk-Users’ Category

Error with Connecting Two Asterisk BOX with IAX

Hello,

I’m trying to conect two 1.6.2.13 Asterisk server with IAX.

This is my configuration:

Asterisk A:

iax.conf

register => coiax:pass1@69.164.207.166

[smiax]
type=friend
host=dynamic
trunk=yes
secret=pass2
context=phones
deny=0.0.0.0/0.0.0.0
permit=69.164.207.166/255.255.255.255
qualify=yes

Console:
iax2 registry
69.164.207.166:4569 N coiax 69.164.197.105:4569 60
Registered
iax2 peers
smiax 69.164.207.166 (D) 255.255.255.255 4569 (T) OK (3
ms)

Asterisk B:

register => smiax:pass2@69.164.197.105

[coiax]
type=friend
host=dynamic
trunk=yes
secret=pass1
context=phones
deny=0.0.0.0/0.0.0.0
permit=69.164.197.105/255.255.255.255
qualify=yes

Console
iax2 registry
69.164.197.105:4569 N smiax 69.164.207.166:4569 60
Registered
iax2 peers
coiax 69.164.197.105 (D) 255.255.255.255 4569 (T) OK (3
ms)

When I try to call from Asterisk A to Asterisk B I receive this error
Asterisk A
WARNING[28759]: chan_iax2.c:10287 socket_process: Call rejected by
69.164.207.166: No authority found

AsteriskB
NOTICE[26563]: chan_iax2.c:10522 socket_process: Host 69.164.197.105 failed
to authenticate as coiax

What’s wrong?

Thank you in advance.

Regards

- Bakko

Good Day! 2010.10.17.21.4.4

Dear friend,
Welcome to our website (www.ebay365.org), We’re in the wholesale and
retail of a comprehensive business website. unexpected surprises for
you. Shopping at our website more favorable, high quality products,
excellent service, the good faith management, Many of the product
category will enable you to choose our long-term cooperation.
Need more details, please contact our online

Remote Unix Connection

Hi,

Does anyone know where this is suddenly coming from?

Detect incoming fax on PSTN and route to fax machine on DADHI extension?

I’m running an AsteriskNow V1.7.1 with both a PSTN connection and fax
machine. Both are connected to a DAHDI board. I’d like to route
incoming PSTN fax calls to the extension of the fax machine and process
non-fax calls through different dialplan.logic.

What’s the best way to go about doing this? I’ve looked into Fax for
Asterisk, bit I’m not sure that I want it or NVFax detection.

Any pointers to share?

fraud advice (Also advice on using ipbanning)

When we designed our systems on asterisk we designed it to me multi-tenant.
Se we use customer prefixes on all extensions. This allows us to have
multiple customers using the same extension pools. It also reduces the hack
foot print as hackers must know the prefix for a customer to try and brute
force things. All passwords use 8+ characters with alfa/numeric and special
characters.

As I see it Asterisk does very good keeping out the hackers if you use a
solid design in your peer and dialplans. At the least put an alpha
character post or pre other wise you are just asking for it. Use your head
you can be smarter then they are.

We are looking into ipban as well. If any one has an example of ipban I
would love to see how best to implement it. In a 4 year period we have not
had a breach but we do get about 10 to 15 hack attempts a week. We have
blocking scripts that block ip’s at the primary firewall but I would like
to trigger the ipban at each switch level. Could I also use the ipban
method to trigger the audo updates to our primary firewalls? Any advice is
appreciated.

Bryant