Outbound OK Inbound calls fail

Greetings support:

I can make calls out but calls in are terminated because the system does not recognize the DID being associated to any extension. I am getting the following via the cli:

-- Executing [19514020300@from-trunk:1] Set("SIP/70305502-ac02bca0", "__FROM_DID=19514020300") in new stack
-- Executing [19514020300@from-trunk:2] NoOp("SIP/70305502-ac02bca0", "Received an unknown call with DID set to 19514020300") in new stack
-- Executing [19514020300@from-trunk:3] Goto("SIP/70305502-ac02bca0", "s|a2") in new stack
-- Goto (from-trunk,s,2)
-- Executing [s@from-trunk:2] Answer("SIP/70305502-ac02bca0", "") in new stack
-- Executing [s@from-trunk:3] Wait("SIP/70305502-ac02bca0", "2") in new stack
-- Executing [s@from-trunk:4] Playback("SIP/70305502-ac02bca0", "ss-noservice") in new stack
-- <SIP/70305502-ac02bca0> Playing 'ss-noservice' (language 'en')
-- Executing [s@from-trunk:5] SayAlpha("SIP/70305502-ac02bca0", "19514020300") in new stack
-- <SIP/70305502-ac02bca0> Playing 'digits/1' (language 'en')
-- <SIP/70305502-ac02bca0> Playing 'digits/9' (language 'en')
-- <SIP/70305502-ac02bca0> Playing 'digits/5' (language 'en')
-- <SIP/70305502-ac02bca0> Playing 'digits/1' (language 'en')

== Spawn extension (from-trunk, s, 5) exited non-zero on ‘SIP/70305502-ac02bca0’
– Executing [h@from-trunk:1] Hangup(“SIP/70305502-ac02bca0”, “”) in new stack
== Spawn extension (from-trunk, h, 1) exited non-zero on ‘SIP/70305502-ac02bca0’

the DID that is being presented to your system is 19514020300, so use that for a given extension and it should then ring to it. That or create a any/any inbound route (as in any DID/CID which is what a blank field means) and point that to the default destination you want incoming calls to go to.

Bingo,

When I created the extension I was not looking for the Country Code (1)coming back.

All is well for now.

On to billing issues…

thanks,