Multiple freeswitch connections using "github.com/0x19/goesl".!
34 views
Skip to first unread message
David
unread,
Jun 3, 2020, 1:07:12 PM6/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi,
I am using goesl wrapper for connecting to single freeswitch ! But i want to connect to multiple freeswitches .! I have used for loop for making connection over array of json objects which works fine. But i want to open connection to multiple connections in parallel and execute my code on multiple freeswitches at the same time !