[Home]

Summary:ASTERISK-14019: no iax trunking on 1.6.1 svn
Reporter:andrea lanza (lanzaandrea)Labels:
Date Opened:2009-04-27 09:21:26Date Closed:2009-06-19 09:09:33
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:this should be a follow up of 14082 and 13629

I have 3 different boxes, all of them with SVN 1.6.1

1 of these has an openvox isdn dual bri (SVN-branch-1.6.1-r188838M )
1 other has hfc2s dual bri (SVN-branch-1.6.1-r189280M)
the third has 1 openvox E1 pri AND digium TDM400 (SVN-branch-1.6.1-r189535M)

the first two installations were patched accordingly with
http://bugs.digium.com/view.php?id=13897, in order to support bri
via dahdi.

all of these boxes has the same problem, they say:

WARNING[10968] chan_iax2.c: Unable to support trunking on peer
'xxxscrambledxxxx' without a timing interface

Another box, which is on a vitual machine on a vmware server 2.0,
is without any card and has asterisk 1.4.24.

If I modprobe dahdi_dummy on it, it succesfully create iax2 trunks (T) with other boxes.

If you want me to make any test, you are welcome.


****** ADDITIONAL INFORMATION ******

reported higher svn number used
Comments:By: Joshua C. Colp (jcolp) 2009-04-27 15:27:02

Please attach *complete* console output and the output of the "timing test" CLI command.

By: andrea lanza (lanzaandrea) 2009-04-28 01:13:05

timing test on third box (pri + tdm400) :
asterisk01*CLI> timing test
Attempting to test a timer with 50 ticks per second.
Using the 'DAHDI' timing module for this test.
It has been 1019 milliseconds, and we got 51 timer ticks

about complete...

I issued:
core set verbose 9
core set debug 9
iax2 reload

and into the /var/log/asterisk/full I cannot read more than what I reported:

[Apr 28 08:02:38] WARNING[21419] chan_iax2.c: Unable to support trunking on user 'xxxxxxxxxx' without a timing interface
[Apr 28 08:02:38] VERBOSE[21419] dnsmgr.c:        > doing dnsmgr_lookup for 'xxxxxxxxxx.xxxxxxxxx.it'
[Apr 28 08:02:38] WARNING[21419] chan_iax2.c: Unable to support trunking on peer 'xxxxxxxxxx' without a timing interface
[Apr 28 08:02:38] WARNING[21419] chan_iax2.c: Unable to support trunking on user 'yyyyyyy' without a timing interface
[Apr 28 08:02:38] VERBOSE[21419] dnsmgr.c:        > doing dnsmgr_lookup for 'yyyyyyyyyyyy.yyy.it'
[Apr 28 08:02:38] WARNING[21419] chan_iax2.c: Unable to support trunking on peer 'yyyyyyy' without a timing interface
[Apr 28 08:02:38] WARNING[21419] chan_iax2.c: Unable to support trunking on user 'zzzzzzzzzzzz' without a timing interface

and so on...
the same on the second box (having a dual isdn bri HFC card)

sterisk01-old*CLI> timing test
Attempting to test a timer with 50 ticks per second.
Using the 'DAHDI' timing module for this test.
It has been 1019 milliseconds, and we got 51 timer ticks

If we focalize on this 2 boxes, they are on the same private net
192.168.1.0/24

on asterisk01 iax.conf I have:
...
[asterisk01-old]
type=friend
qualify=yes
host=192.168.1.10
;host=dynamic
context=from-internal
notransfer=yes
trunk=yes

asterisk01-old   192.168.1.10    (S)  255.255.255.255  4569      (E) OK (22 ms)


meanwhile: what does it mean that (E) ? on older asterisk (with zaptel)
I can read (on example)
asterisk01       xx.xx.xxx.xx    (S)  255.255.255.255  4569 (T)      OK (7 ms)
asteriskcl02     xx.xx.xxx.xxx   (S)  255.255.255.255  4569 (T)      OK (32 ms)
asteriskmi03     xx.xx.xx.xx     (D)  255.255.255.255  63937(T)      OK (10 ms)
asteriskmi02     xx.xx.x.xxx     (D)  255.255.255.255  42998(T)      OK (2 ms)

By: Leif Madsen (lmadsen) 2009-06-10 12:50:42

Changed back to status of 'New' as reporter has provided requested information. Thanks!

By: David Vossel (dvossel) 2009-06-18 12:58:34

update your 1.6.1 branch r199745 or above.  The problem had to do with the order in which the timing interface was loaded.  If you don't want to update, add the timer module to the preload list in module.conf.

If this does not fix your problem, please reopen the issue.

By: andrea lanza (lanzaandrea) 2009-06-19 01:29:10

I tested with Asterisk SVN-branch-1.6.1-r201827M,
Trunking is again available, so I can confirm issue is solved

By: andrea lanza (lanzaandrea) 2009-06-19 01:30:13

Please close again (as fixed-resolution) this issue