Hello,
I noted that FS handles t38 reinvites differently some cases below:
- session:execute(“bridge”, “user/”… user …“@${domain_name}”)
Grandsteam ata sends reinvite with t38 and it work perfectly. - But if I use this syntax
session:execute(“bridge”, “${sofia_contact(”… user …“@${domain_name})}”)
FS responds with 488 Not Acceptable to ABSOLUTELY same reinvite from Grandstem. Again. There is no difference in reinvite. Also it is the same lua script. I just change two strings above.
In lua i also have
session:execute(“export”, “38_passthru=true”)
session:execute(“export”, “fax_enable_t38=true”)
FreeSWITCH Version 1.10.11-release-25-f24064f7c9~64bit (-release-25-f24064f7c9 64bit)
Debian 12
Please advice.