This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [scammer-jammer] | |
| exten=>1,1,Playback(all-your-base) | |
| same=>n,Hangup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| asteriskSpoolPath=/var/spool/asterisk/outgoing | |
| slow () | |
| { | |
| if [ -z "$2" ] | |
| then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AGR56.ASOINVDETAIL ATT_1_ID 251 | |
| AGR56.AGLREVPROPOSAL ATT_1_ID 2 | |
| AGR56.ACPPROPOSAL ATT_1_ID 2 | |
| AGR56.APSABSENCE ATT_1_ID 11 | |
| AGR56.ASYSTITLESBG TITLE 1 | |
| AGR56.AAGSYSVALUES TEXT2 5 | |
| AGR56.ACUGROUP INTRULE_ID 3 | |
| AGR56.APRPOSRELVALUE REL_ATTR_ID 12 | |
| AGR56.ACRSTRUCTSETUP ATTRIBUTE_ID 2 | |
| AGR56.AGLRELATION ATTRIBUTE_ID 13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DECLARE | |
| match_count INTEGER; | |
| v_search_string VARCHAR2(4000) := 'C1'; | |
| BEGIN | |
| FOR t IN (SELECT owner, | |
| table_name, | |
| column_name | |
| FROM all_tab_columns | |
| WHERE owner in ('AGR56') and data_type IN ( 'CHAR', 'VARCHAR2', 'NCHAR', 'NVARCHAR2' )) LOOP |