Jovan

Results 4 comments of Jovan

Typing the following into my layout file worked layout.jsx ``` export const metadata = { metadataBase: new URL('https://acme.com'), } ``` layout.tsx ``` // /app/layout.tsx import type { Metadata } from...

This is working for me, I haven't specified a URL. (Granted, I'm applying this open graph image across the website) Try the facebook sharing debugger, it gives you a response...

Hello, I couldn't find the documentation for Dialplan SendFax and Dialplan RecieveFax https://docs.asterisk.org/Asterisk_16_Documentation/API_Documentation/Dialplan_Applications/SendFax https://docs.asterisk.org/Asterisk_16_Documentation/API_Documentation/Dialplan_Applications/ReceiveFax

Hey @oduserdnov below is my starting point (At the end of the document) https://docs.asterisk.org/Asterisk_16_Documentation/API_Documentation/Dialplan_Functions/FAXOPT/ I tried searching as well but wasn't confident the _ReceiveFax_ and _SendFax_ I found was related...