We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to make a group call (caller:180--->callee:182,183) so I tried to test static-records-file option but it doesn't work
Is it possibles we have call group in flexisip, how can i do it?
The text was updated successfully, but these errors were encountered:
I found something are wrong at routes.conf and i got below error :
flexisip-warning-error while reading the static record file [/etc/flexisip/routes.conf:1 sip:[email protected]:6060 sip:[email protected]:6060, sip:[email protected]:6060;: invalid line syntax
sip:[email protected]:6060 sip:[email protected]:6060, sip:[email protected]:6060;
what is correct prototype for this section?
Sorry, something went wrong.
Have you managed this? I want to use group calls too
Hi, try without " "(space), after the "," (comma).
No branches or pull requests
Hi,
I want to make a group call (caller:180--->callee:182,183) so I tried to test static-records-file option but it doesn't work
flexisip.conf
static-records-file = /etc/flexisip/routes.conf
routes.conf
sip:[email protected]:6060 sip:[email protected]:6060, sip:[email protected]:6060
Is it possibles we have call group in flexisip, how can i do it?
The text was updated successfully, but these errors were encountered: