<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi all,<br><br>i've recently acquired a callcentric account.<br><br>i've perfectly setup my sip.conf and extensions.conf to make outgoing calls.<br><br>but the problem is with incoming calls!&nbsp; when i call in, asterisk doesnt even see the incoming call! <br>how is tht possible!<br><br>please see the following my config:<br><br>sip.conf:<br><br><span class="dev_mono">
                                                        [general]<br>
                                                        dtmfmode = rfc2833<br>
                                                        context=from-callcentric<br>
                                                        srvlookup=yes<br>
                                                        register =&gt; username:password@callcentric.com/username<br></span><span class="dev_mono">
                                                        [callcentric]<br>
                                                        type=peer<br>
                                                        context=from-callcentric<br>
                                                        host=callcentric.com<br>
                                                        username=username<br>
                                                        secret=password<br>
                                                        fromuser=username<br>
                                                        fromdomain=callcentric.com<br>
                                                        insecure=very<br>
                                                        </span>
                                                        <br>
                                                <br>
                                                        <span class="dev_mono">
                                                        [107]<br>
                                                        context=to-callcentric<br>
                                                        type=friend<br>
                                                        username=107<br>
                                                        secret=secret<br>
                                                        host=dynamic<br><br><br>etensions.conf:<br><br><br></span><span class="dev_mono">
                                                        [from-callcentric]<br>
                                                        exten =&gt; s,1,Dial(SIP/107)<br>
                                                        </span>
                                                        <br>
                                                        <span class="dev_mono">
                                                        [to-callcentric]<br>
                                                        exten =&gt; _0.,1,Dial(SIP/${EXTEN}@callcentric)</span><br><span class="dev_mono"><br><br></span><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>