Displaying 2 results from an estimated 2 matches for "18887975686number".
2004 May 24
1
Using Blacklist
...ask for the number.
I am testing 6145551212 to see if the black list will work
3. If a caller id is given, and it is blacklisted (in the blacklist db) I
would like for it to go to Playback/black-list-blocked message
The db shows:
asterisk*CLI> database show blacklist
/blacklist/<1010987/18887975686number> : 1
/blacklist/<name/number> : 1
/blacklist/unlisted/6145551212 : 1
asterisk*CLI>
exten => 2129,1,Wait(1)
exten => 2129,2,Zapateller(answer|nocallerid)
exten => 2129,3,NoOp
exten => 2129,4,PrivacyManager
exten =>...
2004 May 24
2
testing asterisk on FXS lines
I am configuring an asterisk server and I want to test the incoming
configuration with my FXS handsets.
I have the FXS lines able to call eachother and they can connect out
the FXO lines.
I changed the context for the FXS lines to "incoming" so that they
would be able to test the setup for incoming calls.
For the incoming context I have:
[incoming]
exten => s,1,Wait(1)
exten