[Asterisk-Users] Any way to _always_ execute certain commands
in a dialplan context?
Kris Boutilier
Kris.Boutilier at scrd.bc.ca
Fri Sep 3 20:18:20 MST 2004
Grrr.... Both occurances of:
exten => _.,5,Goto(step2${dialed},1}
should have read:
exten => _.,5,Goto(step2${target},1}
-----Original Message-----
From: Kris Boutilier [mailto:Kris.Boutilier at scrd.bc.ca]
Sent: September 3, 2004 7:46 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Any way to _always_ execute certain
commands in a dialplan context?
Hmmm... try this then:
[foo-context-companya]
exten => _.,1,DigitTimeout(2) ;2 second pause signifies end of dialing
exten => _.,2,SetVar(target=${EXTEN})
{clip}
More information about the asterisk-users
mailing list