Index: vm1chp5-dialplans.xml =================================================================== RCS file: /cvsroot/asterisk/docs/volume-one/vm1chp5-dialplans.xml,v retrieving revision 1.8 diff -r1.8 vm1chp5-dialplans.xml 1c1,2 < --- > > 57c58 < of the dialplan seperate. As a simple example, contexts can be used to --- > of the dialplan separate. As a simple example, contexts can be used to 66,67c67,68 < Contexts are often used to create "voice menus" that give callers a list < of extensions to choose from by pressing keys on a touch-tone phone. --- > Contexts are often used to create "voice menus" (IVR) that give callers a > list of extensions to choose from by pressing keys on a touch-tone phone. 258c259 < found in /var/lib/asterisk/sounds/. --- > found in /var/lib/asterisk/sounds/. 279c280 < Our First Dialplan --- > Our first dialplan 786c787 < channel variables for use within the dialplan listed in --- > channel variables for use within the dialplan listed in 1056c1057 < exten => _1XXX,1,Dial(SIP/${EXTEN}) --- > exten => _1XXX,1,Dial(SIP/${EXTEN}) 1411d1411 <