View Single Post
Unread 09-05-2010, 01:21 PM   #1
pinazo
Junior Member
 
Join Date: Aug 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pinazo is on a distinguished road
Exclamation Unable to receive incoming calls through sipbroker

I can make calls through sipbroker, but I cannot receive incoming calls through sipbroker PSTN numbers. I have configured at sipbroker.com the forwarding to my URI my_extension@my_home@dyndns.org.

I'm running Elastix (Asterisk)

I have a trunk 'Sipbroker' with this settings:
Trunk name: sipbroker-out
Peer details:
disallow=all
allow=g729&ulaw
canreinvite=no
dtmfmode=rfc2833
fromdomain=my_SIP_provider
fromuser=my_username
host=sipbroker.com
insecure=very
nat=yes
port=5060
secret=my_password
type=peer

And in sip_custom.conf I have this values:
[sipbroker]
host=sipbroker.com
type=peer
context=sipbroker-in
insecure=very

And in extensions_custom.conf I have this values:
[sipbroker-in]
exten => _X.,Dial(204)
exten => _X.,Dial(205)

204 and 205 are the extensions numbers.
When I call from the outside (sipbroker PSTN numbers) and I dial my alias, I cannot receive the call in my extension.
I take a look at the Asterisk CLI, and it shows:
[2010-09-04 17:38:03] NOTICE[2785] chan_sip.c: Call from 'sipbroker' to extension '204' rejected because extension not found in context 'sipbroker-in'

Can anyone help me please? I've been looking for the solution and I can't find it.

Last edited by pinazo; 09-05-2010 at 01:40 PM. Reason: Added more info
pinazo is offline   Reply With Quote