I'm still digging through documentation for Kamailio and its modules.
I've got several SIP accounts for different VoIP providers (login1:password1:sip.provider1.com, login2:password2:sip.provider2.com...)
I've got bunch of users connecting to my Kamailio. I'd like to route their calls via those providers (round-robin, random, lcr - doesn't matter in this case).
Which modules should I use?
The default pstn.gw_ip and pstn.gw_port allow to specify only single provider without password.
The LCR module seems like logical choice but I did not found a way to specify per-provider password.
This seems like a very common task so I'm probably missing something obvious.