New pages
Jump to navigation
Jump to search
28 April 2025
- 09:2309:23, 28 April 2025 Working with git (hist | edit) [529 bytes] Admin (talk | contribs) (Created page with "git init git remote add origin git@github.com:ldardini/mirtapbx_asterisk.git git clone git@github.com:ldardini/mirtapbx_asterisk.git git checkout main git pull")
12 April 2025
- 02:2002:20, 12 April 2025 Configuring push notification (hist | edit) [1,474 bytes] Admin (talk | contribs) (Created page with "== Configuring push notification == If you have a mobile phone and you have developed your own softphone application, you may need to trigger a push notification to wake up your mobile application to be able to get your call. When you are dialing an extension and you have activated the "Push notification" checkbox, the script at /var/lib/asterisk/agi-bin/pushnotification.php is triggered. You can't customize directly the pushnotification.php script or otherwise it will...")
24 March 2025
- 14:2814:28, 24 March 2025 Configuring a service using ChatGPT (hist | edit) [4,762 bytes] Admin (talk | contribs) (Created page with "You are now able to "talk" with your PBX and ask for info, recover information on the internet or trigger destinations in special case. Let's see some useful configuration. == ChatGPT integration == The integration with ChatGPT is done using a custom destination named "Talk with a Generative Artificial Intelligence". == Providing information == ChatGPT is really helpful for providing information to the callers. There are mainly two big text boxes for providing the kn...")
19 March 2025
- 10:5010:50, 19 March 2025 Activating the transcript for calls (hist | edit) [738 bytes] Admin (talk | contribs) (Created page with "The following steps needs to be followed to activate the transcript for the calls: - Choose your speech to text provider. You can select one in Admin/Settings or for each tenant in Configuration/Settings. If Google Speech to Text is used, you need to provide the JSON API key and the bucket name for intermediate storage of the recording to transcript - The transcript is done in batch and you need to activate in Admin/Settings - Transcribe phone call recordings - In the...")
18 February 2025
- 11:5511:55, 18 February 2025 Activating the Switchboard (hist | edit) [1,435 bytes] Admin (talk | contribs) (Created page with "The new switchboard is using the AMIRouter, so as first step, AMIRouter needs to be already configured. An additonal configuration in application.properties needs to be done spring.datasource.database=asterisk spring.datasource.url=jdbc:mysql://localhost:3306/asterisk?zeroDateTimeBehavior=convertToNull spring.datasource.username=asterisk spring.datasource.password=asterisk spring.shell.command.quit.enabled=false spring.shell.command.quit.enabled=false...")