Vicibox Cluster IAX2 not working - Unreachable

Support forum for the ViciBox ISO Server Install and ISO LiveCD Demo

Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba

Vicibox Cluster IAX2 not working - Unreachable

Postby snowy » Mon Feb 11, 2013 1:45 pm

Hi guys,

I have searched this forum and google but can't find a resolution to my problem, so hopefully someone here can help? thanks in advance.

I have been using Vicidial and Asterisk etc on and off for a couple of years and recently built a Vicibox Cluster to play with.

Having gone thru all the steps etc, it all works brilliantly except one thing, IAX2 trunks :-(

My setup is 4 servers, DB, Web, and 2 telephony servers, all running ViciBox.i686-4.0.3.preload.iso

Like I say everthing works fine except I cannot call from an extn on Telephony Server 1 to an extn on Telephony server 2.

My servers are called:
Vici301DB = DB Server
Vici301Web = Web Server
Vici301V01 = Telephony server 1 hosting extns e100-e149
Vici301V02 = Telephony server 2 hosting extns e200-e249

If I dial from extn 100 to 200 It doesnt work.

The IAX2 trunks were setup automatically by the installer, here is the config:

iax-vicidial.conf from Vici301V01

register => Vici301V01:62VBfQFVZRqduTS@10.10.43.203:4569

[Vici301V02]
accountcode=IAXVici301V02
secret=37b3iQQOqWZGKBI
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes

iax-vicidial.conf from Vici301V02

register => Vici301V02:37b3iQQOqWZGKBI@10.10.43.202:4569

[Vici301V01]
accountcode=IAXVici301V01
secret=62VBfQFVZRqduTS
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes

On Vici301V01, if I do a "IAX2 show registry" it shows the trunk as <percieved> registered

On Vici301V02, if I do a "IAX2 show registry" it shows the trunk as <percieved> unregistered or request sent or timeout

I have had a good fiddle with the IAX2 settings (although they do get overwritten) and tried all sorts, rebooted etc etc, nothing seems to change the behaviour.

Forgot to say all servers are on an internal subnet, so not firewalls nat etc, the firewalls on the viciboxes are all off also, the mysql works happt between all the clients and the DB server.

As this config is system generated I was surprised it didn't work, I am guessing its an Asterisk thing rather than a Vici thing? Asterisk 1.4.44-vici by the way

Any ideas? quite happy to try things and feed back etc if you need more info.
snowy
 
Posts: 4
Joined: Mon Feb 11, 2013 1:29 pm

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby williamconley » Mon Feb 11, 2013 3:27 pm

Please remember to post the ACTUAL error as displayed on your CLI (and the command that generated it ...). you vaguely mentioned "it shows", but without the details ... also you mention "happt between all the clients and the DB server."

This could all be a simple misunderstanding.

For instance: You are trying to dial from 100 to 200. Is either of these a valid extension? Which servers are they on? Did you activate the cross server extension dialing in the system settings? and did you install asterisk on the DB server ... if you believe that an IAX registration on/to the DB server is related?

:)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20361
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby snowy » Tue Feb 12, 2013 4:34 am

William,

Thank you for your reply, I did try really hard to include all the relevent info in my first post.

Let me try again:

My servers are called:
Vici301DB = DB Server (Mysql, no Asterisk)
Vici301Web = Web Server (Apache, no Asterisk)
Vici301V01 = Telephony server 1 (Asterisk, no Mysql, no Apache) hosting extns 100 to 149
Vici301V02 = Telephony server 2 (Asterisk, no Mysql, no Apache) hosting extns 200 to 249

Generate Cross-Server Phone Extensions =1

Extns 100 and 201 are valid extns

I can call from 100 to 101 and back again
I can call from 200 to 201 and back again

But I have difficulty calling from 100 to 201 and 201 to 100 (I always do the same test so we compare apples with apples)

Now then, by rebooting the 2 Telephony servers in a different order, I can change the behavior:
sometimes dialling from 100 to 201 will work
reboot servers
100 to 201 wont work, but 201 to 100 will, but never bothways.

On Vici301V01 I see this:

Code: Select all
Vici301V01*CLI> iax2 show registry
Host                  dnsmgr  Username    Perceived             Refresh  State
10.10.43.203:4569     N       Vici301V01  <Unregistered>             60  Request Sent < this alternates between Request Sent and Timeout
127.0.0.1:41569       N       ASTblind    127.0.0.1:60548            60  Registered
127.0.0.1:40569       N       ASTloop     127.0.0.1:41324            60  Registered
Vici301V01*CLI> iax2 show peers
Name/Username    Host                 Mask             Port          Status
Vici301V02       10.10.43.203    (D)  255.255.255.255  4569          UNREACHABLE
ASTblind         127.0.0.1       (D)  255.255.255.255  60548         OK (3 ms)
ASTloop          127.0.0.1       (D)  255.255.255.255  41324         OK (3 ms)
3 iax2 peers [2 online, 1 offline, 0 unmonitored]
Vici301V01*CLI>


On Vici301V02 I see this:

Code: Select all
Vici301V02*CLI> iax2 show registry
Host                  dnsmgr  Username    Perceived             Refresh  State
10.10.43.202:4569     N       Vici301V02  10.10.43.203:4569          60  Registered
127.0.0.1:41569       N       ASTblind    127.0.0.1:50513            60  Registered
127.0.0.1:40569       N       ASTloop     127.0.0.1:43020            60  Registered
Vici301V02*CLI> iax2 show peers
Name/Username    Host                 Mask             Port          Status
Vici301V01       (Unspecified)   (D)  255.255.255.255  0             UNKNOWN
ASTblind         127.0.0.1       (D)  255.255.255.255  50513         OK (3 ms)
ASTloop          127.0.0.1       (D)  255.255.255.255  43020         OK (3 ms)
3 iax2 peers [2 online, 1 offline, 0 unmonitored]
Vici301V02*CLI>


With Vici301V02 showing as registered I can dial from 201 to 100 (but not back again) by rebooting the servers in a different way I can get Vici301V01 to show as "Registered" and then I can dial from 100 to 201 (but not back again).

So it would seem that the IAX2 connection only registers one way, and when it has it doesnt register the other way, so depends who get there first.

These IAX2 connections are created by the Vicibox Installer, I am guessing anyone who has installed a cluster from the same ISO will be having the same probs? has anyone got it working?

Hope this helps a bit more, thank you.
[modified by williamconley for legibility]
snowy
 
Posts: 4
Joined: Mon Feb 11, 2013 1:29 pm

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby williamconley » Tue Feb 12, 2013 2:10 pm

you'll need to check the entries in iax-vicidial.conf in both machines and see if they have the required entries for registration.

modify those entries until they work, and post what you had to change to make it happen. then we may be able to find out why it is failing.

if they both work "occasionally", you have a problem I've never bumped into before.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20361
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby snowy » Wed Feb 13, 2013 2:26 am

William,

The iax_vicidial.conf files were autocreated when I clustered the system, here they are:

From Vici301V01:
Code: Select all
; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST
register => ASTloop:37b3iQQOqWZGKBI@127.0.0.1:40569
register => ASTblind:37b3iQQOqWZGKBI@127.0.0.1:41569
register => Vici301V01:62VBfQFVZRqduTS@10.10.43.203:4569


[ASTloop]
accountcode=ASTloop
secret=37b3iQQOqWZGKBI
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes

[ASTblind]
accountcode=ASTblind
secret=37b3iQQOqWZGKBI
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes

[Vici301V02]
accountcode=IAXVici301V02
secret=37b3iQQOqWZGKBI
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes



; END OF FILE


From Vici301V02:
Code: Select all
; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST
register => ASTloop:62VBfQFVZRqduTS@127.0.0.1:40569
register => ASTblind:62VBfQFVZRqduTS@127.0.0.1:41569
register => Vici301V02:37b3iQQOqWZGKBI@10.10.43.202:4569


[ASTloop]
accountcode=ASTloop
secret=62VBfQFVZRqduTS
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes

[ASTblind]
accountcode=ASTblind
secret=62VBfQFVZRqduTS
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes

[Vici301V01]
accountcode=IAXVici301V01
secret=62VBfQFVZRqduTS
type=friend
requirecalltoken=no
context=default
auth=plaintext
host=dynamic
permit=0.0.0.0/0.0.0.0
disallow=all
allow=ulaw
qualify=yes



; END OF FILE


I have had a play and modified a few params (they get overwritten if the config file get rebuilt).

I am guessing the credentials are correct, because it will register one way, then reboot the 2 voices servers in a different order and it registers the other way, if the creds were wrong it wouldn't register at all? right?

Also, the one that doesn't register, does try to, and by doing a IAX2 show registry you can see its status toggling between "Request Sent" and "Timeout" so it looks like the other end isn't responding, therefore timing out.

Can anyone who does have a working cluster conpare these 2 config files the theirs and see if there are any differenences that I can try?

Thanks in advance.
snowy
 
Posts: 4
Joined: Mon Feb 11, 2013 1:29 pm

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby williamconley » Wed Feb 13, 2013 9:20 am

reload asterisk when they are running and see if they register. if not, you could try to debug iax2 and find out WHY they are not registering. :)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20361
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby snowy » Thu Feb 14, 2013 11:29 am

Hi,

A reboot of the server(s) will often make one of them register but not the other one :-(

For this debug test, I edited the IAX_Vicidial.conf files so:

Vici301V01 has a register string for Vici301V02 like this register => Vici301V01:62VBfQFVZRqduTS@10.10.43.203:4569
I put a ; infront of the ASTLoop and ASTBlind

On Vici301V02 I edited the IAX_Vicidial.conf files and put a ; in fron of all 3 register lines.

I did this to keep the debugging a small and "on topic" as I could without it being diluted with the working connections.

Then on both voice servers I did a IAX2 reload Vici301V01 starting trying to register, so I then did a "IAX2 set debug" on both servers and here are the results:

Vici301V01:
Code: Select all
[Feb 14 13:51:04] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:04]    Timestamp: 00013ms  SCall: 01773  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:04]
[Feb 14 13:51:05]   == Manager 'sendcron' logged off from 10.10.43.202
[Feb 14 13:51:05] Tx-Frame Retry[001] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:05]    Timestamp: 00013ms  SCall: 01773  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:05]
[Feb 14 13:51:06] Tx-Frame Retry[003] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:06]    Timestamp: 00005ms  SCall: 02989  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:06]    USERNAME        : Vici301V01
[Feb 14 13:51:06]    REFRESH         : 60
[Feb 14 13:51:06]
[Feb 14 13:51:24] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:24]    Timestamp: 00001ms  SCall: 03630  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:24]
[Feb 14 13:51:25] Tx-Frame Retry[001] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:25]    Timestamp: 00001ms  SCall: 03630  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:25]
[Feb 14 13:51:34] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:34]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:34]    USERNAME        : Vici301V01
[Feb 14 13:51:34]    REFRESH         : 60
[Feb 14 13:51:34]
[Feb 14 13:51:36] Tx-Frame Retry[001] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:36]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:36]    USERNAME        : Vici301V01
[Feb 14 13:51:36]    REFRESH         : 60
[Feb 14 13:51:36]
[Feb 14 13:51:44] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:44]    Timestamp: 00008ms  SCall: 06820  DCall: 00000 [127.0.0.1:55953]
[Feb 14 13:51:44]
[Feb 14 13:51:44] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:44]    Timestamp: 00008ms  SCall: 06820  DCall: 00000 [127.0.0.1:41569]
[Feb 14 13:51:44]
[Feb 14 13:51:44] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 001 Type: IAX     Subclass: PONG
[Feb 14 13:51:44]    Timestamp: 00008ms  SCall: 00001  DCall: 06820 [127.0.0.1:55953]
[Feb 14 13:51:44] Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:44]    Timestamp: 00008ms  SCall: 06820  DCall: 00001 [127.0.0.1:55953]
[Feb 14 13:51:44] Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:44]    Timestamp: 00008ms  SCall: 06820  DCall: 00001 [127.0.0.1:41569]
[Feb 14 13:51:44] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:44]    Timestamp: 00016ms  SCall: 01177  DCall: 00000 [127.0.0.1:42385]
[Feb 14 13:51:44]
[Feb 14 13:51:44] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:44]    Timestamp: 00016ms  SCall: 01177  DCall: 00000 [127.0.0.1:40569]
[Feb 14 13:51:44]
[Feb 14 13:51:44] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 001 Type: IAX     Subclass: PONG
[Feb 14 13:51:44]    Timestamp: 00016ms  SCall: 00001  DCall: 01177 [127.0.0.1:42385]
[Feb 14 13:51:44] Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:44]    Timestamp: 00016ms  SCall: 01177  DCall: 00001 [127.0.0.1:42385]
[Feb 14 13:51:44] Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:44]    Timestamp: 00016ms  SCall: 01177  DCall: 00001 [127.0.0.1:40569]
[Feb 14 13:51:44] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:44]    Timestamp: 00008ms  SCall: 06917  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:44]
[Feb 14 13:51:45] Tx-Frame Retry[001] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:45]    Timestamp: 00008ms  SCall: 06917  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:45]
[Feb 14 13:51:46] Tx-Frame Retry[002] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:46]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:46]    USERNAME        : Vici301V01
[Feb 14 13:51:46]    REFRESH         : 60
[Feb 14 13:51:46]
[Feb 14 13:51:56] Tx-Frame Retry[003] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:56]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:51:56]    USERNAME        : Vici301V01
[Feb 14 13:51:56]    REFRESH         : 60
[Feb 14 13:51:56]
[Feb 14 13:52:24] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:24]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:52:24]    USERNAME        : Vici301V01
[Feb 14 13:52:24]    REFRESH         : 60
[Feb 14 13:52:24]
[Feb 14 13:52:26] Tx-Frame Retry[001] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:26]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:52:26]    USERNAME        : Vici301V01
[Feb 14 13:52:26]    REFRESH         : 60
[Feb 14 13:52:26]
[Feb 14 13:52:36] Tx-Frame Retry[002] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:36]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:52:36]    USERNAME        : Vici301V01
[Feb 14 13:52:36]    REFRESH         : 60
[Feb 14 13:52:36]
[Feb 14 13:52:46] Tx-Frame Retry[003] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:46]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.203:4569]
[Feb 14 13:52:46]    USERNAME        : Vici301V01
[Feb 14 13:52:46]    REFRESH         : 60
[Feb 14 13:52:46]


Vici301V02:
Code: Select all
[Feb 14 13:51:07] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:07]    Timestamp: 00013ms  SCall: 01773  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:07]
[Feb 14 13:51:08] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:08]    Timestamp: 00013ms  SCall: 01773  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:08]
[Feb 14 13:51:09] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:09]    Timestamp: 00005ms  SCall: 02989  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:09]    USERNAME        : Vici301V01
[Feb 14 13:51:09]    REFRESH         : 60
[Feb 14 13:51:09]
[Feb 14 13:51:27] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:27]    Timestamp: 00001ms  SCall: 03630  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:27]
[Feb 14 13:51:28] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:28]    Timestamp: 00001ms  SCall: 03630  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:28]
[Feb 14 13:51:36] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:36]    Timestamp: 00005ms  SCall: 00540  DCall: 00000 [127.0.0.1:35019]
[Feb 14 13:51:36]
[Feb 14 13:51:36] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:36]    Timestamp: 00006ms  SCall: 08894  DCall: 00000 [127.0.0.1:57853]
[Feb 14 13:51:36]
[Feb 14 13:51:36] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:36]    Timestamp: 00005ms  SCall: 00540  DCall: 00000 [127.0.0.1:41569]
[Feb 14 13:51:36]
[Feb 14 13:51:36] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:36]    Timestamp: 00006ms  SCall: 08894  DCall: 00000 [127.0.0.1:40569]
[Feb 14 13:51:36]
[Feb 14 13:51:36] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 001 Type: IAX     Subclass: PONG
[Feb 14 13:51:36]    Timestamp: 00005ms  SCall: 00001  DCall: 00540 [127.0.0.1:35019]
[Feb 14 13:51:36] Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:36]    Timestamp: 00005ms  SCall: 00540  DCall: 00001 [127.0.0.1:35019]
[Feb 14 13:51:36] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 001 Type: IAX     Subclass: PONG
[Feb 14 13:51:36]    Timestamp: 00006ms  SCall: 00001  DCall: 08894 [127.0.0.1:57853]
[Feb 14 13:51:36] Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:36]    Timestamp: 00006ms  SCall: 08894  DCall: 00001 [127.0.0.1:57853]
[Feb 14 13:51:36] Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:36]    Timestamp: 00005ms  SCall: 00540  DCall: 00001 [127.0.0.1:41569]
[Feb 14 13:51:36] Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
[Feb 14 13:51:36]    Timestamp: 00006ms  SCall: 08894  DCall: 00001 [127.0.0.1:40569]
[Feb 14 13:51:37] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:37]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:37]    USERNAME        : Vici301V01
[Feb 14 13:51:37]    REFRESH         : 60
[Feb 14 13:51:37]
[Feb 14 13:51:39] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:39]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:39]    USERNAME        : Vici301V01
[Feb 14 13:51:39]    REFRESH         : 60
[Feb 14 13:51:39]
[Feb 14 13:51:47] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:47]    Timestamp: 00008ms  SCall: 06917  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:47]
[Feb 14 13:51:48] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: POKE
[Feb 14 13:51:48]    Timestamp: 00008ms  SCall: 06917  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:48]
[Feb 14 13:51:49] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:49]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:49]    USERNAME        : Vici301V01
[Feb 14 13:51:49]    REFRESH         : 60
[Feb 14 13:51:49]
[Feb 14 13:51:59] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:51:59]    Timestamp: 00008ms  SCall: 05752  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:51:59]    USERNAME        : Vici301V01
[Feb 14 13:51:59]    REFRESH         : 60
[Feb 14 13:51:59]
[Feb 14 13:52:27] Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:27]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:52:27]    USERNAME        : Vici301V01
[Feb 14 13:52:27]    REFRESH         : 60
[Feb 14 13:52:27]
[Feb 14 13:52:29] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:29]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:52:29]    USERNAME        : Vici301V01
[Feb 14 13:52:29]    REFRESH         : 60
[Feb 14 13:52:29]
[Feb 14 13:52:39] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:39]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:52:39]    USERNAME        : Vici301V01
[Feb 14 13:52:39]    REFRESH         : 60
[Feb 14 13:52:39]
[Feb 14 13:52:41]   == Refreshing DNS lookups.
[Feb 14 13:52:49] Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: REGREQ
[Feb 14 13:52:49]    Timestamp: 00012ms  SCall: 03418  DCall: 00000 [10.10.43.202:4569]
[Feb 14 13:52:49]    USERNAME        : Vici301V01
[Feb 14 13:52:49]    REFRESH         : 60
[Feb 14 13:52:49]



Both logs look pretty much identical to each other, and it does prove that the packets from V01 are getting into V02 as V02 shows them in the debug, but it doesn't actually register the IAX connection :-(

I was hoping to see something in here that would point me in the right direction, maybe if someone understands what these logs mean, or can suggest some extended debugging? I am open to ideas.

Thanks in advance.
snowy
 
Posts: 4
Joined: Mon Feb 11, 2013 1:29 pm

Re: Vicibox Cluster IAX2 not working - Unreachable

Postby williamconley » Thu Feb 14, 2013 11:49 am

Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20361
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to ViciBox Server Install and Demo

Who is online

Users browsing this forum: No registered users and 101 guests