[*] Call Routing help

Bill Reid billreid at shaw.ca
Sun Feb 26 10:53:47 CST 2006


M Bergen wrote:

> The distinctive rings work well so far (been testing it for a good 10 
> min LOL). Bit of a lapse between the outside phone ringing and asterisk 

Glad to see that works.

> [incoming]
> exten => s,1,Dial(${BERGENM},60)
> exten => s,2,Hangup()

This look ok but of course needs failure handling. I do recommend getting into 
the habit of using priority n since it will remove a big source of errors as you 
modify your dialplan.

exten => s,1,Dial(${BERGENM},60)
exten => s,n,Hangup()

n just means next priority.

> calm today I'll set it up. Surprising how much time you can loose 
> working on these projects!! but if she isn't use to me now, she never 

Oh yes. This VoIP stuff sucks up time. I think part of the problem is the test 
cycle which is much longer than normal program testing.

-- Bill


More information about the Asterisk mailing list