Extension not able to connect

Status
Not open for further replies.

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
iam very new to fusionpbx . I install fusionpbx on debian 12 on digital ocean for my testing and open the required ports that is mention in the documentation .

i created a extension but when i try to connect using microsip also gsware app it stuck on connecting and than requrest time out . even i tried to scan the QR Code using GSWave app getting error (Invalid QR code)

can someone help me or guide how can i solve this.
 

Attachments

  • microsip1.png
    microsip1.png
    48.9 KB · Views: 8
  • microsip2.png
    microsip2.png
    78.9 KB · Views: 8

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
Thanks for reply
yes i added on both external and internal see the attached pic tried everything.
 

Attachments

  • external_SIP_Profile.png
    external_SIP_Profile.png
    38.2 KB · Views: 9

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Has your IP been banned by fail2ban?

iptables -L -n and look for your phones external ip
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
This is the result after running iptables -L -n also not find my phone public IP.

Chain INPUT (policy DROP)
target prot opt source destination
sip-auth-fail 0 -- 0.0.0.0/0 0.0.0.0/0
sip-auth-ip 0 -- 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "friendly-scanner" ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "friendly-scanner" ALGO name bm ICASE
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "sipcli/" ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "sipcli/" ALGO name bm ICASE
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "VaxSIPUserAgent/" ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "VaxSIPUserAgent/" ALGO name bm ICASE
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "pplsip" ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "pplsip" ALGO name bm ICASE
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "system " ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "system " ALGO name bm ICASE
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "exec." ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "exec." ALGO name bm ICASE
DROP 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "multipart/mixed;boundary" ALGO name bm ICASE
DROP 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "multipart/mixed;boundary" ALGO name bm ICASE
ACCEPT 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
ACCEPT 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
ACCEPT 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
ACCEPT 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7443
ACCEPT 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091
ACCEPT 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091
ACCEPT 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpts:16384:32768
ACCEPT 1 -- 0.0.0.0/0 0.0.0.0/0 icmptype 8
ACCEPT 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpt:1194

Chain FORWARD (policy DROP)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain sip-auth-fail (1 references)
target prot opt source destination

Chain sip-auth-ip (1 references)
target prot opt source destination
DROP 0 -- 132.148.79.38 0.0.0.0/0
DROP 0 -- 192.99.120.100 0.0.0.0/0
DROP 0 -- 45.93.16.12 0.0.0.0/0
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
basic Question but i have to ask is this necessary to create gateway, inbound and outbound to connect client from external. i follow some YouTube video and follow same steps but my extension from my mobile data can not scan from GSWAVE app.
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
also when i run this fail2ban-client status freeswitch-ip
2023-10-05 07:36:43,858 fail2ban [37706]: ERROR Failed to access socket path: /var/run/fail2ban/fail2ban.sock. Is fail2ban running?

getting this error
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
root@pbxsystem:~# cat /etc/fail2ban/jail.local
[ssh]
enabled = true
port = 22
protocol = ssh
filter = sshd
logpath = /var/log/auth.log
action = iptables-allports[name=sshd, protocol=all]
maxretry = 6
findtime = 60
bantime = 86400

[freeswitch]
enabled = false
port = 5060:5091
protocol = all
filter = freeswitch
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=freeswitch, protocol=all]
maxretry = 10
findtime = 60
bantime = 3600
# sendmail-whois[name=FreeSwitch, dest=root, sender=[email]fail2ban@example.org[/email]] #no smtp server installed

[freeswitch-acl]
enabled = false
port = 5060:5091
protocol = all
filter = freeswitch-acl
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=freeswitch-acl, protocol=all]
maxretry = 900
findtime = 60
bantime = 86400

[freeswitch-ip]
enabled = false
port = 5060:5091
protocol = all
filter = freeswitch-ip
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=freeswitch-ip, protocol=all]
maxretry = 1
findtime = 60
bantime = 86400

[auth-challenge-ip]
enabled = false
port = 5060:5091
protocol = all
filter = auth-challenge-ip
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=auth-challenge-ip, protocol=all]
maxretry = 1
findtime = 60
bantime = 86400

[sip-auth-challenge]
enabled = false
port = 5060:5091
protocol = all
filter = sip-auth-challenge
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=sip-auth-challenge, protocol=all]
maxretry = 100
findtime = 60
bantime = 7200

[sip-auth-failure]
enabled = false
port = 5060:5091
protocol = all
filter = sip-auth-failure
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=sip-auth-failure, protocol=all]
maxretry = 6
findtime = 60
bantime = 7200

[fusionpbx-404]
enabled = false
port = 5060:5091
protocol = all
filter = fusionpbx-404
logpath = /var/log/freeswitch/freeswitch.log
#logpath = /usr/local/freeswitch/log/freeswitch.log
action = iptables-allports[name=fusionpbx-404, protocol=all]
maxretry = 6
findtime = 60
bantime = 86400

[fusionpbx]
enabled = true
port = 80,443
protocol = tcp
filter = fusionpbx
logpath = /var/log/auth.log
action = iptables-allports[name=fusionpbx, protocol=all]
# sendmail-whois[name=fusionpbx, dest=root, sender=[email]fail2ban@example.org[/email]] #no smtp server installed
maxretry = 20
findtime = 60
bantime = 3600

[fusionpbx-mac]
enabled = true
port = 80,443
protocol = tcp
filter = fusionpbx-mac
logpath = /var/log/syslog
action = iptables-allports[name=fusionpbx-mac, protocol=all]
# sendmail-whois[name=fusionpbx-mac, dest=root, sender=[email]fail2ban@example.org[/email]] #no smtp server instal led
maxretry = 10
findtime = 60
bantime = 86400

[nginx-404]
enabled = true
port = 80,443
protocol = tcp
filter = nginx-404
logpath = /var/log/nginx/access*.log
action = iptables-allports[name=nginx-404, protocol=all]
bantime = 3600
findtime = 60
maxretry = 300

[nginx-dos]
# Based on apache-badbots but a simple IP check (any IP requesting more than
# 300 pages in 60 seconds, or 5p/s average, is suspicious)
enabled = true
port = 80,443
protocol = tcp
filter = nginx-dos
logpath = /var/log/nginx/access*.log
action = iptables-allports[name=nginx-dos, protocol=all]
findtime = 60
bantime = 86400
maxretry = 800
 

daddydrazen

New Member
Nov 7, 2022
19
0
1
42
OK, what is your port for external SIP profile? If you are using default port (5080) than I'm pretty sure that, in Microsip, you need to add port after SIP server name and SIP proxy.

Also is your domain a real domain or is it FusionPBX domain? If it's just FusionPBX domain (or tenant is better choice of word) than you need to add proxy which is your external IP address. So in your case, in Microsip config, you should have following:
- in SIP server field you should have following value: t1.ngt-tech.com:5080
-
in SIP proxy field you should have: 188.166.186.58:5080

The rest should be OK, in my humble opinion.
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
Dear Daddydrazen,

iam using the default port 5080 and i have check with both without port or with port like (t1.ngt-tech.com, t1.ngt-tech.com:5080) also i check weather ports are open on the external interface and it is open see the attached screenshot. The domain is real and create A record on it.

But still when i use the setting in microsip still is stuck on connecting.
 

Attachments

  • portforwarding.png
    portforwarding.png
    100.6 KB · Views: 7

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
This is the debug

1 witch_core_sqldb.c:1874 sofia:external Destroying SQL queue.
2 2023-10-06 06:48:24.313153 97.73% [INFO] switch_core_sqldb.c:1825 sofia:external Stopping SQL thread.
3 2023-10-06 06:48:24.313153 97.73% [DEBUG] sofia.c:3582 Write lock external
4 2023-10-06 06:48:24.313153 97.73% [DEBUG] sofia.c:3595 Write unlock external
5 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 hold-music [local_stream://default]
6 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 inbound-codec-negotiation [generous]
7 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 inbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
8 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 media_timeout [300]
9 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 nonce-ttl [60]
10 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 outbound-codec-prefs [PCMU,PCMA]
11 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 rfc2833-pt [101]
12 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 rtp-ip [188.166.186.58]
13 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 rtp-timer-name [soft]
14 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 session-timeout [0]
15 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 sip-port [5090]
16 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 sip-trace [no]
17 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 suppress-cng [true]
18 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls [false]
19 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-bind-params [transport=tls]
20 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-cert-dir [/etc/freeswitch/tls]
21 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-only [false]
22 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-passphrase []
23 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 inbound-zrtp-passthru [true]
24 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 local-network-acl [localnet.auto]
25 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 manage-presence [false]
26 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 media_hold_timeout [1800]
27 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 apply-inbound-acl [providers]
28 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 apply-nat-acl [nat.auto]
29 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 apply-register-acl [providers]
30 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 auth-calls [true]
31 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 auth-subscriptions [true]
32 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 context [public]
33 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 debug [0]
34 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 dialplan [XML]
35 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 sip-capture [no]
36 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 sip-ip [188.166.186.58]
37 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-sip-port [5091]
38 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-verify-date [false]
39 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-verify-depth [2]
40 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-verify-in-subjects []
41 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-verify-policy [none]
42 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 tls-version [tlsv1,tlsv1.1,tlsv1.2]
43 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 track-calls [false]
44 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 user-agent-string [FreeSWITCH]
45 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 zrtp-passthru [true]
46 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 dtmf-duration [2000]
47 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 dtmf-type [rfc2833]
48 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 enable-timer [false]
49 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 ext-rtp-ip [188.166.186.58]
50 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 ext-sip-ip [188.166.186.58]
51 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:4727 inbound-late-negotiation [true]
52 2023-10-06 06:48:24.353137 97.73% [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
53 2023-10-06 06:48:24.353137 97.73% [NOTICE] sofia.c:6350 Started Profile external [sofia_reg_external]
54 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:3162 Creating agent for external
55 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:3325 Created agent for external
56 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:3375 Set params for external
57 2023-10-06 06:48:24.353137 97.73% [DEBUG] sofia.c:3422 Activated db for external
58 2023-10-06 06:48:24.353137 97.73% [INFO] switch_core_sqldb.c:1840 sofia:external Starting SQL thread.
59 2023-10-06 06:48:24.373129 97.73% [DEBUG] sofia.c:3460 Starting thread for external
60 2023-10-06 06:48:24.373129 97.73% [DEBUG] sofia.c:3052 Launching worker thread for external
61 2023-10-06 06:48:29.413141 97.53% [INFO] mod_enum.c:884 ENUM Reloaded
62 2023-10-06 06:48:29.413141 97.53% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
63 2023-10-06 06:48:30.213167 97.20% [NOTICE] sofia.c:3510 Waiting for worker thread
64 2023-10-06 06:48:31.213178 97.13% [INFO] switch_core_sqldb.c:1874 sofia:internal Destroying SQL queue.
65 2023-10-06 06:48:31.413143 97.13% [INFO] switch_core_sqldb.c:1825 sofia:internal Stopping SQL thread.
66 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3582 Write lock internal
67 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3595 Write unlock internal
68 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 apply-inbound-acl [providers]
69 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 apply-nat-acl [nat.auto]
70 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 apply-register-acl [providers]
71 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 auth-all-packets [false]
72 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 auth-calls [true]
73 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 auth-subscriptions [true]
74 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 challenge-realm [auto_to]
75 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 context [public]
76 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 debug [0]
77 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 dialplan [XML]
78 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 rtp-ip [188.166.186.58]
79 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 rtp-timer-name [soft]
80 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 sip-capture [no]
81 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 sip-ip [188.166.186.58]
82 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 sip-port [5060]
83 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 sip-trace [no]
84 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 dtmf-duration [2000]
85 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 dtmf-type [rfc2833]
86 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 enable-timer [false]
87 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 ext-rtp-ip [188.166.186.58]
88 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 ext-sip-ip [188.166.186.58]
89 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 forward-unsolicited-mwi-notify [false]
90 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 hold-music [local_stream://default]
91 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 inbound-codec-negotiation [generous]
92 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 inbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
93 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 inbound-late-negotiation [true]
94 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 inbound-reg-force-matching-username [true]
95 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 inbound-zrtp-passthru [true]
96 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 local-network-acl [localnet.auto]
97 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 log-auth-failures [false]
98 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 manage-presence [true]
99 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 manage-shared-appearance [true]
100 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 media_hold_timeout [1800]
101 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 media_timeout [300]
102 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 nonce-ttl [60]
103 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 outbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
104 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 presence-hosts [{domain},188.166.186.58]
105 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 presence-privacy [{presence_privacy}]
106 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 presence-probe-on-register [true]
107 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 record-path [/var/lib/freeswitch/recordings]
108 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 record-template [${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext}]
109 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 rfc2833-pt [101]
110 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls [false]
111 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-bind-params [transport=tls]
112 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-cert-dir [/etc/freeswitch/tls]
113 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-only [false]
114 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-passphrase []
115 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-sip-port [5061]
116 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-verify-date [false]
117 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-verify-depth [2]
118 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-verify-in-subjects []
119 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-verify-policy [none]
120 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 tls-version [tlsv1,tlsv1.1,tlsv1.2]
121 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 track-calls [false]
122 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 user-agent-string [FreeSWITCH]
123 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 watchdog-enabled [no]
124 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 watchdog-event-timeout [30000]
125 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 watchdog-step-timeout [30000]
126 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 ws-binding [:5066]
127 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 wss-binding [:7443]
128 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 NDLB-force-rport [safe]
129 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:4727 aggressive-nat-detection [true]
130 2023-10-06 06:48:31.413143 97.13% [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
131 2023-10-06 06:48:31.413143 97.13% [NOTICE] sofia.c:6350 Started Profile internal [sofia_reg_internal]
132 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3162 Creating agent for internal
133 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3325 Created agent for internal
134 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3375 Set params for internal
135 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3422 Activated db for internal
136 2023-10-06 06:48:31.413143 97.13% [INFO] switch_core_sqldb.c:1840 sofia:internal Starting SQL thread.
137 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3460 Starting thread for internal
138 2023-10-06 06:48:31.413143 97.13% [DEBUG] sofia.c:3052 Launching worker thread for internal
139 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1482 Created ip list rfc6598.auto default (deny)
140 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto
141 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1488 Created ip list rfc1918.auto default (deny)
142 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
143 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
144 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
145 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding fe80::/10 (allow) [] to list rfc1918.auto
146 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1497 Created ip list wan.auto default (allow)
147 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 0.0.0.0/8 (deny) [] to list wan.auto
148 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 10.0.0.0/8 (deny) [] to list wan.auto
149 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 172.16.0.0/12 (deny) [] to list wan.auto
150 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 192.168.0.0/16 (deny) [] to list wan.auto
151 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 169.254.0.0/16 (deny) [] to list wan.auto
152 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 100.64.0.0/10 (deny) [] to list wan.auto
153 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding fe80::/10 (deny) [] to list wan.auto
154 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1509 Created ip list wan_v6.auto default (allow)
155 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 0.0.0.0/0 (deny) [] to list wan_v6.auto
156 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding fe80::/10 (deny) [] to list wan_v6.auto
157 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1517 Created ip list wan_v4.auto default (allow)
158 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 0.0.0.0/8 (deny) [] to list wan_v4.auto
159 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 10.0.0.0/8 (deny) [] to list wan_v4.auto
160 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 172.16.0.0/12 (deny) [] to list wan_v4.auto
161 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 192.168.0.0/16 (deny) [] to list wan_v4.auto
162 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 169.254.0.0/16 (deny) [] to list wan_v4.auto
163 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 100.64.0.0/10 (deny) [] to list wan_v4.auto
164 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding ::/0 (deny) [] to list wan_v4.auto
165 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1530 Created ip list any_v6.auto default (allow)
166 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 0.0.0.0/0 (deny) [] to list any_v6.auto
167 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1537 Created ip list any_v4.auto default (allow)
168 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding ::/0 (deny) [] to list any_v4.auto
169 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1544 Created ip list nat.auto default (deny)
170 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1546 Adding 188.166.186.58/255.255.240.0 (deny) to list nat.auto
171 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 10.0.0.0/8 (allow) [] to list nat.auto
172 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 172.16.0.0/12 (allow) [] to list nat.auto
173 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 192.168.0.0/16 (allow) [] to list nat.auto
174 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 100.64.0.0/10 (allow) [] to list nat.auto
175 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1556 Created ip list loopback.auto default (deny)
176 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
177 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_utils.c:665 Adding ::1/128 (allow) [] to list loopback.auto
178 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1563 Created ip list localnet.auto default (deny)
179 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1566 Adding 188.166.186.58/255.255.240.0 (allow) to list localnet.auto
180 2023-10-06 06:49:52.893170 99.03% [NOTICE] switch_core.c:1591 Created ip list providers default (deny)
181 2023-10-06 06:49:52.913146 99.03% [INFO] mod_enum.c:884 ENUM Reloaded
182 2023-10-06 06:49:52.913146 99.03% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
183 2023-10-06 06:49:52.933140 98.70% [WARNING] switch_core.c:1644 Cannot locate domain pbx.infonbuy.com
184 2023-10-06 06:49:52.933140 98.70% [NOTICE] switch_core.c:1591 Created ip list rfc1918 default (deny)
185 2023-10-06 06:49:52.933140 98.70% [NOTICE] switch_utils.c:665 Adding 10.0.0.0/8 (allow) [] to list rfc1918
186 2023-10-06 06:49:52.933140 98.70% [NOTICE] switch_utils.c:665 Adding 172.16.0.0/12 (allow) [] to list rfc1918
187 2023-10-06 06:49:52.933140 98.70% [NOTICE] switch_utils.c:665 Adding 192.168.0.0/16 (allow) [] to list rfc1918
188 2023-10-06 07:00:22.873159 97.53% [INFO] mod_enum.c:884 ENUM Reloaded
189 2023-10-06 07:00:22.873159 97.53% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
190 2023-10-06 07:00:34.293140 98.00% [INFO] mod_enum.c:884 ENUM Reloaded
191 2023-10-06 07:00:34.293140 98.00% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
192 2023-10-06 07:00:34.513155 98.00% [NOTICE] sofia.c:3510 Waiting for worker thread
193 2023-10-06 07:00:35.513153 97.93% [INFO] switch_core_sqldb.c:1874 sofia:external Destroying SQL queue.
194 2023-10-06 07:00:35.713147 97.93% [INFO] switch_core_sqldb.c:1825 sofia:external Stopping SQL thread.
195 2023-10-06 07:00:35.713147 97.93% [DEBUG] sofia.c:3582 Write lock external
196 2023-10-06 07:00:35.713147 97.93% [DEBUG] sofia.c:3595 Write unlock external
197 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 rtp-timer-name [soft]
198 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 session-timeout [0]
199 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 dtmf-duration [2000]
200 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 dtmf-type [rfc2833]
201 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 enable-timer [false]
202 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 ext-rtp-ip [188.166.186.58]
203 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 ext-sip-ip [188.166.186.58]
204 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 hold-music [local_stream://default]
205 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 inbound-codec-negotiation [generous]
206 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 inbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
207 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 sip-capture [no]
208 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 sip-ip [188.166.186.58]
209 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 sip-port [5080]
210 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 inbound-zrtp-passthru [true]
211 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 local-network-acl [localnet.auto]
212 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 manage-presence [false]
213 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 media_hold_timeout [1800]
214 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 apply-inbound-acl [providers]
215 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 apply-nat-acl [nat.auto]
216 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 apply-register-acl [providers]
217 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 auth-calls [true]
218 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 auth-subscriptions [true]
219 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 context [public]
220 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 media_timeout [300]
221 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 nonce-ttl [60]
222 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 sip-trace [no]
223 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 suppress-cng [true]
224 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls [false]
225 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-bind-params [transport=tls]
226 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-cert-dir [/etc/freeswitch/tls]
227 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-only [false]
228 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-passphrase []
229 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-sip-port [5081]
230 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-verify-date [false]
231 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-verify-depth [2]
232 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-verify-in-subjects []
233 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-verify-policy [none]
234 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 tls-version [tlsv1,tlsv1.1,tlsv1.2]
235 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 track-calls [false]
236 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 user-agent-string [FreeSWITCH]
237 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 zrtp-passthru [true]
238 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 outbound-codec-prefs [PCMU,PCMA]
239 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 rfc2833-pt [101]
240 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 rtp-ip [188.166.186.58]
241 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 debug [0]
242 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 dialplan [XML]
243 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:4727 inbound-late-negotiation [true]
244 2023-10-06 07:00:35.753137 97.93% [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
245 2023-10-06 07:00:35.753137 97.93% [NOTICE] sofia.c:6350 Started Profile external [sofia_reg_external]
246 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:3162 Creating agent for external
247 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:3325 Created agent for external
248 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:3375 Set params for external
249 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:3422 Activated db for external
250 2023-10-06 07:00:35.753137 97.93% [INFO] switch_core_sqldb.c:1840 sofia:external Starting SQL thread.
251 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:3460 Starting thread for external
252 2023-10-06 07:00:35.753137 97.93% [DEBUG] sofia.c:3052 Launching worker thread for external
253 2023-10-06 07:00:39.593170 98.00% [INFO] mod_enum.c:884 ENUM Reloaded
254 2023-10-06 07:00:39.593170 98.00% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
255 2023-10-06 07:00:40.553174 97.63% [NOTICE] sofia.c:3510 Waiting for worker thread
256 2023-10-06 07:00:41.573161 97.53% [INFO] switch_core_sqldb.c:1874 sofia:internal Destroying SQL queue.
257 2023-10-06 07:00:41.773158 97.53% [INFO] switch_core_sqldb.c:1825 sofia:internal Stopping SQL thread.
258 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3582 Write lock internal
259 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3595 Write unlock internal
260 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 apply-inbound-acl [providers]
261 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 apply-nat-acl [nat.auto]
262 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 apply-register-acl [providers]
263 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 auth-all-packets [false]
264 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 auth-calls [true]
265 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 auth-subscriptions [true]
266 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 challenge-realm [auto_to]
267 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 context [public]
268 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 debug [0]
269 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 dialplan [XML]
270 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 rtp-ip [188.166.186.58]
271 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 rtp-timer-name [soft]
272 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 sip-capture [no]
273 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 sip-ip [188.166.186.58]
274 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 sip-port [5060]
275 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 sip-trace [no]
276 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 dtmf-duration [2000]
277 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 dtmf-type [rfc2833]
278 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 enable-timer [false]
279 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 ext-rtp-ip [188.166.186.58]
280 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 ext-sip-ip [188.166.186.58]
281 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 forward-unsolicited-mwi-notify [false]
282 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 hold-music [local_stream://default]
283 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 inbound-codec-negotiation [generous]
284 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 inbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
285 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 inbound-late-negotiation [true]
286 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 inbound-reg-force-matching-username [true]
287 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 inbound-zrtp-passthru [true]
288 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 local-network-acl [localnet.auto]
289 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 log-auth-failures [false]
290 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 manage-presence [true]
291 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 manage-shared-appearance [true]
292 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 media_hold_timeout [1800]
293 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 media_timeout [300]
294 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 nonce-ttl [60]
295 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 outbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
296 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 presence-hosts [{domain},188.166.186.58]
297 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 presence-privacy [{presence_privacy}]
298 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 presence-probe-on-register [true]
299 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 record-path [/var/lib/freeswitch/recordings]
300 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 record-template [${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext}]
301 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 rfc2833-pt [101]
302 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls [false]
303 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-bind-params [transport=tls]
304 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-cert-dir [/etc/freeswitch/tls]
305 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-only [false]
306 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-passphrase []
307 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-sip-port [5061]
308 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-verify-date [false]
309 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-verify-depth [2]
310 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-verify-in-subjects []
311 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-verify-policy [none]
312 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 tls-version [tlsv1,tlsv1.1,tlsv1.2]
313 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 track-calls [false]
314 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 user-agent-string [FreeSWITCH]
315 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 watchdog-enabled [no]
316 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 watchdog-event-timeout [30000]
317 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 watchdog-step-timeout [30000]
318 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 ws-binding [:5066]
319 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 wss-binding [:7443]
320 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 NDLB-force-rport [safe]
321 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:4727 aggressive-nat-detection [true]
322 2023-10-06 07:00:41.773158 97.53% [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
323 2023-10-06 07:00:41.773158 97.53% [NOTICE] sofia.c:6350 Started Profile internal [sofia_reg_internal]
324 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3162 Creating agent for internal
325 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3325 Created agent for internal
326 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3375 Set params for internal
327 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3422 Activated db for internal
328 2023-10-06 07:00:41.773158 97.53% [INFO] switch_core_sqldb.c:1840 sofia:internal Starting SQL thread.
329 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3460 Starting thread for internal
330 2023-10-06 07:00:41.773158 97.53% [DEBUG] sofia.c:3052 Launching worker thread for internal
331 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 rtp-timer-name [soft]
332 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 session-timeout [0]
333 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 dtmf-duration [2000]
334 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 dtmf-type [rfc2833]
335 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 enable-timer [false]
336 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 ext-rtp-ip [188.166.186.58]
337 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 ext-sip-ip [188.166.186.58]
338 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 hold-music [local_stream://default]
339 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 inbound-codec-negotiation [generous]
340 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 inbound-codec-prefs [G7221@32000h,G7221@16000h,G722,PCMU,PCMA]
341 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 sip-capture [no]
342 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 sip-ip [188.166.186.58]
343 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 sip-port [5080]
344 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 inbound-zrtp-passthru [true]
345 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 local-network-acl [localnet.auto]
346 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 manage-presence [false]
347 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 media_hold_timeout [1800]
348 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 apply-inbound-acl [providers]
349 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 apply-nat-acl [nat.auto]
350 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 apply-register-acl [providers]
351 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 auth-calls [true]
352 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 auth-subscriptions [true]
353 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 context [public]
354 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 media_timeout [300]
355 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 nonce-ttl [60]
356 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 sip-trace [no]
357 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 suppress-cng [true]
358 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls [false]
359 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-bind-params [transport=tls]
360 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-cert-dir [/etc/freeswitch/tls]
361 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-only [false]
362 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-passphrase []
363 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-sip-port [5081]
364 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-verify-date [false]
365 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-verify-depth [2]
366 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-verify-in-subjects []
367 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-verify-policy [none]
368 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 tls-version [tlsv1,tlsv1.1,tlsv1.2]
369 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 track-calls [false]
370 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 user-agent-string [FreeSWITCH]
371 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 zrtp-passthru [true]
372 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 outbound-codec-prefs [PCMU,PCMA]
373 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 rfc2833-pt [101]
374 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 rtp-ip [188.166.186.58]
375 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 debug [0]
376 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 dialplan [XML]
377 2023-10-06 07:01:13.373140 97.47% [DEBUG] sofia.c:4727 inbound-late-negotiation [true]
378 2023-10-06 07:01:13.373140 97.47% [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
379 2023-10-06 07:01:13.373140 97.47% [INFO] mod_enum.c:884 ENUM Reloaded
380 2023-10-06 07:01:13.373140 97.47% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
381 2023-10-06 07:02:24.773158 97.93% [INFO] mod_enum.c:884 ENUM Reloaded
382 2023-10-06 07:02:24.773158 97.93% [INFO] switch_time.c:1433 Timezone reloaded 1750 definitions
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
yes you are right because after this not worked so i reinstalled on Ubuntu 20.04 with out dns also did the same config setup ip in the sip profile and set up value of this ext-rtp-ip,ext-sip-ip both external and internal but same can not able to register the extension.

new IP is this 167.71.68.215

if you can help i will provide you my username and password to check.
 

mcs3ss2

Active Member
Sep 8, 2020
258
27
28
AU
just change the DNS A Record to new IP
Make sure your RTP IPs are updated to new IP as well.
Add your provider IP to yourt ACL
It should work there after
If you still cannot figur it out send me PM
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
thanks for reply

i will add the dns what do you mean by provider IP . If your mean the sip provider IP in the acl so i dont have any of that iam just testing the with only exention my for future deployment. Also confuse about RTP IP
 

talhasaleemahmed

New Member
Oct 4, 2023
29
0
1
39
That is already set on both internal or external

I already Tried everything with dns pointing to fusionpbx or without dns but having same issue.
 

Attachments

  • sipprofile.png
    sipprofile.png
    3.5 KB · Views: 5
Status
Not open for further replies.