Advanced Call Spy Alpha Testing Ready

I got caught up in other projects so I haven’t done a final review of this so I’ll call this alpha for now. I expect there to be some bugs and other fine tuning needed since I couldn’t cover all scenarios in the testing I did. I’ll give this a couple of weeks for feed back before stepping it up to a stable release.

So please, add any bugs to the issue tracker for the module (not FreePBX’s) and any PRs are welcome for review.

Download and install

fwconsole ma downloadinstall https://github.com/blazestudios97/advcallspy/releases/download/17.0.1.2/advcallspy-17.0.1.2.tar.gz
fwconsole r

I look forward to giving it a try.

S

I would wait for a couple days. Fixing some bugs that were found. Should have an update soon.

I’m just announcing that later tonight I’ll have an announcement about the new release being pushed.

Advanced Call Spy v17.0.1.3 v17.0.1.4 alpha is released.

This has about a half dozen bug fixes along with the improvements of:

  • PIN Sets can now be used
  • Spy Code extension can be edited post-creation.

From CLI:

fwconsole ma downloadinstall https://github.com/blazestudios97/advcallspy/releases/download/v17.0.1.4/advcallspy-17.0.1.4.tar.gz
fwconsole r

From Module Admin, use Upload Modules → Download (from web) and enter:
https://github.com/blazestudios97/advcallspy/releases/download/v17.0.1.4/advcallspy-17.0.1.4.tar.gz

Hi Tom,

I just tried to install vs17.0.1.4 had one issue. i want to share with you.

root@freepbx-17:~# fwconsole ma downloadinstall https://github.com/blazestudios97/advcallspy/releases/download/17.0.1.4/advcallspy-17.0.1.4.tar.gz
No repos specified, using: [standard] from last GUI settings

Starting module download from https://github.com/blazestudios97/advcallspy/releases/download/17.0.1.4/advcallspy-17.0.1.4.tar.gz ...
Processing 
Downloading...
 9/9 [============================] 100%
Finished downloading
Extracting...tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The following error(s) occured:
 - Error from tar: 

Tar version is.

tar --version
tar (GNU tar) 1.34

You did not use the correct URL. You’re missing a “v” in the path. You did “17.0.1.4” and not “v17.0.1.4”.

I copied link from the git page.

fwconsole ma downloadinstall https://github.com/blazestudios97/advcallspy/releases/download/17.0.1.4/advcallspy-17.0.1.4.tar.gz

i dont see missing v

Might be you are right.. :slight_smile:
Tom’s (@BlazeStudios ) needs to fix at git side missing v

root@freepbx-17:/tmp# wget https://github.com/blazestudios97/advcallspy/releases/download/17.0.1.4/advcallspy-17.0.1.4.tar.gz
--2025-07-10 14:00:39--  https://github.com/blazestudios97/advcallspy/releases/download/17.0.1.4/advcallspy-17.0.1.4.tar.gz
Resolving github.com (github.com)... 20.26.156.215
Connecting to github.com (github.com)|20.26.156.215|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-07-10 14:00:39 ERROR 404: Not Found.

root@freepbx-17:/tmp# 
root@freepbx-17:/tmp# wget https://github.com/blazestudios97/advcallspy/releases/download/v17.0.1.4/advcallspy-17.0.1.4.tar.gz
--2025-07-10 14:04:32--  https://github.com/blazestudios97/advcallspy/releases/download/v17.0.1.4/advcallspy-17.0.1.4.tar.gz
Resolving github.com (github.com)... 20.26.156.215
Connecting to github.com (github.com)|20.26.156.215|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/983790062/c39aa530-39a4-42ff-aacb-0da89d39ad2f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250710%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250710T130432Z&X-Amz-Expires=1800&X-Amz-Signature=bafeffeb8f6ecd763ce93972552ad386df0fad640297b3d835dba7a2b306dfb1&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dadvcallspy-17.0.1.4.tar.gz&response-content-type=application%2Foctet-stream [following]
--2025-07-10 14:04:32--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/983790062/c39aa530-39a4-42ff-aacb-0da89d39ad2f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250710%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250710T130432Z&X-Amz-Expires=1800&X-Amz-Signature=bafeffeb8f6ecd763ce93972552ad386df0fad640297b3d835dba7a2b306dfb1&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dadvcallspy-17.0.1.4.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 29745 (29K) [application/octet-stream]
Saving to: ‘advcallspy-17.0.1.4.tar.gz’

advcallspy-17.0.1.4.tar.gz                    100%[=================================================================================================>]  29.05K  --.-KB/s    in 0.001s  

2025-07-10 14:04:33 (24.4 MB/s) - ‘advcallspy-17.0.1.4.tar.gz’ saved [29745/29745]

root@freepbx-17:/tmp# 
root@freepbx-17:/tmp# ls -la | grep advcallspy-17.0.1.4.tar.gz
-rw-r--r--  1 root    root    29745 Jun 18 20:56 advcallspy-17.0.1.4.tar.gz
root@freepbx-17:/tmp# 

Fixed. And it seems the README was the only place this was at. The post in this thread had the right links.

I filed a bug ticket regarding editing a user causes a crash in this module. Any chance you have had time to look at it?

No, sorry. It was busy for me last week. I’ll take a look at it as soon as I can.