BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

Group Call #98

Open maxberson opened 4 years ago

maxberson commented 4 years ago

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:180@192.168.1.9:6060 sip:182@192.168.1.4:6060, sip:183@192.168.1.3:6060

Is it possibles we have call group in flexisip, how can i do it?

maxberson commented 3 years ago

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:180@192.168.1.9:6060 sip:182@192.168.1.4:6060, sip:183@192.168.1.3:6060;: invalid line syntax

what is correct prototype for this section?

pergolafabio commented 2 years ago

Have you managed this? I want to use group calls too

smititelu commented 2 years ago

Hi, try without " "(space), after the "," (comma).