<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">I am trying to get FS to make a call using a callcentric extension (not FS extension) without setting up the extension as an external gateway, I don’t want permanent since it’s only used to forward calls to cellphone. I am testing with the CLI originate command below, before I put it into a LUA script.</div><div class=""><br class=""></div><div class="">originate {sip_auth_username=1234567890130,sip_auth_password=mypass,<a href="mailto:sip_auth_realm=callcentric.com}sofia/internal/1234567890130@callcentric.com" class="">sip_auth_realm=callcentric.com}sofia/internal/1234567890130@callcentric.com</a>;fs_path=<a href="sip:callcentric.com" class="">sip:callcentric.com</a> &echo</div><div class=""><br class=""></div><div class="">Callcentric is returning:</div><div class=""><br class=""></div><div class=""><div class="">  SIP/2.0 403 Incorrect Authentication</div><div class="">   v: SIP/2.0/UDP 10.11.12.7;rport=47865;branch=z9hG4bK08agtrXr3c94j;received=77.99.55.42</div><div class="">   f: <<a href="sip:0000000000@10.11.12.7" class="">sip:0000000000@10.11.12.7</a>>;tag=mS3Q66862j8HK</div><div class="">   t: <<a href="sip:1234567890130@callcentric.com" class="">sip:1234567890130@callcentric.com</a>></div><div class="">   i: 75dfa23c-49f2-4448-4cbd-5936885236fb</div><div class="">   CSeq: 9260033 INVITE</div><div class="">   l: 0</div></div><div class=""><br class=""></div><div class="">The username and password are correct, callcentric says:</div><div class=""><font color="#0432ff" class=""><span style="font-family: verdana, "Lucida Grande", Geneva, arial, helvetica, sans-serif; font-size: 13.333333015441895px; background-color: rgb(255, 255, 255);" class="">Looking at the INVITE 's "Proxy-Authorization" header we can see that the Username is correct as "</span>1234567890130<span style="font-family: verdana, "Lucida Grande", Geneva, arial, helvetica, sans-serif; font-size: 13.333333015441895px; background-color: rgb(255, 255, 255);" class="">".</span><span style="font-family: verdana, "Lucida Grande", Geneva, arial, helvetica, sans-serif; font-size: 13.333333015441895px; background-color: rgb(255, 255, 255);" class=""> </span><span style="font-family: verdana, "Lucida Grande", Geneva, arial, helvetica, sans-serif; font-size: 13.333333015441895px; background-color: rgb(255, 255, 255);" class="">However, the realm states "10.11.12.7" rather than "<a href="http://callcentric.com" class="">callcentric.com</a>". If you would please ensure that the FreeSwitch configuration will utlize "<a href="http://callcentric.com" class="">callcentric.com</a>" as the authorization realm. </span></font></div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="background-color: rgb(255, 255, 255);" class="">I looked at the wiki/google and tried the sip_auth_realm and fs_path to add the realm but no luck. O hope someone knows the </span>magic option to set the realm. Thanks.</div><div class="">Mario G</div></body></html>