Re: [asterisk-users] Dial SIP channel with no registration, timeout before CONGESTION?

2010-07-01 Thread Philipp von Klitzing
> When I dial a peer with no registration, SIP channel currently waits > many seconds before returning ${DIALSTATUS} "CONGESTION" - how can I > shorten this timeout? Look at qualify=yes for that peer. Use ChanIsAvail() before you dial. Use SIPPEER(peername|status) to check registration status. Use

[asterisk-users] Dial SIP channel with no registration, timeout before CONGESTION?

2010-07-01 Thread Jack Bates
What determines how long SIP channel waits, when you dial a peer with no registration, before returning ${DIALSTATUS} "CONGESTION"? When I dial a peer with no registration, SIP channel currently waits many seconds before returning ${DIALSTATUS} "CONGESTION" - how can I shorten this timeout? -- _