Page 1 of 1

receiving inbound to specific exten

PostPosted: Mon Jul 18, 2011 10:22 am
by viciflash
im having trouble receiving inbound calls. i didn't use the GUI, instead, I created an entry in extensions.conf

Code: Select all
exten => 5551112233,1,Dial(SIP/cc150)


and im getting this:

Code: Select all
[Jul 1 23:17:48] NOTICE[17774] chan_sip.c: Call from 'ProviderOne' to extension '5551112233' rejected because extension not found.


cc150 is a default account w/ proper exten. this account can dial within and outside without problems.

PostPosted: Mon Jul 18, 2011 10:36 am
by okli
Did you put it in the proper context?

PostPosted: Mon Jul 18, 2011 10:42 am
by viciflash
yes. i made sure its underneath [default]. gets loaded before the vici files..

PostPosted: Mon Jul 18, 2011 10:48 am
by viciflash
got it.

i placed this

exten => 5551112233,1,Dial(SIP/cc150)


to carrier's dial plan

PostPosted: Mon Jul 18, 2011 10:52 am
by okli
Did you specify context in entries for your provider?

Oops, cross-posting.