<br><br><div class="gmail_quote">On Tue, Oct 30, 2012 at 2:18 PM, Nick Vines <span dir="ltr"><<a href="mailto:jnvines@gmail.com" target="_blank">jnvines@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>There was a slight typo in the one from two messages ago. (For the sake of people that tend to copy/paste without reading). The ^^ might be something with the beginning of the line along the lines of regex things. Completely stabbing in the dark though.</div>
<div class="im HOEnZb">
<div><br></div><param name="dial-string" value="{^^:sip_invite_domain=${dialed_domain}:presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})}"/><br></div>
</blockquote><div><br>
</div></div>The ^^: syntax changes the delimiter between variables. Normally it's a comma, but ^^: changes it to a colon. Doing ^^; would change it to a semicolon. Check out this section of the channel variables page:<br>
<a href="http://wiki.freeswitch.org/wiki/Channel_Variables#Handling_Variables_With_Commas">http://wiki.freeswitch.org/wiki/Channel_Variables#Handling_Variables_With_Commas</a><br><br>-MC<br>