VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
r_o_l_a_n_d at hotmail... Guest
|
Posted: Fri Jun 20, 2008 12:06 pm Post subject: [asterisk-users] incoming calls through callcentric sip acco |
|
|
Hi all,
i've recently acquired a callcentric account.
i've perfectly setup my sip.conf and extensions.conf to make outgoing calls.
but the problem is with incoming calls! when i call in, asterisk doesnt even see the incoming call!
how is tht possible!
please see the following my config:
sip.conf:
[general]
dtmfmode = rfc2833
context=from-callcentric
srvlookup=yes
register => username:password at callcentric.com/username
[callcentric]
type=peer
context=from-callcentric
host=callcentric.com
username=username
secret=password
fromuser=username
fromdomain=callcentric.com
insecure=very
[107]
context=to-callcentric
type=friend
username=107
secret=secret
host=dynamic
etensions.conf:
[from-callcentric]
exten => s,1,Dial(SIP/107)
[to-callcentric]
exten => _0.,1,Dial(SIP/${EXTEN}@callcentric)
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080620/8554eaee/attachment.htm |
|
Back to top |
|
|
manouchk at gmail.com Guest
|
Posted: Mon Jun 23, 2008 6:31 am Post subject: [asterisk-users] incoming calls through callcentric sip acco |
|
|
Le vendredi 20 juin 2008, RoLaNd RoLaNd a ?crit?:
Quote: | Hi all,
i've recently acquired a callcentric account.
i've perfectly setup my sip.conf and extensions.conf to make outgoing
calls.
|
Well, I had the same problem and had to debug. In fact for some reason, and
it's a bit hackward, incoming call fromm callcentric does not enter in the
standart extension but in the one corresponding to your username.
I think you have to modify this
[from-callcentric]
exten => s,1,Dial(SIP/107)
to
[from-callcentric]
exten => s,username,Dial(SIP/107)
You can find this using debbuging.
The problem is that in their support, they told us something wrong, that is to
use the standart extension, and we trully want to believe them! Why would
they give us a wrong information?
If it solves your problem, then it should maybe be changed in their support
section.
What version of asterisk do you use?
I use Asterisk 1.4.20.1.
If you use asterisk 1.4.x, it could be use a problem with asterisk 1.4 and not
1.2.x?
By the way, I had problems with asterisk 1.6*, it would simply not work, I
don't remember why. Did you try asterisk 1.6.x with callcentric?
Quote: | but the problem is with incoming calls! when i call in, asterisk doesnt
even see the incoming call! how is tht possible!
please see the following my config:
sip.conf:
[general]
dtmfmode = rfc2833
context=from-callcentric
srvlookup=yes
register => username:password at callcentric.com/username
[callcentric]
type=peer
context=from-callcentric
host=callcentric.com
username=username
secret=password
fromuser=username
fromdomain=callcentric.com
insecure=very
[107]
context=to-callcentric
type=friend
username=107
secret=secret
host=dynamic
etensions.conf:
[from-callcentric]
exten => s,1,Dial(SIP/107)
[to-callcentric]
exten => _0.,1,Dial(SIP/${EXTEN}@callcentric)
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx |
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|