Daniel--<br><br>Haven&#39;t tried this myself, but have you tried &#39;[.]&#39; instead of just &#39;.&#39; in the string (as a pattern search)?<br><br>So,<br><br>[example]<br>
exten =&gt; _test[.]skype/e[x]ample[.]skype,1, NoOp(nothing)<br>
exten =&gt; _test[.]skype/e[x]ample[.]skype,n, Hangup() <br>
<br>If you don&#39;t really mean the cid matching (denoted with /), you have to also &#39;escape&#39; the &#39;/&#39;...<br><br>and watch out for N,X,Z in the pattern, they mean something, and will have to be &#39;escaped&#39;<br>
like the &#39;.&#39; if you want them to match literally. I can&#39;t remember how case is handled at the<br>moment, so... just for safety, you can &#39;escape&#39; the little &#39;x&#39; also...<br><br>murf<br>
<br><br><div class="gmail_quote">On Tue, Mar 16, 2010 at 5:59 AM, Daniel Grotti <span dir="ltr">&lt;<a href="mailto:daniel.grotti@klarya.it">daniel.grotti@klarya.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">






<div bgcolor="#ffffff" text="#000000">
Hi all,<br>
using Skype for Asterisk I have the following problem.<br>
In my dialplan I need to have a CID matching (example.skype) over a DID
(test.skype) :<br>
<br>
[example]<br>
exten =&gt; test.skype/example.skype,1, NoOp(nothing)<br>
exten =&gt; test.skype/example.skype,n, Hangup() <br>
<br>
Where test.skype and example.skype are Skype business account.<br>
In this case, when I get a :<br>
<br>
CLI&gt; show dialplan example<br>
<br>
I get:<br>
<br>
[ Context &#39;example&#39; created by &#39;pbx_config&#39; ]<br>
  &#39;<b>test.example</b>&#39; (CID match &#39;<b>danexample</b>&#39;) =&gt;  1.
NoOp(nothing)                              [pbx_config]<br>
                    2. Hangup()                                      
                                                    [pbx_config]<br>
<br>
<br>
As you can see, the &quot;.&quot; (dot) is disappeared and, of course, CID
matching doesn&#39;t work as I aspected.<br>
I&#39;ve try to escape &quot;.&quot; with something like that &quot;\.&quot;, but nothing. <br>
It seems that asterisk doesn&#39;t consider &quot;.&quot; in DID/CID  evaluations.<br>
This is an important point, because many Skype account uses &quot;dot&quot;
notation.<br>
<br>
It seems to work, instead, with &quot;_&quot; or &quot;-&quot;.<br>
<br>
Any clues?<br>
<br>
Regards,<br>
<br>
Daniel<br>
<div>
<p style="margin-bottom: 0cm;"><br>
</p>
</div>
</div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Steve Murphy<br>ParseTree Corp<br>
<br>