<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body 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 'example' created by 'pbx_config' ]<br>
  '<b>test.example</b>' (CID match '<b>danexample</b>') =&gt;  1.
NoOp(nothing)                              [pbx_config]<br>
                    2. Hangup()                                      
                                                    [pbx_config]<br>
<br>
<br>
As you can see, the "." (dot) is disappeared and, of course, CID
matching doesn't work as I aspected.<br>
I've try to escape "." with something like that "\.", but nothing. <br>
It seems that asterisk doesn't consider "." in DID/CID  evaluations.<br>
This is an important point, because many Skype account uses "dot"
notation.<br>
<br>
It seems to work, instead, with "_" or "-".<br>
<br>
Any clues?<br>
<br>
Regards,<br>
<br>
Daniel<br>
<div class="moz-signature">
<p class="western" style="margin-bottom: 0cm;"><br>
</p>
</div>
</body>
</html>