返回列表 發帖

Dialplan - better way

I currently use this as part of my dialplan:
  1. exten => _1416NXXXXXX,1,Verbose(2, Increasing Outgoing Volume.)
  2.   same => n,Set(VOLUME(RX)=3)
  3.   same => n,Dial(SIP/fpl_6076/${EXTEN})

  4. exten => _1905NXXXXXX,1,Verbose(2, Increasing Outgoing Volume.)
  5.   same => n,Set(VOLUME(RX)=3)
  6.   same => n,Dial(SIP/fpl_6076/${EXTEN})

  7. exten => _1647NXXXXXX,1,Verbose(2, Increasing Outgoing Volume.)
  8.   same => n,Set(VOLUME(RX)=3)
  9.   same => n,Dial(SIP/fpl_6076/${EXTEN})
複製代碼
Is there a better way to simply it? Thanks.

Macro function?

TOP

Just did that. Thanks.

TOP

返回列表