Only I have one inbound route. The settings are:
–General:
Description: incoming
DID Number: ANY (blank)
CallerID Number: ANY (blank)
CID Priority Route: NO
Alert Info: none
Ringer Volume Override: none
CID Name Prefix: “Test:” (this also doesn’t showed on phones)
Music On Hold: Default
Set Destination: ==choose one==
–Advanced
Signal RINGING: NO
Reject Reverse Charges: NO
Force Answer: NO
Pause Before Answer:
–Privacy
Privacy Manager:NO
Max attempts:
Min Length:
–Fax
Detect Faxes: NO
–Other:
Call Recording: Don’t care
CID Lookup Source: None
Language: Default
Enable Superfecta Lookup: Yes
Superfecta Scheme: Default
At the superfecta scheme settings these data sources are activated:
Asterisk Phonebook
Superfecta Cache
Trunk Provided
SFDatabase
At the SFDatabase
DB Driver: mysql
DB Host: 10.61.0.25
DB Port: 3306
DB Name: telefonkonyv
DB User: root
DB Password:
SQL Query: SELECT nev
FROM telefonkonyv
WHERE szam
LIKE :thenumber
Post Processing SQL Query: none
Debug/Test Run Scheme settings:
Phone Number:2267
Debug Level: INFO
—> Run This Scheme
Result:
Debug is on and set at level: 1
The Original Number: 2267
The Scheme: Default
Scheme Type: SINGLEFECTA
Debugging Enabled, will not stop after first result
Scheme Asked is: Default
The DID is: 5555555555
The CNUM is: 2267
The CNAME is: CID Superfecta!
Starting scheme Default
Executing Asterisk Phonebook
Searching Asterisk Phonebook ...
not found
result took 0.0041 seconds.
Executing Superfecta Cache
Searching Superfecta Cache ...
not found
result took 0.0006 seconds.
Executing Trunk Provided
Looking for Trunk Provided Caller ID ...
found value of CID Superfecta! ...
determined good.
'CID Superfecta!'
result took 0.0002 seconds.
Executing SFDatabase
Connecting to database....
Connected!
Searching Database...
Found..
'Teszt Laci'
result took 0.0065 seconds.
Converting result to UTF-8
Post CID retrieval processing
Executing Superfecta Cache
Caller ID data added to Superfecta_Cache.
Executing SFDatabase
Connecting to database....
Connected!
Executing post processing query...
Done
This scheme would set the caller id to: CID Superfecta!
Returned Result would be: CID Superfecta!
result took 0.01884388923645 seconds
So that is return “Teszt Laci” but at the end the callerID is set to: CID Superfecta!
I don’t understand why.