[Spce-user] outbound_from_user setting in peering settings does not work as expected.

gh at heissa.de gh at heissa.de
Wed May 31 11:10:38 EDT 2017


Solved!

 It works for me now. My dirty workaround was to add one line in:
 /etc/kamailio/lb/kamailio.cfg

 if(is_method("INVITE") && !has_totag()) {
   $fU = "my_peer_auth_user"; #with this extra line it works.
 }

 I used a static value but a variable $avp(peer_auth_user) would be better
 of course.






More information about the Spce-user mailing list