[Asterisk-Users] Speed Dial / New Context
Kevin P. Fleming
kpfleming at starnetworks.us
Wed Nov 3 10:43:46 MST 2004
Asterisk wrote:
> However, I would like before * makes the call is to "pretend" that the
> speeddial number has been entered directly from the phone. This is because I
> want to push the speed dial number through the same sort of checking that
> the sip phone's context does, without duplicating the logic.
Sure, if you have retrieved the target phone number into SPEEDNUMBER,
and the context that SIP users are dialing into is sip-context, then
Goto(sip-context,${SPEEDNUMBER},1)
will result in the identical behavior as if the user had entered that
number from their phone.
More information about the asterisk-users
mailing list