Fixes for 24-Hour Call Count Limits with standard Auto-Alt-Dialing and ANYONE scheduled callbacks
Added additional standard Auto-Alt-Dialing debug output git-svn-id: svn://192.168.202.10@3484 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TILTX STIR/SHAKEN API (Call Shaper) INTEGRATION Updated: 2021-07-15
|
||||
TILTX STIR/SHAKEN API (Call Shaper) INTEGRATION Updated: 2021-07-17
|
||||
|
||||
This document covers the TILTX SHAKEN (Call Shaper) API service features and how they integrate into VICIdial.
|
||||
|
||||
@@ -31,6 +31,9 @@ REQUIREMENT 3: You will need to put a similar dialplan entry into your Carrier D
|
||||
3. (YES/NO) whether to speak error messages or not, default 'NO'
|
||||
4. Settings Container ID(override) to use for TILTX API settings, default 'TILTX_SHAKEN_API_KEY' if empty
|
||||
|
||||
NOTE: We suggest also adding a crontab entry(similar to the one below) to remove the /tmp files that are created by the TILTX API requests and responses:
|
||||
0 6 * * * /usr/bin/find /tmp -maxdepth 1 -type f -mtime +0 -print | xargs rm -f
|
||||
|
||||
|
||||
New VICIdial statuses used: (if you are subscribed to these TILTX services, which you have to pay extra for)
|
||||
ADCCAR - Disconnect Carrier-Defined
|
||||
|
||||
Reference in New Issue
Block a user