Call Group Pickup / Intercept

dcitelecom

Member
Oct 20, 2021
135
3
18
61
I can't get call pickup to work in a group. I created a call group "ABC" with 4 extensions and want to pick up incoming calls to any extensions not answered on another extension. I tried *8 and ** but it's not working. Can anyone help? Thanks.
 

dcitelecom

Member
Oct 20, 2021
135
3
18
61
you need to make sure the path to the FreeSWITCH database is correct
I am not sure I understand. This system has been running without issues for 2 years. Surely database access is defined correctly. I only have a problem with the Call Group Pickup as explained above.
 

dcitelecom

Member
Oct 20, 2021
135
3
18
61
Just check
etc/fusionpbx/config.conf

And see if settings are good if using default or RAM drive
#database
database.1.type = pgsql
database.1.host = 127.0.0.1
database.1.port = 5432
database.1.sslmode=prefer

#switch settings
switch.conf.dir = /etc/freeswitch
switch.sounds.dir = /usr/share/freeswitch/sounds
switch.database.dir = /var/lib/freeswitch/db
switch.recordings.dir = /var/lib/freeswitch/recordings
switch.storage.dir = /var/lib/freeswitch/storage
switch.voicemail.dir = /var/lib/freeswitch/storage/voicemail
switch.scripts.dir = /usr/share/freeswitch/scripts

#switch xml handler
xml_handler.fs_path = false
xml_handler.reg_as_number_alias = false
xml_handler.number_as_presence_id = true