FOP2 2.30.04. Installed Callflow plugin, restarted fop2 and reloaded asterisk. Call Flow pane shows up and populates buttons for all of my time conditions as well as callflows, but none of them work.
When I click on any of them, they do toggle, but then revert a few seconds later.
Digging into logs, when I hit a button for a call flow I get:
set call flow origen 6, destino 0~NIGHT, exten GENERAL, final exten *270, slot 0, value NIGHT
127.0.0.1 -> Exten: *270
127.0.0.1 -> Action: Originate
127.0.0.1 -> Channel: Local/s@custom-fop2-callflow
127.0.0.1 -> Priority: 1
127.0.0.1 -> Context: from-internal
127.0.0.1 -> ActionID: 14461
pong pong call flow!
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: DAYNIGHT
127.0.0.1 -> Key: C0
127.0.0.1 -> ActionID: 14462
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: TC
127.0.0.1 -> Key: 0
127.0.0.1 -> ActionID: 14463
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: DAYNIGHT
127.0.0.1 -> Key: C1
127.0.0.1 -> ActionID: 14464
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: TC
127.0.0.1 -> Key: 1
127.0.0.1 -> ActionID: 14465
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: DAYNIGHT
127.0.0.1 -> Key: C2
127.0.0.1 -> ActionID: 14466
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: TC
127.0.0.1 -> Key: 2
127.0.0.1 -> ActionID: 14467
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: DAYNIGHT
127.0.0.1 -> Key: C3
127.0.0.1 -> ActionID: 14468
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: TC
127.0.0.1 -> Key: 3
127.0.0.1 -> ActionID: 14469
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: DAYNIGHT
127.0.0.1 -> Key: C4
127.0.0.1 -> ActionID: 14470
127.0.0.1 -> Action: DBGet
127.0.0.1 -> Family: TC
127.0.0.1 -> Key: 4
127.0.0.1 -> ActionID: 14471
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: DAYNIGHT/C0
127.0.0.1 -> Value: DAY
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: TC/0
127.0.0.1 -> Value: ERROR
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: DAYNIGHT/C1
127.0.0.1 -> Value: ERROR
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: TC/1
127.0.0.1 -> Value:
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: DAYNIGHT/C2
127.0.0.1 -> Value: ERROR
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: TC/2
127.0.0.1 -> Value:
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: DAYNIGHT/C3
127.0.0.1 -> Value: ERROR
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: TC/3
127.0.0.1 -> Value:
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: DAYNIGHT/C4
127.0.0.1 -> Value: ERROR
127.0.0.1 -> Channel: SIP/220
127.0.0.1 -> Action: UserEvent
127.0.0.1 -> UserEvent: GETVAR
127.0.0.1 -> Family: TC/4
127.0.0.1 -> Value:
127.0.0.1 -> Channel: SIP/220
Discussed this with support, and all we've come up with is that the custom_fop2_callflow is not being generated but have no idea why. Back over to my asterisk/freepbx logs, I do not see any errors pertaining to the generation of the custom dialplans.
Fop2 is configured to connect to AMI as 'admin', which has all permissions.
When I check Asterisk dialplans for the custom_fop2_callflow, it does not exist.
Anyone else run into this? I feel like I'm unlikely to get any further support from Fop guy. Been fighting with this for two weeks and the back and forth with support hasn't been going anywhere. I figure there must be a log, or a way to enable logging of the scripts run to generate the custom dialplans.