Displaying 1 result from an estimated 1 matches for "edn_work".
Did you mean:
do_work
2005 Jun 20
3
QuadBRI: How to set the outgoing callerid (KPN - NL)
...----------------------
signalling = bri_net_ptmp
context=isdn-inbound
group = 2
channel => 4-5
Part of dialplan:
------------------
exten => _0.,1,SetCallerID(${EDN_MAIN:1})
exten => _0.,2,Dial(${ZAP_MAIN}${EXTEN:1},30)
exten => _0.,3,Macro(dial-result)
exten => _9.,1,SetCallerID(${EDN_WORK:1})
exten => _9.,2,Dial(${ZAP_MAIN}${EXTEN:1},30)
exten => _9.,3,Macro(dial-result)
Variables:
-----------------
ZAP_MAIN=Zap/g1/
EDN_MAIN=022929XXX0
EDN_WORK=022927XXX7
The 022929XXX0 is the "default" msn, even if i try to set this
explicitly it gets rejected with the network mes...