Thank you both, I will start reading, and had already get something to work :)

/Hans-Henrik Andresen


Look at contexts and the include statement. Read the draft handbook linked from www.asterisk.org, support section. Or look here: http://www.voip-info.org/wiki-Asterisk+howto+dial+plan


For the dialtone: You can very well use separate context for that with a Background() announcement and something like

[dial_what_you_want_context]
exten => s,1,Background(enter-an-extension)
exten => _.,1,Dial(Local/${EXTEN})

Apart from that if you wish to dial out again look at/ search for DISA.
http://www.voip-info.org/wiki-Asterisk+cmd+DISA


_________________________________________________________________
Working moms: Find helpful tips here on managing kids, home, work � and yourself. http://special.msn.com/msnbc/workingmom.armx


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to