<div dir="ltr">We are trying to dial-out to a skype account using this dialplan<div><br></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">&lt;extension name=&quot;skypopen&quot;&gt; </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">
<span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">&lt;condition field=&quot;destination_number&quot; expression=&quot;^skype/(.*)$&quot;&gt; </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">
<span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">&lt;action application=&quot;log&quot; data=&quot;DESTINATION ${destination_number}&quot;/&gt; </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">
<span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">&lt;action application=&quot;bridge&quot; data=&quot;skypopen/RR/$1&quot;/&gt; </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">
<span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">&lt;/condition&gt; </span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">&lt;/extension&gt; </span><br>
</div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px"><br></span></div><div>It works with &quot;normal&quot; skype names, but using names like live:foobar does not work because the $(destination_number) is cropped to &quot;skype/live&quot;. </div>
<div><br></div><div>Any suggestions?</div></div>