Re: [asterisk-users] How to use TRUNK only if IAX fails?

2015-05-31 Thread Trey Hilyard
I would especially look at the CHANUNAVAIL dial status Since it sounds like
you are probably qualifying your IAX trunk, that status will be the
quickest way to overflow from IAX to TDM.

On Sat, May 30, 2015, 11:35 PM Ashwin Surendran 
ashwin.surend...@now-health.com wrote:

  Hi Matt,



 I was a bit concerned on the delay if there might  be any when my iax link
 is down?

 It would be two dial steps right when my iax link is down.

 But I’m more than happy to try.



 Many Thanks,

 Ashwin.

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Matt Riddell
 (lists)
 *Sent:* 30 May 2015 16:55
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] How to use TRUNK only if IAX fails?



 The command he gave you was in Asterisk. Why do you not want to call it to
 try it?



 Then you can fail over to the other trunk if the IAX link is down.

 Kind regards,



   Matt


 On May 30, 2015, at 2:03 AM, Ashwin Surendran 
 ashwin.surend...@now-health.com wrote:

  Many Thanks Carlos, I was hoping to check whether the remote server is
 available before I issue the dial in my dial plan.

 Is there a better way to do it in asterisk without using unix commands?


 Many Thanks,
 Ashwin

 On 5/30/15, 2:06 AM, Carlos Chavez cur...@telecomabmex.com wrote:


  On 5/29/15 1:16 PM, Ashwin Surendran wrote:

  Hi,

   I have multiple Asterisk servers in various parts of the world all

   connected using dedicated VPN¹s.



   Each of these servers have iax and dahdi TRUNK configured on them.



   Occasionally the VPN¹s fail.



   What I want to be able to do is on my dial plan, use IAX if the asterisk

   server can reach the remote server using the internet OR, use TRUNK only

   if it can¹t use IAX.



   Any ideas on how this can be implemented on the dial plan?





 Check the DIALSTATUS variable to see if the IAX trunk failed and

  then dial via DAHDI.



  https://wiki.asterisk.org/wiki/display/AST/Dial+Channel+Variables



  --

  Telecomunicaciones Abiertas de México S.A. de C.V.

  Carlos Chávez

  +52 (55)9116-91161





  --

  _

  -- 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


 This email (and any attachments or hyperlinks within it) may contain
 information that is confidential, legally privileged or otherwise protected
 from disclosure. If you are not the intended recipient of this email, you
 are not entitled to use, disclose, distribute, copy, print, disseminate or
 rely on this email in any way. If you have received this email in error,
 please notify the sender immediately by telephone or email and destroy it,
 and all copies of it. Thank you for your cooperation.
 --
 _
 -- 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

  This email (and any attachments or hyperlinks within it) may contain
 information that is confidential, legally privileged or otherwise protected
 from disclosure. If you are not the intended recipient of this email, you
 are not entitled to use, disclose, distribute, copy, print, disseminate or
 rely on this email in any way. If you have received this email in error,
 please notify the sender immediately by telephone or email and destroy it,
 and all copies of it. Thank you for your cooperation.
 --
 _
 -- 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] How to use TRUNK only if IAX fails?

2015-05-31 Thread Ashwin Surendran
Many Thanks Trey! That’s what I need.
-Ashwin.
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Trey Hilyard
Sent: 01 June 2015 06:28
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How to use TRUNK only if IAX fails?


I would especially look at the CHANUNAVAIL dial status Since it sounds like you 
are probably qualifying your IAX trunk, that status will be the quickest way to 
overflow from IAX to TDM.

On Sat, May 30, 2015, 11:35 PM Ashwin Surendran 
ashwin.surend...@now-health.commailto:ashwin.surend...@now-health.com wrote:
Hi Matt,

I was a bit concerned on the delay if there might  be any when my iax link is 
down?
It would be two dial steps right when my iax link is down.
But I’m more than happy to try.

Many Thanks,
Ashwin.
From: 
asterisk-users-boun...@lists.digium.commailto:asterisk-users-boun...@lists.digium.com
 
[mailto:asterisk-users-boun...@lists.digium.commailto:asterisk-users-boun...@lists.digium.com]
 On Behalf Of Matt Riddell (lists)
Sent: 30 May 2015 16:55
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How to use TRUNK only if IAX fails?

The command he gave you was in Asterisk. Why do you not want to call it to try 
it?

Then you can fail over to the other trunk if the IAX link is down.

Kind regards,

Matt

On May 30, 2015, at 2:03 AM, Ashwin Surendran 
ashwin.surend...@now-health.commailto:ashwin.surend...@now-health.com wrote:
Many Thanks Carlos, I was hoping to check whether the remote server is
available before I issue the dial in my dial plan.

Is there a better way to do it in asterisk without using unix commands?


Many Thanks,
Ashwin

On 5/30/15, 2:06 AM, Carlos Chavez 
cur...@telecomabmex.commailto:cur...@telecomabmex.com wrote:

On 5/29/15 1:16 PM, Ashwin Surendran wrote:
Hi,
I have multiple Asterisk servers in various parts of the world all
connected using dedicated VPN¹s.

Each of these servers have iax and dahdi TRUNK configured on them.

Occasionally the VPN¹s fail.

What I want to be able to do is on my dial plan, use IAX if the asterisk
server can reach the remote server using the internet OR, use TRUNK only
if it can¹t use IAX.

Any ideas on how this can be implemented on the dial plan?


   Check the DIALSTATUS variable to see if the IAX trunk failed and
then dial via DAHDI.

https://wiki.asterisk.org/wiki/display/AST/Dial+Channel+Variables

--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161


--
_
-- 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

This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print, disseminate or rely on 
this email in any way. If you have received this email in error, please notify 
the sender immediately by telephone or email and destroy it, and all copies of 
it. Thank you for your cooperation.
--
_
-- 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
This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print, disseminate or rely on 
this email in any way. If you have received this email in error, please notify 
the sender immediately by telephone or email and destroy it, and all copies of 
it. Thank you for your cooperation.
--
_
-- 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
This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print

Re: [asterisk-users] How to use TRUNK only if IAX fails?

2015-05-30 Thread Ashwin Surendran
Hi Matt,

I was a bit concerned on the delay if there might  be any when my iax link is 
down?
It would be two dial steps right when my iax link is down.
But I’m more than happy to try.

Many Thanks,
Ashwin.
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Matt Riddell 
(lists)
Sent: 30 May 2015 16:55
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How to use TRUNK only if IAX fails?

The command he gave you was in Asterisk. Why do you not want to call it to try 
it?

Then you can fail over to the other trunk if the IAX link is down.

Kind regards,


Matt

On May 30, 2015, at 2:03 AM, Ashwin Surendran 
ashwin.surend...@now-health.commailto:ashwin.surend...@now-health.com wrote:
Many Thanks Carlos, I was hoping to check whether the remote server is
available before I issue the dial in my dial plan.

Is there a better way to do it in asterisk without using unix commands?


Many Thanks,
Ashwin

On 5/30/15, 2:06 AM, Carlos Chavez 
cur...@telecomabmex.commailto:cur...@telecomabmex.com wrote:


On 5/29/15 1:16 PM, Ashwin Surendran wrote:
Hi,
I have multiple Asterisk servers in various parts of the world all
connected using dedicated VPN¹s.

Each of these servers have iax and dahdi TRUNK configured on them.

Occasionally the VPN¹s fail.

What I want to be able to do is on my dial plan, use IAX if the asterisk
server can reach the remote server using the internet OR, use TRUNK only
if it can¹t use IAX.

Any ideas on how this can be implemented on the dial plan?


   Check the DIALSTATUS variable to see if the IAX trunk failed and
then dial via DAHDI.

https://wiki.asterisk.org/wiki/display/AST/Dial+Channel+Variables

--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161


--
_
-- 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

This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print, disseminate or rely on 
this email in any way. If you have received this email in error, please notify 
the sender immediately by telephone or email and destroy it, and all copies of 
it. Thank you for your cooperation.
--
_
-- 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
This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print, disseminate or rely on 
this email in any way. If you have received this email in error, please notify 
the sender immediately by telephone or email and destroy it, and all copies of 
it. Thank you for your cooperation.
-- 
_
-- 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] How to use TRUNK only if IAX fails?

2015-05-30 Thread Ashwin Surendran
Many Thanks Carlos, I was hoping to check whether the remote server is
available before I issue the dial in my dial plan.

Is there a better way to do it in asterisk without using unix commands?


Many Thanks,
Ashwin

On 5/30/15, 2:06 AM, Carlos Chavez cur...@telecomabmex.com wrote:

On 5/29/15 1:16 PM, Ashwin Surendran wrote:
 Hi,
 I have multiple Asterisk servers in various parts of the world all
 connected using dedicated VPN¹s.

 Each of these servers have iax and dahdi TRUNK configured on them.

 Occasionally the VPN¹s fail.

 What I want to be able to do is on my dial plan, use IAX if the asterisk
 server can reach the remote server using the internet OR, use TRUNK only
 if it can¹t use IAX.

 Any ideas on how this can be implemented on the dial plan?


 Check the DIALSTATUS variable to see if the IAX trunk failed and
then dial via DAHDI.

https://wiki.asterisk.org/wiki/display/AST/Dial+Channel+Variables

--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161


--
_
-- 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

This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print, disseminate or rely on 
this email in any way. If you have received this email in error, please notify 
the sender immediately by telephone or email and destroy it, and all copies of 
it. Thank you for your cooperation.
-- 
_
-- 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] How to use TRUNK only if IAX fails?

2015-05-30 Thread Matt Riddell (lists)
The command he gave you was in Asterisk. Why do you not want to call it to try 
it?

Then you can fail over to the other trunk if the IAX link is down. 

Kind regards,

Matt

 On May 30, 2015, at 2:03 AM, Ashwin Surendran 
 ashwin.surend...@now-health.com wrote:
 
 Many Thanks Carlos, I was hoping to check whether the remote server is
 available before I issue the dial in my dial plan.
 
 Is there a better way to do it in asterisk without using unix commands?
 
 
 Many Thanks,
 Ashwin
 
 On 5/30/15, 2:06 AM, Carlos Chavez cur...@telecomabmex.com wrote:
 
 On 5/29/15 1:16 PM, Ashwin Surendran wrote:
 Hi,
 I have multiple Asterisk servers in various parts of the world all
 connected using dedicated VPN¹s.
 
 Each of these servers have iax and dahdi TRUNK configured on them.
 
 Occasionally the VPN¹s fail.
 
 What I want to be able to do is on my dial plan, use IAX if the asterisk
 server can reach the remote server using the internet OR, use TRUNK only
 if it can¹t use IAX.
 
 Any ideas on how this can be implemented on the dial plan?
Check the DIALSTATUS variable to see if the IAX trunk failed and
 then dial via DAHDI.
 
 https://wiki.asterisk.org/wiki/display/AST/Dial+Channel+Variables
 
 --
 Telecomunicaciones Abiertas de México S.A. de C.V.
 Carlos Chávez
 +52 (55)9116-91161
 
 
 --
 _
 -- 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
 
 This email (and any attachments or hyperlinks within it) may contain 
 information that is confidential, legally privileged or otherwise protected 
 from disclosure. If you are not the intended recipient of this email, you are 
 not entitled to use, disclose, distribute, copy, print, disseminate or rely 
 on this email in any way. If you have received this email in error, please 
 notify the sender immediately by telephone or email and destroy it, and all 
 copies of it. Thank you for your cooperation.
 -- 
 _
 -- 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

[asterisk-users] How to use TRUNK only if IAX fails?

2015-05-29 Thread Ashwin Surendran
Hi,

I have multiple Asterisk servers in various parts of the world all
connected using dedicated VPN¹s.

Each of these servers have iax and dahdi TRUNK configured on them.

Occasionally the VPN¹s fail.

What I want to be able to do is on my dial plan, use IAX if the asterisk
server can reach the remote server using the internet OR, use TRUNK only
if it can¹t use IAX.

Any ideas on how this can be implemented on the dial plan?

Many Thanks,
Ashwin

This email (and any attachments or hyperlinks within it) may contain 
information that is confidential, legally privileged or otherwise protected 
from disclosure. If you are not the intended recipient of this email, you are 
not entitled to use, disclose, distribute, copy, print, disseminate or rely on 
this email in any way. If you have received this email in error, please notify 
the sender immediately by telephone or email and destroy it, and all copies of 
it. Thank you for your cooperation.

-- 
_
-- 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] How to use TRUNK only if IAX fails?

2015-05-29 Thread Carlos Chavez

On 5/29/15 1:16 PM, Ashwin Surendran wrote:

Hi,

I have multiple Asterisk servers in various parts of the world all
connected using dedicated VPN¹s.

Each of these servers have iax and dahdi TRUNK configured on them.

Occasionally the VPN¹s fail.

What I want to be able to do is on my dial plan, use IAX if the asterisk
server can reach the remote server using the internet OR, use TRUNK only
if it can¹t use IAX.

Any ideas on how this can be implemented on the dial plan?


Check the DIALSTATUS variable to see if the IAX trunk failed and 
then dial via DAHDI.


https://wiki.asterisk.org/wiki/display/AST/Dial+Channel+Variables

--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161


--
_
-- 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