search for: ccdest

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

Did you mean: c'est
2010 Oct 20
1
2 step dialing
...allers to use the Asterisk for outgoing calls in a 2 steps dialing mode. The context for outgoing calls is called "outgoing" (we have there an LCR and routing mechanism we want to use, depending on the destination). This is what we did, but it doesn't work: exten => _X., 13, Read(ccdest,vm-enter-num-to-call,,,2) exten => _X., 14, NoOp($ccdest) exten => _X., 15, Dial(Local/$ccdest at outgoing,50) The error we get is: chan_local.c:538 local_call: No such extension/context $ccdest at outgoingwhile calling Local channel -- Couldn't call $ccdest at outgoing We know ther...