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.
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
