Re: [Asterisk-Users] Busy number signalling

2005-08-26 Thread Eric Bishop
Andres,

Thanks for the suggestion. I did try it but it is not moving to the
next priority after the Dial command. I also do know for a fact that
it is not actually being answered. On the console I just get:

-- Called g1/123456789


On 8/26/05, Andres [EMAIL PROTECTED] wrote:
 Eric Bishop wrote:
 
 Hi all,
 
 Our Asterisk box sends calls outbound via either SIP (through our VoIP
 provider) or an E1 PRI (directly connected via a TE410P). When we dial
 a number that is engaged via our VoIP provider we get the following on
 the Asterisk console (numbers and IP addresses changed to protect the
 innocent):
 
-- Called [EMAIL PROTECTED]
 -- Got SIP response 486 Busy here back from 123.123.123.123
 -- SIP/sip-outbound-af71 is busy
   == Everyone is busy/congested at this time
 
 This is what we want as it then send the call to priority n+101 and we
 can handle it any way we want from there. However if the outbound call
 is made via the PRI to an enaged number it simply plays an enaged
 signal to the caller and never progresses to priority n+101.
 
 Anyone have any suggestions?
 
 
 You can try checking for the DIALSTATUS variable.  ON our PRIs we do
 something like:
 exten = _1XX,1,Dial(Zap/r1/${EXTEN:1})
 exten = _1XX,2,GotoIf($[${DIALSTATUS} = NOANSWER]?8)
 exten = _1XX,3,GotoIf($[${DIALSTATUS} = BUSY]?8:4)
 exten = _1XX,4,Congestion
 exten = _1XX,8,Busy(1)
 
 But if your call is really getting answered then this won't work.
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
 
 ___
 --Bandwidth and Colocation sponsored by Easynews.com --
 
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Busy number signalling

2005-08-25 Thread Andres

Eric Bishop wrote:


Hi all,

Our Asterisk box sends calls outbound via either SIP (through our VoIP
provider) or an E1 PRI (directly connected via a TE410P). When we dial
a number that is engaged via our VoIP provider we get the following on
the Asterisk console (numbers and IP addresses changed to protect the
innocent):

  -- Called [EMAIL PROTECTED]
   -- Got SIP response 486 Busy here back from 123.123.123.123
   -- SIP/sip-outbound-af71 is busy
 == Everyone is busy/congested at this time

This is what we want as it then send the call to priority n+101 and we
can handle it any way we want from there. However if the outbound call
is made via the PRI to an enaged number it simply plays an enaged
signal to the caller and never progresses to priority n+101.

Anyone have any suggestions?
 

You can try checking for the DIALSTATUS variable.  ON our PRIs we do 
something like:

exten = _1XX,1,Dial(Zap/r1/${EXTEN:1})
exten = _1XX,2,GotoIf($[${DIALSTATUS} = NOANSWER]?8)
exten = _1XX,3,GotoIf($[${DIALSTATUS} = BUSY]?8:4)
exten = _1XX,4,Congestion
exten = _1XX,8,Busy(1)

But if your call is really getting answered then this won't work.


___
--Bandwidth and Colocation sponsored by Easynews.com --

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


 




___
--Bandwidth and Colocation sponsored by Easynews.com --

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


[Asterisk-Users] Busy number signalling

2005-08-24 Thread Eric Bishop
Hi all,

Our Asterisk box sends calls outbound via either SIP (through our VoIP
provider) or an E1 PRI (directly connected via a TE410P). When we dial
a number that is engaged via our VoIP provider we get the following on
the Asterisk console (numbers and IP addresses changed to protect the
innocent):

   -- Called [EMAIL PROTECTED]
-- Got SIP response 486 Busy here back from 123.123.123.123
-- SIP/sip-outbound-af71 is busy
  == Everyone is busy/congested at this time

This is what we want as it then send the call to priority n+101 and we
can handle it any way we want from there. However if the outbound call
is made via the PRI to an enaged number it simply plays an enaged
signal to the caller and never progresses to priority n+101.

Anyone have any suggestions?
___
--Bandwidth and Colocation sponsored by Easynews.com --

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