<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>OK,</div><div><br></div><div>That makes sense, BUT if the call is coming from a registered user why do I need to explicitly set it again. (If I dial a call from my Polycom phone registered with FS, shouldn't it know which user I am???)</div><div><br></div><div>Thanks,</div><div><br></div><div>-N</div><div><br></div><div><br></div><br><div><div>On Sep 25, 2008, at 12:23 PM, Anthony Minessale wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">those vars will only be set on calls that were authenticated with the user in question<br>you can force the variables to be applied to any channel with the <br><br>put this right before the bridge line (assuming ${domain} is the domain that user lives in:<br> <br><action application="set_user" data="3235551212@${domain}"/><br><br><br><div class="gmail_quote">On Thu, Sep 25, 2008 at 1:40 PM, Noah Silverman <span dir="ltr"><<a href="mailto:noah@allresearch.com">noah@allresearch.com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br> <br> I'm having trouble getting the accountcode variable to show up in the<br> CDR.<br> <br> Also, the effective_caller_id_number isn't getting passed through to<br> the actual call. (Separate but possible related problem)<br> <br> Calls are working, the CDR looks great, I just don't get these two<br> variables..<br> <br> Here is an example entry in my directory:<br> <br> <user id="3235551212"><br> <params><br> <param name="password" value="1234" /><br> </params><br> <variables><br> <variable name="accountcode" value="432]"/><br> <variable name="user_context" value="default"/><br> <variable name="effective_caller_id_number" value="3235551212]"/><br> </variables><br> </user><br> <br> <br> And then in my dialplan...<br> <br> <extension name="Vitelity_Outbound"><br> <condition field="destination_number" expression="^(1{0,1}\d{10})$"><br> <action application="bridge" data="sofia/external/$<a href="mailto:1@outbound1.vitelity.net">1@outbound1.vitelity.net</a><br> "/><br> </condition><br> </extension><br> <br> <br> My guess is that maybe I need to export the variable somewhere, or<br> pass it to the actual extension doing the bridging.<br> <br> Anybody have any ideas??<br> <br> -Noah<br> <br> _______________________________________________<br> Freeswitch-users mailing list<br> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br> </blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br> <br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br> </div> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></body></html>