I want to go through the dialplan for 301 as carefully as possible:
tleilax*CLI>
tleilax*CLI> dialplan show vicidial-auto-phones
[ Context 'vicidial-auto-phones' created by 'pbx_config' ]
'102' => 1. Dial(SIP/gs102,60,) [pbx_config]
2. Goto(default,85026666666666102,1) [pbx_config]
3. Hangup() [pbx_config]
'301' => 1. Dial(SIP/thufir,60,) [pbx_config]
2. Goto(default,85026666666666301,1) [pbx_config]
3. Hangup() [pbx_config]
'h' => 1. AGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}) [pbx_config]
-= 3 extensions (7 priorities) in 1 context. =-
tleilax*CLI>
how do I get specifics about steps 1,2,3 through the Asterisk console?