I want to create an extension say "8000" that prompts the user to enter a number and then dial that entered number according to a set of rules. The rules for dialing out are in different context (dial- out-rules).

[mymenu]

exten => 8000,1,Answer()
????


[dial-out-rules]

; toll-free numbers out pots line
exten => _1800XXXXXXX,1,Dial(${ANALOG_POTS}/${EXTEN})
exten => _1800XXXXXXX,n,Hangup()

; long-distance out voip line
exten => _NXXXXXXXXX,1,Dial(SIP/[EMAIL PROTECTED],30)
exten => _NXXXXXXXXX,n,Hangup()


etc...


How do I do it?

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to