| exten => | <extension></extension> tags |
| include => | Misc._Dialplan_Tools_transfer |
| Realtime | Mod xml curl to fetch the dialplan in XML |
| Answer | Misc._Dialplan_Tools_answer |
| AGI | Event Socket Outboundivrd |
| Background | Usually used for:IVRplay_and_get_digits |
| ChanSpy | Misc._Dialplan_Tools_eavesdrop |
| DB | Mod_db |
| Dial | see bridge app |
| Dial(| | L(x[:y][:z]) |
| Dial(SIP/${EXTEN}/sipuser) | bridge with data="{sip_route_uri=sipuser}user/whatever" or data="sofia/whatever%domain.com^sipuser" |
| DumpChan | Misc._Dialplan_Tools_info |
| Echo | Misc._Dialplan_Tools_echo |
| Goto | Misc._Dialplan_Tools_transfer |
| GotoIf | Conditions in dialplan (<condition field="blah" expression="foo">) |
| GotoIfTime | Conditions in dialplan with Misc._Dialplan_Tools_strftime or Time_of_Day_Routing |
| Hangup | Misc._Dialplan_Tools_hangup |
| Log | Misc._Dialplan_Tools_log |
| Macro/GoSub | Misc._Dialplan_Tools_execute_extension |
| MeetMe | mod_conference |
| Monitor | Misc._Dialplan_Tools_record_session |
| Monitor_exec | Channel_Variables#api_hangup_hook |
| MP3Player | mod_shout |
| Musiconhold | mod_local_stream |
| NoCDR | <action application="set" data="process_cdr=false"/> |
| NoOp | Usually used for logging - Misc._Dialplan_Tools_log |
| Park | Misc._Dialplan_Tools_park |
| Playback | Misc._Dialplan_Tools_playback |
| Playtones | Misc._Dialplan_Tools_gentones |
| Progress | Misc._Dialplan_Tools_pre_answer |
| Queue | mod_callcenter or mod_fifo |
| Read | Misc._Dialplan_Tools_read |
| Record | Misc._Dialplan_Tools_record |
| Set | Misc._Dialplan_Tools_set |
| SetGlobal | Misc._Dialplan_Tools_set_global |
| SIPGetHeader | Auto set as variable - ${sip_h_HEADER} where HEADER is the header name |
| SIPAddHeader | Set variable ${sip_h_HEADER} where HEADER is the header name you want to send |
| System | Misc._Dialplan_Tools_system |
| Transfer | Misc._Dialplan_Tools_redirect |
| Wait | Misc._Dialplan_Tools_sleep |
| WaitExten | Misc._Dialplan_Tools_play_and_get_digits |