@pwilson330 wrote:
Hi there,
I’m in the process of setting up a new freepbx system. I have the outbound side of it working. The inbound side is not. When I set up my inbound trunk and inbound route, it changed from a busy signal when I dial the number, to a message of “The number you have dialed is not in service.”
My log file looks like this from when I last tried to call in to this new number:
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [8884897169@from-sip-external:1] NoOp(“SIP/66.241.96.164-00000058”, “Received incoming SIP connection from unknown peer to 8884897169”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [8884897169@from-sip-external:2] Set(“SIP/66.241.96.164-00000058”, “DID=8884897169”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [8884897169@from-sip-external:3] Goto(“SIP/66.241.96.164-00000058”, “s,1”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx_builtins.c: Goto (from-sip-external,s,1)
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:1] GotoIf(“SIP/66.241.96.164-00000058”, “1?setlanguage:checkanon”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx_builtins.c: Goto (from-sip-external,s,2)
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:2] Set(“SIP/66.241.96.164-00000058”, “CHANNEL(language)=en”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:3] GotoIf(“SIP/66.241.96.164-00000058”, “1?noanonymous”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx_builtins.c: Goto (from-sip-external,s,5)
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:5] Set(“SIP/66.241.96.164-00000058”, “TIMEOUT(absolute)=15”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] func_timeout.c: Channel will hangup at 2018-02-08 16:50:04.414 UTC.
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:6] Log(“SIP/66.241.96.164-00000058”, "WARNING,“Rejecting unknown SIP connection from 66.241.96.164"”) in new stack
[2018-02-08 16:49:49] WARNING[20659][C-0000006e] Ext. s: “Rejecting unknown SIP connection from 66.241.96.164”
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:7] Answer(“SIP/66.241.96.164-00000058”, “”) in new stack
[2018-02-08 16:49:49] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:8] Wait(“SIP/66.241.96.164-00000058”, “2”) in new stack
[2018-02-08 16:49:51] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:9] Playback(“SIP/66.241.96.164-00000058”, “ss-noservice”) in new stack
[2018-02-08 16:49:51] VERBOSE[20659][C-0000006e] file.c: <SIP/66.241.96.164-00000058> Playing ‘ss-noservice.ulaw’ (language ‘en’)
[2018-02-08 16:49:56] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:10] PlayTones(“SIP/66.241.96.164-00000058”, “congestion”) in new stack
[2018-02-08 16:49:56] VERBOSE[20659][C-0000006e] pbx.c: Executing [s@from-sip-external:11] Congestion(“SIP/66.241.96.164-00000058”, “5”) in new stack
[2018-02-08 16:49:58] VERBOSE[20659][C-0000006e] pbx.c: Spawn extension (from-sip-external, s, 11) exited non-zero on ‘SIP/66.241.96.164-00000058’
[2018-02-08 16:49:58] VERBOSE[20659][C-0000006e] pbx.c: Executing [h@from-sip-external:1] Hangup(“SIP/66.241.96.164-00000058”, “”) in new stack
[2018-02-08 16:49:58] VERBOSE[20659][C-0000006e] pbx.c: Spawn extension (from-sip-external, h, 1) exited non-zero on ‘SIP/66.241.96.164-00000058’
[2018-02-08 16:56:02] VERBOSE[30552] asterisk.c: Remote UNIX connection
[2018-02-08 16:56:02] VERBOSE[6083] asterisk.c: Remote UNIX connection disconnected
[2018-02-08 16:56:02] VERBOSE[30552] asterisk.c: Remote UNIX connection
[2018-02-08 16:56:02] VERBOSE[6085] asterisk.c: Remote UNIX connection disconnected
[2018-02-08 16:56:02] VERBOSE[30552] asterisk.c: Remote UNIX connection
[2018-02-08 16:56:02] VERBOSE[6087] asterisk.c: Remote UNIX connection disconnectedFor the inbound trunk under sip settings I have:
type=friend
dtmfmode=auto
username=username
secret=xxxxx
context=from-trunk
insecure=port,invite
canreinvite=no
fromdomain=inbound24.myprovider.net
prematuremedia=no
progressinband=yesI have this set up as chan_ sip, but my extensions are pjsip. Does that make a difference? Thanks in advance for the help.
Posts: 6
Participants: 2