[asterisk-users] IAX2 calls getting rejected without a CAUSE CODE. How to debug this?

2010-09-02 Thread bruce bruce
Hi Everyone,

I have two servers as the following that are trunked with each other via
IAX2 trunk:

Server A:
Asterisk 1.4.21.2 (Elastix Flavor)


Server B (IP # 72.72.72.72):
Asterisk 1.6.2.0 (Vanilla)

Server B can place calls to Server A but when trying to place calls from
Server A to Server B this is what I am getting:


pbx*CLI originate iax2/mel/14161234567 extension s...@null

Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW

   Timestamp: 3ms  SCall: 16389  DCall: 0 [72.72.72.72:4569]
   VERSION : 2
   CALLED NUMBER   : 14161234567
   CODEC_PREFS : (gsm)
   CALLING NUMBER  :
   CALLING PRESNTN : 0
   CALLING TYPEOFN : 0
   CALLING TRANSIT : 0
   CALLING NAME:
   LANGUAGE: en
   USERNAME: mel
   FORMAT  : 2
   CAPABILITY  : 57346
   ADSICPE : 2
   DATE TIME   : 2010-09-02  02:14:50

Rx-Frame Retry[Yes] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass:
REJECT
   Timestamp: 3ms  SCall: 1  DCall: 16389 [72.72.72.72:4569]
Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: ACK

   Timestamp: 3ms  SCall: 16389  DCall: 1 [72.72.72.72:4569]
-- Hungup 'IAX2/mel-16389'



As you can see above, Subclass: REJECT comes back wtih no cause code.
Usually there is a cause code to debug but in this case there is no Cause
code. Trunks on both sides in the context=from-internal so it's not an
Inbound Route issue.

Any pointers are much appreciated.

-Bruce
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX2 calls getting rejected without a CAUSE CODE. How to debug this?

2010-09-02 Thread Tzafrir Cohen
On Thu, Sep 02, 2010 at 02:21:11AM -0400, bruce bruce wrote:
 Hi Everyone,
 
 I have two servers as the following that are trunked with each other via
 IAX2 trunk:
 
 Server A:
 Asterisk 1.4.21.2 (Elastix Flavor)

Any chance you could upgrade that? Elastix has newer versions of
Asterisk, for starters.

 
 
 Server B (IP # 72.72.72.72):
 Asterisk 1.6.2.0 (Vanilla)

Is it configured to talk to old IAX2 peers?

http://downloads.asterisk.org/pub/security/IAX2-security.html
http://downloads.asterisk.org/pub/security/AST-2009-006.html

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX2 calls getting rejected without a CAUSE CODE. How to debug this?

2010-09-02 Thread bruce bruce
I'd rather find the problem than upgrade blindly. Upgrading not always
solves the problem and has the potential to break other things. Thanks for
the offer though.

Bug # 16753 applies.

call token not required was set in the trunk and problem solved.

There is not warning for this in iax2 debug but there is in core set debug.
That's a petty.

-Bruce

On Thu, Sep 2, 2010 at 3:19 AM, Tzafrir Cohen tzafrir.co...@xorcom.comwrote:

 On Thu, Sep 02, 2010 at 02:21:11AM -0400, bruce bruce wrote:
  Hi Everyone,
 
  I have two servers as the following that are trunked with each other via
  IAX2 trunk:
 
  Server A:
  Asterisk 1.4.21.2 (Elastix Flavor)

 Any chance you could upgrade that? Elastix has newer versions of
 Asterisk, for starters.

 
 
  Server B (IP # 72.72.72.72):
  Asterisk 1.6.2.0 (Vanilla)

 Is it configured to talk to old IAX2 peers?

 http://downloads.asterisk.org/pub/security/IAX2-security.html
 http://downloads.asterisk.org/pub/security/AST-2009-006.html

 --
   Tzafrir Cohen
 icq#16849755  
 jabber:tzafrir.co...@xorcom.comjabber%3atzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX2 calls getting rejected without a CAUSE CODE. How to debug this?

2010-09-02 Thread bruce bruce
Maybe dvossel can re-open issue # 16753 and fix the warning to show on iax2
debug as well along with core set debug like all other warnings. That way
it's straight forward. That ticket shouldn't have been closed without a fix.

On Thu, Sep 2, 2010 at 4:11 AM, bruce bruce bruceb...@gmail.com wrote:

 I'd rather find the problem than upgrade blindly. Upgrading not always
 solves the problem and has the potential to break other things. Thanks for
 the offer though.

 Bug # 16753 applies.

 call token not required was set in the trunk and problem solved.

 There is not warning for this in iax2 debug but there is in core set debug.
 That's a petty.

  -Bruce


 On Thu, Sep 2, 2010 at 3:19 AM, Tzafrir Cohen tzafrir.co...@xorcom.comwrote:

 On Thu, Sep 02, 2010 at 02:21:11AM -0400, bruce bruce wrote:
  Hi Everyone,
 
  I have two servers as the following that are trunked with each other via
  IAX2 trunk:
 
  Server A:
  Asterisk 1.4.21.2 (Elastix Flavor)

 Any chance you could upgrade that? Elastix has newer versions of
 Asterisk, for starters.

 
 
  Server B (IP # 72.72.72.72):
  Asterisk 1.6.2.0 (Vanilla)

 Is it configured to talk to old IAX2 peers?

 http://downloads.asterisk.org/pub/security/IAX2-security.html
 http://downloads.asterisk.org/pub/security/AST-2009-006.html

 --
   Tzafrir Cohen
 icq#16849755  
 jabber:tzafrir.co...@xorcom.comjabber%3atzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users