Advertisement
tracep

extensions-ael

Mar 18th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. context pstn-local {
  2. s => {
  3. CALLERID(all)=8436791862;
  4. NoOp(My name is ${CALLERID(number)} !);
  5. }
  6. _XXXXXXXXXX => Dial(${PSTN}/w${EXTEN});
  7. _XXXXXXX => Dial(${PSTN}/w${EXTEN});
  8. }
  9.  
  10. context pstn-national {
  11. s => {
  12. CALLERID(all)=8436791862;
  13. NoOp(My name is ${CALLERID(number)} !);
  14. }
  15. _1XXXXXXXXXX => Dial(${PSTN}/w${EXTEN});
  16. _1900XXXXXXX => {
  17. Congestion();
  18. Hangup();
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement