99-100 extension worked flawlesly, today I added 5 new phones and they don’t work
- all the extensions are configured identical (chan_sip)
- phones properly register to the system
- I can see the extension on the phone as it registered correctly
- I can dial out from this phone(s) normally
- when I try to call this phone it does not ring, I hear busy tone and get info “service unaviable” on dialer phone
- I turn off one of the phones from working 100 extensions, give this new phone extension of the phone it works (I just change the mac.cfg file to change extension number and reset the phone) and it works flawlesly as the “old” extension, I return to new extension and it does not work
I spent 2 days already on this without a clue what’s going on, phone configuration is delivered trough tftpd and almost all phones are same, config files are same the only difference is extension number… and what’s weird is that 99 or 100 extensions worked and when I added these new ones it stopped, like there’s some limit for something at 100 extensions???
something from log (300 is the “non working” extension, can dial out, can’t be called)
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] chan_sip.c: Reliably Transmitting (no NAT) to 192.168.1.201:5066:
INVITE sip:[email protected]:5066 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK0b4358fc
Max-Forwards: 70
From: "473" <sip:[email protected]>;tag=as7583f89d
To: <sip:[email protected]:5066>
Contact: <sip:[email protected]:5060>
Call-ID: [email protected]:5060
CSeq: 102 INVITE
User-Agent: FPBX-13.0.195.4(13.18.3)
Date: Tue, 17 Jul 2018 14:15:53 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 328
v=0
o=root 146894188 146894188 IN IP4 192.168.1.10
s=Asterisk PBX 13.18.3
c=IN IP4 192.168.1.10
t=0 0
m=audio 10112 RTP/AVP 0 8 3 111 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
---
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] app_dial.c: Called SIP/300
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] app_dial.c: Connected line update to SIP/473-00270659 prevented.
[2018-07-17 16:15:53] VERBOSE[3058] chan_sip.c:
<--- SIP read from UDP:192.168.1.201:5066 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK0b4358fc
From: "473" <sip:[email protected]>;tag=as7583f89d
To: <sip:[email protected]:5066>
Call-ID: [email protected]:5060
CSeq: 102 INVITE
User-Agent: Yealink SIP-T19P 31.72.0.75
Content-Length: 0
<------------->
[2018-07-17 16:15:53] VERBOSE[3058] chan_sip.c: --- (8 headers 0 lines) ---
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] bridge_channel.c: Channel SIP/490-00270633 left 'simple_bridge' basic-bridge <35702a28-f9ab-4b08-af57-3038700bc995>
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] app_macro.c: Spawn extension (macro-dialout-trunk, s, 24) exited non-zero on 'SIP/490-00270633' in macro 'dialout-trunk'
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx.c: Spawn extension (from-internal, 18006931779, 7) exited non-zero on 'SIP/490-00270633'
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx.c: Executing [h@from-internal:1] Macro("SIP/490-00270633", "hangupcall") in new stack
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx.c: Executing [s@macro-hangupcall:1] GotoIf("SIP/490-00270633", "1?theend") in new stack
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2018-07-17 16:15:53] VERBOSE[24981][C-00058a99] bridge_channel.c: Channel SIP/FlowRouteTrunk-00270634 left 'simple_bridge' basic-bridge <35702a28-f9ab-4b08-af57-3038700bc995>
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx.c: Executing [s@macro-hangupcall:3] ExecIf("SIP/490-00270633", "0?Set(CDR(recordingfile)=)") in new stack
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx.c: Executing [s@macro-hangupcall:4] Hangup("SIP/490-00270633", "") in new stack
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'SIP/490-00270633' in macro 'hangupcall'
[2018-07-17 16:15:53] VERBOSE[24970][C-00058a99] pbx.c: Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/490-00270633'
[2018-07-17 16:15:53] VERBOSE[24971][C-00058a99] app_mixmonitor.c: MixMonitor close filestream (mixed)
[2018-07-17 16:15:53] VERBOSE[24971][C-00058a99] app_mixmonitor.c: End MixMonitor Recording SIP/490-00270633
[2018-07-17 16:15:53] VERBOSE[3058] chan_sip.c:
<--- SIP read from UDP:192.168.1.201:5066 --->
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK0b4358fc
From: "473" <sip:[email protected]>;tag=as7583f89d
To: <sip:[email protected]:5066>;tag=1376329631
Call-ID: [email protected]:5060
CSeq: 102 INVITE
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
User-Agent: Yealink SIP-T19P 31.72.0.75
Allow-Events: talk,hold,conference,refer,check-sync
Content-Length: 0
<------------->
[2018-07-17 16:15:53] VERBOSE[3058] chan_sip.c: --- (10 headers 0 lines) ---
[2018-07-17 16:15:53] VERBOSE[3058][C-00058aa7] chan_sip.c: Transmitting (no NAT) to 192.168.1.201:5066:
ACK sip:[email protected]:5066 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK0b4358fc
Max-Forwards: 70
From: "473" <sip:[email protected]>;tag=as7583f89d
To: <sip:[email protected]:5066>;tag=1376329631
Contact: <sip:[email protected]:5060>
Call-ID: [email protected]:5060
CSeq: 102 ACK
User-Agent: FPBX-13.0.195.4(13.18.3)
Content-Length: 0
---
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] chan_sip.c: Scheduling destruction of SIP dialog '[email protected]:5060' in 6400 ms (Method: INVITE)
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] app_dial.c: Everyone is busy/congested at this time (1:0/0/1)
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-dial-one:55] ExecIf("SIP/473-00270659", "0?MacroExit()") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-dial-one:56] ExecIf("SIP/473-00270659", "0?Set(DIALSTATUS=)") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-dial-one:57] GosubIf("SIP/473-00270659", "0?s-CHANUNAVAIL,1()") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-dial-one:58] MacroExit("SIP/473-00270659", "") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-exten-vm:27] Set("SIP/473-00270659", "SV_DIALSTATUS=CHANUNAVAIL") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-exten-vm:28] GosubIf("SIP/473-00270659", "0?docfu,1()") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-exten-vm:29] GosubIf("SIP/473-00270659", "0?docfb,1()") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-exten-vm:30] Set("SIP/473-00270659", "DIALSTATUS=CHANUNAVAIL") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-exten-vm:31] ExecIf("SIP/473-00270659", "0?MacroExit()") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-exten-vm:32] GotoIf("SIP/473-00270659", "1?s-CHANUNAVAIL,1") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx_builtins.c: Goto (macro-exten-vm,s-CHANUNAVAIL,1)
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s-CHANUNAVAIL@macro-exten-vm:1] GotoIf("SIP/473-00270659", "0?exit,1") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s-CHANUNAVAIL@macro-exten-vm:2] PlayTones("SIP/473-00270659", "congestion") in new stack
[2018-07-17 16:15:53] WARNING[25160][C-00058aa7] translate.c: no samples for ulawtolin
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s-CHANUNAVAIL@macro-exten-vm:3] Congestion("SIP/473-00270659", "10") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] app_macro.c: Spawn extension (macro-exten-vm, s-CHANUNAVAIL, 3) exited non-zero on 'SIP/473-00270659' in macro 'exten-vm'
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Spawn extension (ext-local, 300, 2) exited non-zero on 'SIP/473-00270659'
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [h@ext-local:1] Macro("SIP/473-00270659", "hangupcall,") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-hangupcall:1] GotoIf("SIP/473-00270659", "1?theend") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx_builtins.c: Goto (macro-hangupcall,s,3)
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-hangupcall:3] ExecIf("SIP/473-00270659", "0?Set(CDR(recordingfile)=)") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Executing [s@macro-hangupcall:4] Hangup("SIP/473-00270659", "") in new stack
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] app_macro.c: Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'SIP/473-00270659' in macro 'hangupcall'
[2018-07-17 16:15:53] VERBOSE[25160][C-00058aa7] pbx.c: Spawn extension (ext-local, h, 1) exited non-zero on 'SIP/473-00270659'
[2018-07-17 16:15:53] VERBOSE[25165][C-00058aa7] app_mixmonitor.c: MixMonitor close filestream (mixed)
[2018-07-17 16:15:53] VERBOSE[25165][C-00058aa7] app_mixmonitor.c: End MixMonitor Recording SIP/473-00270659
[2018-07-17 16:15:56] VERBOSE[3058] chan_sip.c: Reliably Transmitting (no NAT) to 192.168.1.201:5066:
OPTIONS sip:[email protected]:5066 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK60a50198
Max-Forwards: 70
From: "Unknown" <sip:[email protected]>;tag=as03f60119
To: <sip:[email protected]:5066>
Contact: <sip:[email protected]:5060>
Call-ID: [email protected]:5060
CSeq: 102 OPTIONS
User-Agent: FPBX-13.0.195.4(13.18.3)
Date: Tue, 17 Jul 2018 14:15:56 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
---
[2018-07-17 16:15:56] VERBOSE[3058] chan_sip.c:
<--- SIP read from UDP:192.168.1.201:5066 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=z9hG4bK60a50198
From: "Unknown" <sip:[email protected]>;tag=as03f60119
To: <sip:[email protected]:5066>;tag=335340994
Call-ID: [email protected]:5060
CSeq: 102 OPTIONS
User-Agent: Yealink SIP-T19P 31.72.0.75
Content-Length: 0
<------------->
[2018-07-17 16:15:56] VERBOSE[3058] chan_sip.c: --- (8 headers 0 lines) ---
[2018-07-17 16:15:56] VERBOSE[3058] chan_sip.c: Really destroying SIP dialog '[email protected]:5060' Method: OPTIONS
[2018-07-17 16:15:58] VERBOSE[25139][C-00058aa2] app_macro.c: Spawn extension (macro-dialout-trunk, s, 24) exited non-zero on 'SIP/429-0027064f' in macro 'dialout-trunk'
...
I have no clue how to read this log I kinda turned on debug on the ip of that extension but no clue what’s going on here nor how to go forward … any help is highly appreciated