abdulzu
1
HI All,
I have three a-to-z gateway from different terminators, I want to add in extensions some timeout condition.
for the example my timeout=2 seconds
if first gateway will not response in 2 second automatically it should dial using second gateway, respectively…
I will be appreciate if any can provide me the idea how I should add it.
zmanea
2
I think I understand you question but I need more information about your setup. What type of gateways are we talking about? SIP? IAX? TDM?
zmanea
5
Are you trying to achieve a failover? If so then you should not worry about a timeout something similiar to the following should work
_NXXXXXX,1,Dial(SIP1/…)
_NXXXXXX,2,Dial(SIP2/…)
_NXXXXXX,3,Congestion