search for: greeting_nam

Displaying 1 result from an estimated 1 matches for "greeting_nam".

Did you mean: greeting_name
2010 Jul 15
1
Asterisk Manager Problem
...n => dial,1,Dial(${DIAL_STRING}, ${DIAL_TIMEOUT}) exten => dial,n,NoOp(Dial Status = ${DIALSTATUS}) exten => dial,n,Agi(agi://localhost/Outdial.agi, ${DIAL_STRING}) exten => dial,n,Hangup() exten => answer,1,NoOp(Dial Status = ${DIALSTATUS}) exten => answer,n,Playback(${GREETING_NAME}) exten => answer,n,WaitForSilence(2000) exten => answer,n,Agi(agi://localhost/Outdial.agi) exten => answer,n,Hangup() Everything seems to work fine so long as the Dial command executes successfully. For example, if someone picks up the other end after the Dial command completes,...