I have ran in to an issue where transferring to the parking lot no longer announces a lot number to a caller.
I have updated to the latest version of Vital PBX 3, verified that “Announce Space Number” is selected as yes (toggled and saved as well), added a new parking lot (900) and get the same results, rebooted the server, and reloaded the res_parking.so. According to the logs, it isn’t even attempting to announce. Here is a look at the log file:
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] pbx.c: Executing [s@sub-local-dialing:5] Return(“DAHDI/i1/602633XXXX-1”, “”) in new stack
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] pbx.c: Executing [s@cos-all:12] GotoIf(“DAHDI/i1/602633XXXX-1”, “0?end-call”) in new stack
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] pbx.c: Executing [s@cos-all:13] Goto(“DAHDI/i1/602633XXXX-1”, “cos-all-post,700,1”) in new stack
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] pbx_builtins.c: Goto (cos-all-post,700,1)
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] pbx.c: Executing [700@cos-all-post:1] NoOp(“DAHDI/i1/602633XXXX-1”, “Parking Call”) in new stack
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] pbx.c: Executing [700@cos-all-post:2] Park(“DAHDI/i1/602633XXXX-1”, “parking-1,c(parking-1-callback,s,1)”) in new stack
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] parking/parking_bridge.c: Parking ‘DAHDI/i1/602633XXXX-1’ in ‘parking-1’ at space 701
[2023-11-08 21:28:47] VERBOSE[3205][C-00000001] bridge_channel.c: Channel DAHDI/i1/602633XXXX-1 joined ‘holding_bridge’ parking-bridge <6cacebdc-adaa-4885-9151-4e2394b51932>
I did verify that the file.c …Playing 'digits…" does play during a voicemail check.
Here is an example from a working system:
[2023-11-08 21:39:40] VERBOSE[30974][C-00000b1f] parking/parking_bridge.c: Parking ‘PJSIP/220-0000167a’ in ‘parking-1’ at space 701
[2023-11-08 21:39:40] VERBOSE[30974][C-00000b1f] bridge_channel.c: Channel PJSIP/220-0000167a joined ‘holding_bridge’ parking-bridge
[2023-11-08 21:39:40] VERBOSE[30974][C-00000b1f] file.c: <PJSIP/220-0000167a> Playing ‘digits/7.ulaw’ (language ‘en’)
[2023-11-08 21:39:41] VERBOSE[30974][C-00000b1f] file.c: <PJSIP/220-0000167a> Playing ‘digits/0.ulaw’ (language ‘en’)
[2023-11-08 21:39:42] VERBOSE[30974][C-00000b1f] file.c: <PJSIP/220-0000167a> Playing ‘digits/1.ulaw’ (language ‘en’)
[2023-11-08 21:39:42] VERBOSE[30974][C-00000b1f] res_musiconhold.c: Started music on hold, class ‘ringback’, on channel ‘PJSIP/220-0000167a’
[2023-11-08 21:39:42] VERBOSE[30974][C-00000b1f] bridge_channel.c: Channel PJSIP/220-0000167a left ‘holding_bridge’ parking-bridge
You can see on the non-working system the “Playing 'digits…ulaw” is not occurring. Anyone else ran in to this issue?