@tlarrea wrote:
It seems as though the ringallv2 strategy is behaving the same as the ringall strategy. From what I've read, ringallv2 should initial a call to the primary extension and then after the initial ring time, without terminating the call to primary extension, inititate call to other extensions in the follow-me list.
So my configuration is as follows:
FreePBX: 13.0.188.8
Asterisk: 13.11.2Looking at the log file, it seems to execute a hangup after 7s (initial call duration) and the initiates the new call to the follow me list. Wondering if there's something I've got configured wrong.
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Starting New Dialparties.agi
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Caller ID name is 'Primary Reception' number is '260'
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Methodology of ring is 'ringallv2'
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Added extension 303 to extension map
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Extension 302 cf is disabled
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Extension 303 cf is disabled
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Extension 302 do not disturb is disabled
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Extension 303 do not disturb is disabled
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] res_agi.c: dialparties.agi: Discovered PJSIP Endpoint PJSIP/302[2016-10-18 09:22:25] VERBOSE[18192][C-00001527] app_dial.c: Called PJSIP/302/sip:302@192.168.6.1:5060
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] app_dial.c: Local/FMPR-302@from-internal-000000f7;1 is ringing
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] app_dial.c: Connected line update to PJSIP/260-0000270f prevented.
[2016-10-18 09:22:25] VERBOSE[18192][C-00001527] app_dial.c: PJSIP/302-00002710 is ringing
[2016-10-18 09:22:25] VERBOSE[18190][C-00001527] app_dial.c: Local/FMPR-302@from-internal-000000f7;1 is ringing[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: Launched AGI Script /var/lib/asterisk/agi-bin/dialparties.agi
[2016-10-18 09:22:32] VERBOSE[18192][C-00001527] app_dial.c: Nobody picked up in 7000 ms[2016-10-18 09:22:32] VERBOSE[18192][C-00001527] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'Local/FMPR-302@from-internal-000000f7;2' in macro 'hangupcall'
[2016-10-18 09:22:32] VERBOSE[18192][C-00001527] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on 'Local/FMPR-302@from-internal-000000f7;2'
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Starting New Dialparties.agi
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Caller ID name is 'Primary Reception' number is '260'
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Methodology of ring is 'ringall'
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Added extension 303 to extension map
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Extension 303 cf is disabled
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Extension 303 do not disturb is disabled
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Discovered PJSIP Endpoint PJSIP/303
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Ended up with real PJSIP Dial string PJSIP/303/sip:303@192.168.6.2:5060
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: dbset CALLTRACE/303 to 260
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: dialparties.agi: Filtered ARG3: 303
[2016-10-18 09:22:32] VERBOSE[18193][C-00001527] res_agi.c: AGI Script dialparties.agi completed, returning 0
Posts: 8
Participants: 2