Hello,
I have configured a “Ring Group” with 2 extensions, and defined to “Play Recording” in the “Destination if no answer” field.
When no extension are online it plays the recording but once in a while we get the classical “The number you have dialed is not in service. Please check the number and try again.” with logs like these:
2018-07-10 13:49:26] VERBOSE[9187][C-00000001] netsock2.c: Using SIP RTP TOS bits 184
[2018-07-10 13:49:26] VERBOSE[9187][C-00000001] netsock2.c: Using SIP RTP CoS mark 5
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:1] NoOp("SIP/xxx.xxx.xxx.xxx-00000001", "Received incoming SIP connection from unknown peer to 41123456789") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:2] Set("SIP/xxx.xxx.xxx.xxx-00000001", "DID=41123456789") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:3] Goto("SIP/xxx.xxx.xxx.xxx-00000001", "s,1") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx_builtins.c: Goto (from-sip-external,s,1)
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:1] GotoIf("SIP/xxx.xxx.xxx.xxx-00000001", "1?setlanguage:checkanon") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx_builtins.c: Goto (from-sip-external,s,2)
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:2] Set("SIP/xxx.xxx.xxx.xxx-00000001", "CHANNEL(language)=fr") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:3] GotoIf("SIP/xxx.xxx.xxx.xxx-00000001", "1?noanonymous") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx_builtins.c: Goto (from-sip-external,s,5)
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:5] Set("SIP/xxx.xxx.xxx.xxx-00000001", "TIMEOUT(absolute)=15") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] func_timeout.c: Channel will hangup at 2018-07-10 13:49:41.293 CEST.
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:6] Log("SIP/xxx.xxx.xxx.xxx-00000001", "WARNING,"Rejecting unknown SIP connection from xxx.xxx.xxx.xxx"") in new stack
[2018-07-10 13:49:26] WARNING[9335][C-00000001] Ext. s: "Rejecting unknown SIP connection from xxx.xxx.xxx.xxx"
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:7] Answer("SIP/xxx.xxx.xxx.xxx-00000001", "") in new stack
[2018-07-10 13:49:26] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:8] Wait("SIP/xxx.xxx.xxx.xxx-00000001", "2") in new stack
[2018-07-10 13:49:28] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:9] Playback("SIP/xxx.xxx.xxx.xxx-00000001", "ss-noservice") in new stack
[2018-07-10 13:49:28] VERBOSE[9335][C-00000001] file.c: <SIP/xxx.xxx.xxx.xxx-00000001> Playing 'ss-noservice.alaw' (language 'fr')
[2018-07-10 13:49:33] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:10] PlayTones("SIP/xxx.xxx.xxx.xxx-00000001", "congestion") in new stack
[2018-07-10 13:49:33] VERBOSE[9335][C-00000001] pbx.c: Executing [[email protected]:11] Congestion("SIP/xxx.xxx.xxx.xxx-00000001", "5") in new stack
It looks like it happens randomly, does anybody have an idea why?
Thanks for help,