@lgaetz thanks for showing up.
I did this but still not able to get any verbose message there.
however My main concern is in this output below:
[2020-10-13 20:28:46] DTMF[5155][C-000463e7]: channel.c:4170 __ast_read: DTMF begin '1' received on SIP/1004-0004fd97
[2020-10-13 20:28:46] DTMF[5155][C-000463e7]: channel.c:4181 __ast_read: DTMF begin passthrough '1' on SIP/1004-0004fd97
[2020-10-13 20:28:46] DTMF[5155][C-000463e7]: channel.c:4084 __ast_read: DTMF end '1' received on SIP/1004-0004fd97, duration 160 ms
[2020-10-13 20:28:46] DTMF[5155][C-000463e7]: channel.c:4125 __ast_read: DTMF end accepted with begin '1' on SIP/1004-0004fd97
[2020-10-13 20:28:46] DTMF[5155][C-000463e7]: channel.c:4154 __ast_read: DTMF end passthrough '1' on SIP/1004-0004fd97
[2020-10-13 20:28:46] DTMF[5190][C-000463e9]: channel.c:4170 __ast_read: DTMF begin '1' received on SIP/DIDFS2-0004fd9a
[2020-10-13 20:28:46] DTMF[5190][C-000463e9]: channel.c:4174 __ast_read: DTMF begin ignored '1' on SIP/DIDFS2-0004fd9a
[2020-10-13 20:28:46] DTMF[5190][C-000463e9]: channel.c:4084 __ast_read: DTMF end '1' received on SIP/DIDFS2-0004fd9a, duration 220 ms
[2020-10-13 20:28:46] DTMF[5190][C-000463e9]: channel.c:4154 __ast_read: DTMF end passthrough '1' on SIP/DIDFS2-0004fd9a
I want to fetch these DTMFS and display their pattern to my queue agent before the calls connects to them.
if you can see Freepbx by default giving these values. please check below:
__ast_read: DTMF end '1' received on SIP/DIDFS2-0004fd9a, duration 220 ms
how can I get that output store in the database or where can I access that ?
I need these DTMF to print out and display to my queue agents.
where are these values stored in the database or in the system. How can I access this ?