by ivschakravarthi » Fri Mar 28, 2014 2:04 am
i have enabled asterisk debug mode and checked and i got the below responses.
When pressed from the phone,got the response as..
[Mar 27 23:09:10] DTMF[31237]: channel.c:2116 __ast_read: DTMF end '1' received on Zap/3-1, duration 0 ms
[Mar 27 23:09:10] DTMF[31237]: channel.c:2152 __ast_read: DTMF begin emulation of '1' with duration 100 queued on Zap/3-1
[Mar 27 23:09:10] DTMF[31342]: channel.c:2191 __ast_read: DTMF begin '1' received on Local/1234@default-0f79,2
[Mar 27 23:09:10] DTMF[31342]: channel.c:2195 __ast_read: DTMF begin ignored '1' on Local/1234@default-0f79,2
[Mar 27 23:09:10] DTMF[31284]: channel.c:2191 __ast_read: DTMF begin '1' received on Local/58600052@default-a556,1
[Mar 27 23:09:10] DTMF[31284]: channel.c:2201 __ast_read: DTMF begin passthrough '1' on Local/58600052@default-a556,1
[Mar 27 23:09:10] DTMF[31237]: channel.c:2261 __ast_read: DTMF end emulation of '1' queued on Zap/3-1
[Mar 27 23:09:10] DTMF[31342]: channel.c:2116 __ast_read: DTMF end '1' received on Local/1234@default-0f79,2, duration 119 ms
[Mar 27 23:09:10] DTMF[31342]: channel.c:2179 __ast_read: DTMF end passthrough '1' on Local/1234@default-0f79,2
[Mar 27 23:09:10] DTMF[31284]: channel.c:2116 __ast_read: DTMF end '1' received on Local/58600052@default-a556,1, duration 119 ms
[Mar 27 23:09:10] DTMF[31284]: channel.c:2163 __ast_read: DTMF end accepted with begin '1' on Local/58600052@default-a556,1
[Mar 27 23:09:10] DTMF[31284]: channel.c:2179 __ast_read: DTMF end passthrough '1' on Local/58600052@default-a556,1
-- User entered '1'
When pressed from Agent SIP phone,got the response as
[Mar 27 23:11:03] DTMF[31721]: channel.c:2116 __ast_read: DTMF end '1' received on SIP/cc101-08fb8488, duration 250 ms
[Mar 27 23:11:03] DTMF[31721]: channel.c:2152 __ast_read: DTMF begin emulation of '1' with duration 250 queued on SIP/cc101-08fb8488
[Mar 27 23:11:03] DEBUG[31721]: chan_zap.c:1049 zt_digit_begin: Started VLDTMF digit '1'
[Mar 27 23:11:03] DTMF[31785]: channel.c:2191 __ast_read: DTMF begin '1' received on Local/58600052@default-20b5,1
[Mar 27 23:11:03] DTMF[31785]: channel.c:2201 __ast_read: DTMF begin passthrough '1' on Local/58600052@default-20b5,1
[Mar 27 23:11:03] DTMF[31823]: channel.c:2191 __ast_read: DTMF begin '1' received on Local/1234@default-fc8e,2
[Mar 27 23:11:03] DTMF[31823]: channel.c:2195 __ast_read: DTMF begin ignored '1' on Local/1234@default-fc8e,2
[Mar 27 23:11:03] DTMF[31721]: channel.c:2261 __ast_read: DTMF end emulation of '1' queued on SIP/cc101-08fb8488
[Mar 27 23:11:03] DEBUG[31721]: chan_zap.c:1084 zt_digit_end: Ending VLDTMF digit '1'
[Mar 27 23:11:03] DTMF[31823]: channel.c:2116 __ast_read: DTMF end '1' received on Local/1234@default-fc8e,2, duration 263 ms
[Mar 27 23:11:03] DTMF[31785]: channel.c:2116 __ast_read: DTMF end '1' received on Local/58600052@default-20b5,1, duration 263 ms
[Mar 27 23:11:03] DTMF[31785]: channel.c:2163 __ast_read: DTMF end accepted with begin '1' on Local/58600052@default-20b5,1
[Mar 27 23:11:03] DTMF[31785]: channel.c:2179 __ast_read: DTMF end passthrough '1' on Local/58600052@default-20b5,1
[Mar 27 23:11:03] DTMF[31823]: channel.c:2179 __ast_read: DTMF end passthrough '1' on Local/1234@default-fc8e,2
-- User entered '1'
In this setup,both PRI/SIP are in same asterisk server.
I need to separate both and test it .
May be after some more testing,i can conclude.