Hi!
Today I need a feature is not available in current Asterisk versions.
I need to pass a parameter to templates, example:
Check:
outbound
exten => _X.,1,Dial(SIP/${EXTEN}@${ARG1})
peter-phone
exten => 65,1,VoiceMailMain()
Main Idea:
I need to include the [outbound] template in the [peter-phone] and pass the ARG1 to = mytrunk
*Note: Using GoSub() I’m able to pass parameters but I wanna pass parameters via templates.