criz
1
Hi,
I have :
- Asterisk 1.4
- DAHDI 2.1
- 4 - port E1 PRI card
I have created PBX using asterisk. I can call manually through softphone.
[default]
exten => _X.,1,Dial(DAHDI/g0/${EXTEN})
its working perfectly.
I have 100 contracts that i want block outbound calls to that numbers.
is possible to make black list in asterisk?
Regards,
CRIZ
david55
2
Yes. More specific matches take precedence over less specific ones.
(You could also do an explicit database lookup.)
criz
3
Hi,
Thanks for the replay.
How can i use blacklist feature for outgoing calls.
I need DND functionality.
If works in outgoing calls then , I have 100 number in a TXT file. I want to upload that into Asterisk DB. How can i do that?
what are the dialplans i have to use for that?
Regards,
CRIZ