Installing SIP for Dummies

606 views
Skip to first unread message

Niels

unread,
Apr 17, 2018, 12:33:09 PM4/17/18
to BigBlueButton-Setup
Hi, 

I've done the following:

in /opt/freeswitch/conf/sip_profiles/external/cheapconnect.xml I created a profile for my provider with the following data:

<include>
 
<gateway name="cheapconnect.net">
   
<param name="username" value=“####”/>
   
<param name="from-user" value="####"/>
   
<param name="password" value="####"/>
   
<param name="from-domain" value="sip.cheapconnect.net"/>  
   
<param name="realm" value="sip.cheapconnect.net"/>
   
<param name="proxy" value="sip.cheapconnect.net"/>
   
<param name="register" value="true"/>
 
</gateway>
</include>


in /opt/freeswitch/conf/dialplan/public/cheapconnect.xml I placed the following data:

<extension name="from_cheapconnect">
 
<condition field="destination_number" expression="####">
   
<action application="answer"/>
   
<action application="sleep" data="500"/>
   
<action application="play_and_get_digits" data="5 5 3 7000 # conference/conf-pin.wav ivr/ivr-that_was_an_invalid_entry.wav pin \d+"/>
   
<action application="transfer" data="SEND_TO_CONFERENCE XML public"/>
 
</condition>
</extension>
<extension name="check_if_conference_active">
 
<condition field="${conference ${pin} list}" expression="/sofia/g" />
 
<condition field="destination_number" expression="^SEND_TO_CONFERENCE$">
   
<action application="set" data="bbb_authorized=true"/>
   
<action application="transfer" data="${pin} XML default"/>
 
</condition>
</extension>


I did the chown and THEN I DID: 

systemctl restart freeswitch


And it gave me this error:

Job for freeswitch.service failed because the control process exited with error code. See "systemctl status freeswitch.service" and "journalctl -xe" for details.


This is the log:

Apr 17 16:31:40 xxxxx.com systemd[1]: Stopping freeswitch...
Apr 17 16:31:44 xxxxx.com systemd[1]: Stopped freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: Starting freeswitch...
Apr 17 16:31:44 xxxxx.com freeswitch[3569]: 3575 Backgrounding.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Control process exited, code=exited status=1
Apr 17 16:31:44 xxxxx.com systemd[1]: Failed to start freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Unit entered failed state.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Failed with result 'exit-code'.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.
Apr 17 16:31:44 xxxxx.com systemd[1]: Stopped freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: Starting freeswitch...
Apr 17 16:31:44 xxxxx.com freeswitch[3590]: 3591 Backgrounding.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Control process exited, code=exited status=1
Apr 17 16:31:44 xxxxx.com systemd[1]: Failed to start freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Unit entered failed state.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Failed with result 'exit-code'.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.
Apr 17 16:31:44 xxxxx.com systemd[1]: Stopped freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: Starting freeswitch...
Apr 17 16:31:44 xxxxx.com freeswitch[3596]: 3597 Backgrounding.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Control process exited, code=exited status=1
Apr 17 16:31:44 xxxxx.com systemd[1]: Failed to start freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Unit entered failed state.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Failed with result 'exit-code'.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.
Apr 17 16:31:44 xxxxx.com systemd[1]: Stopped freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: Starting freeswitch...
Apr 17 16:31:44 xxxxx.com freeswitch[3603]: 3604 Backgrounding.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Control process exited, code=exited status=1
Apr 17 16:31:44 xxxxx.com systemd[1]: Failed to start freeswitch.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Unit entered failed state.
Apr 17 16:31:44 xxxxx.com systemd[1]: freeswitch.service: Failed with result 'exit-code'.
Apr 17 16:31:45 xxxxx.com systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.
Apr 17 16:31:45 xxxxx.com systemd[1]: Stopped freeswitch.
Apr 17 16:31:45 xxxxx.com systemd[1]: Starting freeswitch...
Apr 17 16:31:45 xxxxx.com freeswitch[3608]: 3609 Backgrounding.
Apr 17 16:31:45 xxxxx.com systemd[1]: freeswitch.service: Control process exited, code=exited status=1
Apr 17 16:31:45 xxxxx.com systemd[1]: Failed to start freeswitch.
Apr 17 16:31:45 xxxxx.com systemd[1]: freeswitch.service: Unit entered failed state.
Apr 17 16:31:45 xxxxx.com systemd[1]: freeswitch.service: Failed with result 'exit-code'.
Apr 17 16:31:45 xxxxx.com systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.
Apr 17 16:31:45 xxxxx.com systemd[1]: Stopped freeswitch.
Apr 17 16:31:45 xxxxx.com systemd[1]: freeswitch.service: Start request repeated too quickly.
Apr 17 16:31:45 xxxxx.com systemd[1]: Failed to start freeswitch.


Message has been deleted

Niels

unread,
Apr 17, 2018, 12:37:27 PM4/17/18
to BigBlueButton-Setup

More logs:


# IP does not match:

 

#                           IP from ifconfig: ####

#   /etc/nginx/sites-available/bigbluebutton: ####.com

####.com
 


 

#

# Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021

#


 

nc
: port number invalid: ####.com

# Error: Unable to connect to port 1935 (RTMP) on ####.com

####.com
 


 

# Error: Could not detect FreeSWITCH listening on port 5060


 

# systemctl status freeswitch.service

freeswitch.service - freeswitch

   
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled)

   
Active: inactive (dead) (Result: exit-code) since Tue 2018-04-17 18:30:35 CEST; 4min 11s ago

 
Process: 11982 ExecStart=/opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait $DAEMON_OPTS (code=exited, status=1/FAILURE)

 
Main PID: 1246 (code=exited, status=0/SUCCESS)


 

Apr 17 18:30:34 ageac.live systemd[1]: Failed to start freeswitch.

Apr 17 18:30:34 ageac.live systemd[1]: freeswitch.service: Unit entered failed state.

Apr 17 18:30:34 ageac.live systemd[1]: freeswitch.service: Failed with result 'exit-code'.

Apr 17 18:30:35 ageac.live systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.

Apr 17 18:30:35 ageac.live systemd[1]: Stopped freeswitch.

Apr 17 18:30:35 ageac.live systemd[1]: freeswitch.service: Start request repeated too quickly.

Apr 17 18:30:35 ageac.live systemd[1]: Failed to start freeswitch.

Александр Любимов

unread,
Apr 17, 2018, 12:39:55 PM4/17/18
to bigbluebu...@googlegroups.com

I have the same error until I could solve it

вт, 17 апр. 2018 г. в 22:37, Niels <nmab...@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

Niels

unread,
Apr 17, 2018, 12:57:22 PM4/17/18
to BigBlueButton-Setup
How did you solve it?
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

Александр Любимов

unread,
Apr 17, 2018, 12:59:53 PM4/17/18
to BigBlueButton-Setup
I have not yet found a solution

Niels

unread,
Apr 17, 2018, 1:29:34 PM4/17/18
to BigBlueButton-Setup
when removing /opt/freeswitch/conf/sip_profiles/external/cheapconnect.xml - I get freeswitch on... it would be great to get some more help from BBB to setup a dial-in option. Right now, I have no clue... This seems to be the place with most info:

Fred Dixon

unread,
Apr 17, 2018, 3:29:19 PM4/17/18
to BigBlueButton-.
Hi Neils,

We just tried copying the contents you posted for cheepconnect.xml into /opt/freeswitch/etc/freeswitch/dialplan/cheepconnect.xml
 and restarted FreeSWITCH.  There were no errors on startup.

Check the content of 

  /opt/freeswitch/log/freeswitch.log

for errors that may help you pinpoint why FreeSWITCH isn't starting for you.

Regards,... Fred

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.



--
BigBlueButton Developer
@bigbluebutton

Niels

unread,
Apr 17, 2018, 5:09:50 PM4/17/18
to BigBlueButton-Setup
Hi Fred,

That's normal because that's not where the Gateway profile goes... 

When I place this in 

/opt/freeswitch/conf/sip_profiles/external/

/opt/freeswitch/conf/directory/default/


it gives an error. Unfortunately, there is no easy guide as to setting up a SIP to FreeSwitch...

If anyone has any experience on this?

Thanks,
Niels



On Tuesday, April 17, 2018 at 9:29:19 PM UTC+2, Fred Dixon wrote:
Hi Neils,

We just tried copying the contents you posted for cheepconnect.xml into /opt/freeswitch/etc/freeswitch/dialplan/cheepconnect.xml
 and restarted FreeSWITCH.  There were no errors on startup.

Check the content of 

  /opt/freeswitch/log/freeswitch.log

for errors that may help you pinpoint why FreeSWITCH isn't starting for you.

Regards,... Fred
On Tue, Apr 17, 2018 at 1:29 PM, Niels <nmab...@gmail.com> wrote:
when removing /opt/freeswitch/conf/sip_profiles/external/cheapconnect.xml - I get freeswitch on... it would be great to get some more help from BBB to setup a dial-in option. Right now, I have no clue... This seems to be the place with most info:

https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration

On Tuesday, April 17, 2018 at 6:59:53 PM UTC+2, Александр Любимов wrote:
I have not yet found a solution

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.

Fred Dixon

unread,
Apr 17, 2018, 5:12:07 PM4/17/18
to BigBlueButton-.
Hi Neils,

Did you check the freeswitch.log for details, see

   /opt/freeswitch/log/freeswitch.log


Regards,... Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.

Richard Alam

unread,
Apr 17, 2018, 6:05:01 PM4/17/18
to bigbluebu...@googlegroups.com
Go to FS cli and see if FS has connected properly to your SIP trunk provider.

sshadmin@cl-t191-312cl:~$ sudo su -l
root@cl-t191-312cl:~# cd /opt/freeswitch/bin
root@cl-t191-312cl:/opt/freeswitch/bin# ./fs_cli


freeswitch@internal> sofia status
                     Name          Type                                       Data      State
=================================================================================================
            external-ipv6       profile                   sip:mod_sofia@[::1]:5080      RUNNING (0)
            xxxxxxxxxx         alias                                   internal      ALIASED
                 external       profile           sip:mod_sofia@xxxxxxxxxx:5080      RUNNING (2)
       external::foo       gateway        sip:f...@inbound.foo.net      REGED
    external::bar       gateway            sip:000...@bar.net      NOREG
            internal-ipv6       profile                   sip:mod_sofia@[::1]:5060      RUNNING (0)
                 internal       profile           sip:mod_sofia@xxxxxxxxx:5060      RUNNING (0)
=================================================================================================

What's the output?



--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

Niels

unread,
Apr 18, 2018, 2:49:11 AM4/18/18
to BigBlueButton-Setup
The SIP is certainly not registered. Do I need to do some sofia commands? 

=================================================================================================

            external-ipv6 profile   sip:mod_sofia@####:5060         RUNNING (0)

              ##########   alias                                internal ALIASED

                 external profile             sip:mod_sofia@####:5060 RUNNING (0)

            internal-ipv6 profile   sip:mod_sofia@####:5090         RUNNING (0)

                 internal profile             sip:mod_sofia@####:5090 RUNNING (0)


I thought the problem was the following:

When I created my gateway .xml in /opt/freeswitch/conf/directory/default/ but I forgot to do chown freeswitch:daemon...

Unfortunately, doing this didn't solve anything...

On Wednesday, April 18, 2018 at 12:05:01 AM UTC+2, Richard Alam wrote:
Go to FS cli and see if FS has connected properly to your SIP trunk provider.

sshadmin@cl-t191-312cl:~$ sudo su -l
root@cl-t191-312cl:~# cd /opt/freeswitch/bin
root@cl-t191-312cl:/opt/freeswitch/bin# ./fs_cli


freeswitch@internal> sofia status
                     Name          Type                                       Data      State
=================================================================================================
            external-ipv6       profile                   sip:mod_sofia@[::1]:5080      RUNNING (0)
            xxxxxxxxxx         alias                                   internal      ALIASED
                 external       profile           sip:mod_sofia@xxxxxxxxxx:5080      RUNNING (2)
       external::foo       gateway        sip...@inbound.foo.net      REGED
    external::bar       gateway            sip:0...@bar.net      NOREG

What's the output?



To post to this group, send email to bigbluebu...@googlegroups.com.

Niels

unread,
Apr 18, 2018, 3:42:15 AM4/18/18
to BigBlueButton-Setup
In any case, whatever I do... when I add a gateway.xml in any of the aforementioned places (with chown FS daemon) FS breaks, when I delete the gateway, FS is working again... 

@Fred:

Log (is it normal for the whole log to be about 300 MB?) - this is the part between ±15 minutes where I added the gateway and try to restart FS with systemctl restart freeswitch.service

There should be some interesting material here... I hope so at least...

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [NOTICE] switch_channel.c:1104 New Channel sofia/external/10...@my.IP.address [7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] sofia.c:9873 sofia/external/10...@my.IP.address receiving invite from 46.166.139.169:5078 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] sofia.c:7084 Channel sofia/external/10...@my.IP.address entering state [received][100]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] sofia.c:7094 Remote SDP:

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 v=0

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 o=sipcli-Session 982596675 1350803077 IN IP4 46.166.139.169

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 s=sipcli

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 c=IN IP4 46.166.139.169

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 t=0 0

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 m=audio 5079 RTP/AVP 18 0 8 101

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 a=rtpmap:18 G729/8000

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 a=rtpmap:0 PCMU/8000

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 a=rtpmap:8 PCMA/8000

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 a=rtpmap:101 telephone-event/8000

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 a=fmtp:101 0-15

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 a=ptime:20

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] sofia.c:7486 (sofia/external/10...@my.IP.address) State Change CS_NEW -> CS_INIT

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:603 (sofia/external/10...@my.IP.address) State NEW

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_sofia.c:90 sofia/external/10...@my.IP.address SOFIA INIT

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:40 sofia/external/10...@my.IP.address Standard INIT

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:48 (sofia/external/10...@my.IP.address) State Change CS_INIT -> CS_ROUTING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT going to sleep

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_channel.c:2249 (sofia/external/10...@my.IP.address) Callstate Change DOWN -> RINGING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_sofia.c:143 sofia/external/10...@my.IP.address SOFIA ROUTING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:236 sofia/external/10...@my.IP.address Standard ROUTING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [INFO] mod_dialplan_xml.c:637 Processing 1005 <1005>->000972595561283 in context public

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address parsing [public->unloop] continue=false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address parsing [public->outside_call] continue=true

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Absolute Condition [outside_call]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Action set(outside_call=true)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_sp_call] continue=true

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(46.166.139.169) =~ /my.IP.address/ break=on-false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address parsing [public->from_my_provider] continue=false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(000972595561283) =~ /^31853012575/ break=on-false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address parsing [public->check_if_conference_active] continue=false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 ) =~ //sofia/g/ break=on-false

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:286 (sofia/external/10...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING going to sleep

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_sofia.c:198 sofia/external/10...@my.IP.address SOFIA EXECUTE

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:328 sofia/external/10...@my.IP.address Standard EXECUTE

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 EXECUTE sofia/external/10...@my.IP.address set(outside_call=true)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_dptools.c:1548 SET sofia/external/10...@my.IP.address [outside_call]=[true]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 EXECUTE sofia/external/10...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:16:33 +0200)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:16:33 +0200]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [NOTICE] switch_core_state_machine.c:385 sofia/external/10...@my.IP.address has executed the last dialplan instruction, hanging up.

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/10...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE going to sleep

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:850 (sofia/external/10...@my.IP.address) Callstate Change RINGING -> HANGUP

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_sofia.c:438 Channel sofia/external/10...@my.IP.address hanging up, cause: NORMAL_CLEARING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:60 sofia/external/10...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP going to sleep

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:619 (sofia/external/10...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:174 sofia/external/10...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING going to sleep

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:610 (sofia/external/10...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_session.c:1665 Session 4 (sofia/external/10...@my.IP.address) Locked, Waiting on external entities

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [NOTICE] switch_core_session.c:1683 Session 4 (sofia/external/10...@my.IP.address) Ended

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/10...@my.IP.address [CS_DESTROY]

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:741 (sofia/external/10...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 4)

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] mod_sofia.c:343 sofia/external/10...@my.IP.address SOFIA DESTROY

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:181 sofia/external/10...@my.IP.address Standard DESTROY

7c2c3ac6-d9c8-4e65-a79b-ee5a0aeed453 2018-04-18 09:16:33.655462 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:16:39.515460 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27759" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [NOTICE] switch_channel.c:1104 New Channel sofia/external/110...@my.IP.address [7d7bd1b4-a709-4603-a664-8f9c48dc6593]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:584 (sofia/external/110...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] sofia.c:9873 sofia/external/110...@my.IP.address receiving invite from 185.40.4.195:5070 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] sofia.c:7084 Channel sofia/external/110...@my.IP.address entering state [received][100]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] sofia.c:7094 Remote SDP:

7d7bd1b4-a709-4603-a664-8f9c48dc6593 v=0

7d7bd1b4-a709-4603-a664-8f9c48dc6593 o=sipcli-Session 568061674 1605018381 IN IP4 185.40.4.195

7d7bd1b4-a709-4603-a664-8f9c48dc6593 s=sipcli

7d7bd1b4-a709-4603-a664-8f9c48dc6593 c=IN IP4 185.40.4.195

7d7bd1b4-a709-4603-a664-8f9c48dc6593 t=0 0

7d7bd1b4-a709-4603-a664-8f9c48dc6593 m=audio 5072 RTP/AVP 18 0 8 101

7d7bd1b4-a709-4603-a664-8f9c48dc6593 a=rtpmap:18 G729/8000

7d7bd1b4-a709-4603-a664-8f9c48dc6593 a=rtpmap:0 PCMU/8000

7d7bd1b4-a709-4603-a664-8f9c48dc6593 a=rtpmap:8 PCMA/8000

7d7bd1b4-a709-4603-a664-8f9c48dc6593 a=rtpmap:101 telephone-event/8000

7d7bd1b4-a709-4603-a664-8f9c48dc6593 a=fmtp:101 0-15

7d7bd1b4-a709-4603-a664-8f9c48dc6593 a=ptime:20

7d7bd1b4-a709-4603-a664-8f9c48dc6593 

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] sofia.c:7486 (sofia/external/110...@my.IP.address) State Change CS_NEW -> CS_INIT

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:603 (sofia/external/110...@my.IP.address) State NEW

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:584 (sofia/external/110...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:627 (sofia/external/110...@my.IP.address) State INIT

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_sofia.c:90 sofia/external/110...@my.IP.address SOFIA INIT

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:40 sofia/external/110...@my.IP.address Standard INIT

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:48 (sofia/external/110...@my.IP.address) State Change CS_INIT -> CS_ROUTING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:627 (sofia/external/110...@my.IP.address) State INIT going to sleep

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:584 (sofia/external/110...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_channel.c:2249 (sofia/external/110...@my.IP.address) Callstate Change DOWN -> RINGING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:643 (sofia/external/110...@my.IP.address) State ROUTING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_sofia.c:143 sofia/external/110...@my.IP.address SOFIA ROUTING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:236 sofia/external/110...@my.IP.address Standard ROUTING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [INFO] mod_dialplan_xml.c:637 Processing 110011 <110011>->810358248090307 in context public

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address parsing [public->unloop] continue=false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address parsing [public->outside_call] continue=true

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Absolute Condition [outside_call]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Action set(outside_call=true)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address parsing [public->bbb_sp_call] continue=true

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(185.40.4.195) =~ /my.IP.address/ break=on-false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address parsing [public->from_my_provider] continue=false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(810358248090307) =~ /^31853012575/ break=on-false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address parsing [public->check_if_conference_active] continue=false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 Dialplan: sofia/external/110...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

7d7bd1b4-a709-4603-a664-8f9c48dc6593 ) =~ //sofia/g/ break=on-false

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:286 (sofia/external/110...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:643 (sofia/external/110...@my.IP.address) State ROUTING going to sleep

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:584 (sofia/external/110...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:650 (sofia/external/110...@my.IP.address) State EXECUTE

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_sofia.c:198 sofia/external/110...@my.IP.address SOFIA EXECUTE

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:328 sofia/external/110...@my.IP.address Standard EXECUTE

7d7bd1b4-a709-4603-a664-8f9c48dc6593 EXECUTE sofia/external/110...@my.IP.address set(outside_call=true)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_dptools.c:1548 SET sofia/external/110...@my.IP.address [outside_call]=[true]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 EXECUTE sofia/external/110...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:16:39 +0200)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:16:39 +0200]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [NOTICE] switch_core_state_machine.c:385 sofia/external/110...@my.IP.address has executed the last dialplan instruction, hanging up.

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/110...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:650 (sofia/external/110...@my.IP.address) State EXECUTE going to sleep

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:584 (sofia/external/110...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:850 (sofia/external/110...@my.IP.address) Callstate Change RINGING -> HANGUP

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:852 (sofia/external/110...@my.IP.address) State HANGUP

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_sofia.c:438 Channel sofia/external/110...@my.IP.address hanging up, cause: NORMAL_CLEARING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:60 sofia/external/110...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:852 (sofia/external/110...@my.IP.address) State HANGUP going to sleep

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:619 (sofia/external/110...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:584 (sofia/external/110...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:938 (sofia/external/110...@my.IP.address) State REPORTING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:174 sofia/external/110...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:938 (sofia/external/110...@my.IP.address) State REPORTING going to sleep

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:610 (sofia/external/110...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_session.c:1665 Session 5 (sofia/external/110...@my.IP.address) Locked, Waiting on external entities

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [NOTICE] switch_core_session.c:1683 Session 5 (sofia/external/110...@my.IP.address) Ended

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/110...@my.IP.address [CS_DESTROY]

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:741 (sofia/external/110...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 5)

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:751 (sofia/external/110...@my.IP.address) State DESTROY

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] mod_sofia.c:343 sofia/external/110...@my.IP.address SOFIA DESTROY

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:181 sofia/external/110...@my.IP.address Standard DESTROY

7d7bd1b4-a709-4603-a664-8f9c48dc6593 2018-04-18 09:16:39.635437 [DEBUG] switch_core_state_machine.c:751 (sofia/external/110...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:16:56.835437 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27760" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:17:11.275470 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27761" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:17:28.155462 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27762" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:17:43.235462 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27763" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:17:59.995461 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27764" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:18:17.095438 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27765" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:18:33.015461 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27766" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:18:49.335461 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27767" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:18:55.975463 [INFO] switch_core.c:2803 Shutting down

2018-04-18 09:18:55.975463 [CONSOLE] switch_core.c:2930 End existing sessions

2018-04-18 09:18:55.975463 [CONSOLE] switch_core.c:2932 Clean up modules.

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:744 Chat Thread Ended

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:744 Chat Thread Ended

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'play_fsv'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'play_fsv' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'record_fsv'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'record_fsv' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'play_yuv'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'play_yuv' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'decode_video'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'decode_video' to wait for existing references.

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1175 Write lock interface 'mod_fsv' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'fsv'

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2017 mod_fsv has no shutdown routine

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'hash'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'hash' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'hash'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'hash' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'hash_dump'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'hash_dump' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'hash_remote'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'hash_remote' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1375 Deleting Limit interface 'hash'

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_hash

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec VP8 99 VP8 Video 90000hz 0ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec VP9 99 VP9 Video 90000hz 0ms

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2017 CORE_VPX_MODULE has no shutdown routine

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec SPEEX 99 Speex 32000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec SPEEX 99 Speex 16000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec SPEEX 99 Speex 8000hz 20ms

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2017 CORE_SPEEX_MODULE has no shutdown routine

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1175 Write lock interface 'mod_native_file' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'AAL2-G726-32'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'DVI4'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'PCMU'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G722'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'opus'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'AAL2-G726-24'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'SPEEX'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'b64'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'AAL2-G726-40'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'L16'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G726-16'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'PCMA'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'PROXY'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G726-24'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G729'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'AAL2-G726-16'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G726-32'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'AMR'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'GSM'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G726-40'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'VP9'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'PROXY-VID'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'G723'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'LPC'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'VP8'

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2017 mod_native_file has no shutdown routine

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'cdr_csv'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'cdr_csv' to wait for existing references.

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_cdr_csv

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_cdr_csv:TRAP

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:942 Write lock interface 'loopback' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:950 Deleting Endpoint 'loopback'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'unloop'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'unloop' to wait for existing references.

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_loopback

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_loopback.c:loopback::bowout

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:942 Write lock interface 'modem' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:950 Deleting Endpoint 'modem'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 6 ADPCM (IMA) 16000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 6 ADPCM (IMA) 16000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 6 ADPCM (IMA) 16000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 6 ADPCM (IMA) 16000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 6 ADPCM (IMA) 16000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 6 ADPCM (IMA) 16000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec DVI4 5 ADPCM (IMA) 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-16 124 G.726 16k 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-24 123 G.726 24k 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-32 122 G.726 32k 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 70ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 110ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G726-40 121 G.726 40k 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G722 9 G.722 16000hz 10ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G722 9 G.722 16000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G722 9 G.722 16000hz 30ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G722 9 G.722 16000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G722 9 G.722 16000hz 50ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G722 9 G.722 16000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec GSM 3 GSM 8000hz 20ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec GSM 3 GSM 8000hz 40ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec GSM 3 GSM 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec GSM 3 GSM 8000hz 80ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec GSM 3 GSM 8000hz 100ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec GSM 3 GSM 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec LPC 7 LPC-10 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 't38_gateway'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 't38_gateway' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'rxfax'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'rxfax' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'txfax'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'txfax' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'stopfax'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'stopfax' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_stop_dtmf'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_stop_dtmf' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_start_dtmf'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_start_dtmf' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_stop_inject_tdd'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_stop_inject_tdd' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_inject_tdd'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_inject_tdd' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_stop_detect_tdd'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_stop_detect_tdd' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_detect_tdd'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_detect_tdd' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_send_tdd'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_send_tdd' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_start_fax_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_start_fax_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_stop_fax_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_stop_fax_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_start_tone_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_start_tone_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'spandsp_stop_tone_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'spandsp_stop_tone_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'spandsp_start_tone_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'spandsp_start_tone_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'spandsp_stop_tone_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'spandsp_stop_tone_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'start_tdd_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'start_tdd_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'stop_tdd_detect'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'stop_tdd_detect' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'uuid_send_tdd'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'uuid_send_tdd' to wait for existing references.

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_spandsp

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_spandsp:RELOADXML

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_spandsp:CUSTOM

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:TDD::RECV_MESSAGE

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:spandsp::txfaxnegociateresult

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:spandsp::rxfaxnegociateresult

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:spandsp::txfaxpageresult

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:spandsp::rxfaxpageresult

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:spandsp::txfaxresult

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_spandsp.c:spandsp::rxfaxresult

2018-04-18 09:18:55.975463 [DEBUG] mod_spandsp_fax.c:220 FAX timer thread ended.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G723 4 G.723.1 6.3k 8000hz 120ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G723 4 G.723.1 6.3k 8000hz 90ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G723 4 G.723.1 6.3k 8000hz 60ms

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:978 Deleting Codec G723 4 G.723.1 6.3k 8000hz 30ms

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2017 mod_g723_1 has no shutdown routine

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'local_stream'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'local_stream' to wait for existing references.

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1175 Write lock interface 'mod_local_stream' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'local_stream'

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_local_stream

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_local_stream:SHUTDOWN

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:942 Write lock interface 'sofia' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:950 Deleting Endpoint 'sofia'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:942 Write lock interface 'rtp' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:950 Deleting Endpoint 'rtp'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'sofia_sla'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'sofia_sla' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia_gateway_data'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia_gateway_data' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia_username_of'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia_username_of' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia_contact'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia_contact' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia_count_reg'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia_count_reg' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia_dig'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia_dig' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'sofia_presence_data'

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'sofia_presence_data' to wait for existing references.

2018-04-18 09:18:55.975463 [DEBUG] switch_loadable_module.c:1306 Write lock interface 'sip' to wait for existing references.

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1315 Deleting Chat interface 'sip'

2018-04-18 09:18:55.975463 [NOTICE] switch_loadable_module.c:1357 Deleting Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1001]

2018-04-18 09:18:55.975463 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_sofia

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::notify_refer

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::notify_watched_header

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::unregister

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::profile_start

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::reinvite

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::replaced

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::transferor

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::transferee

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::error

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::intercepted

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::gateway_state

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::sip_user_state

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::gateway_delete

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::expire

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::register_attempt

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::register_failure

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::pre_register

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::register

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:457 Subclass reservation deleted for mod_sofia.c:sofia::gateway_add

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:PRESENCE_IN

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:PRESENCE_OUT

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:PRESENCE_PROBE

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:MESSAGE_WAITING

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:ROSTER

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:CONFERENCE_DATA

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:TRAP

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:NOTIFY

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:PHONE_FEATURE

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:SEND_MESSAGE

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:SEND_INFO

2018-04-18 09:18:55.975463 [NOTICE] switch_event.c:2100 Event Binding deleted for mod_sofia:CUSTOM

2018-04-18 09:18:55.975463 [CONSOLE] sofia_presence.c:1663 Event Thread Ended

2018-04-18 09:18:56.155442 [DEBUG] switch_scheduler.c:144 Deleting task 3 limit_hash_cleanup (mod_hash)

2018-04-18 09:18:56.175462 [NOTICE] sofia.c:3341 Waiting for worker thread

2018-04-18 09:18:56.175462 [INFO] switch_core_sqldb.c:1720 sofia:external-ipv6 Destroying SQL queue.

2018-04-18 09:18:56.175462 [NOTICE] sofia.c:3341 Waiting for worker thread

2018-04-18 09:18:56.175462 [NOTICE] sofia.c:3341 Waiting for worker thread

2018-04-18 09:18:56.175462 [INFO] switch_core_sqldb.c:1720 sofia:internal-ipv6 Destroying SQL queue.

2018-04-18 09:18:56.175462 [INFO] switch_core_sqldb.c:1720 sofia:internal Destroying SQL queue.

2018-04-18 09:18:56.335461 [NOTICE] sofia.c:3341 Waiting for worker thread

2018-04-18 09:18:56.335461 [INFO] switch_core_sqldb.c:1720 sofia:external Destroying SQL queue.

2018-04-18 09:18:56.375462 [INFO] switch_core_sqldb.c:1678 sofia:external-ipv6 Stopping SQL thread.

2018-04-18 09:18:56.375462 [DEBUG] sofia.c:3396 Write lock external-ipv6

2018-04-18 09:18:56.375462 [DEBUG] sofia.c:3409 Write unlock external-ipv6

2018-04-18 09:18:56.375462 [INFO] switch_core_sqldb.c:1678 sofia:internal Stopping SQL thread.

2018-04-18 09:18:56.375462 [INFO] switch_core_sqldb.c:1678 sofia:internal-ipv6 Stopping SQL thread.

2018-04-18 09:18:56.375462 [DEBUG] sofia.c:3396 Write lock internal-ipv6

2018-04-18 09:18:56.375462 [DEBUG] sofia.c:3396 Write lock internal

2018-04-18 09:18:56.375462 [DEBUG] sofia.c:3409 Write unlock internal

2018-04-18 09:18:56.375462 [DEBUG] sofia.c:3409 Write unlock internal-ipv6

2018-04-18 09:18:56.535441 [INFO] switch_core_sqldb.c:1678 sofia:external Stopping SQL thread.

2018-04-18 09:18:56.535441 [DEBUG] sofia.c:3396 Write lock external

2018-04-18 09:18:56.535441 [DEBUG] sofia.c:3409 Write unlock external

2018-04-18 09:18:56.535441 [WARNING] sofia.c:2224 MSG Thread Ended

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1110 Deleting API Function 'uuid_write_png'

2018-04-18 09:18:56.535441 [DEBUG] switch_loadable_module.c:1112 Write lock interface 'uuid_write_png' to wait for existing references.

2018-04-18 09:18:56.535441 [DEBUG] switch_loadable_module.c:1175 Write lock interface 'mod_png' to wait for existing references.

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'png'

2018-04-18 09:18:56.535441 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_png

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1055 Deleting Application 'esf_page_group'

2018-04-18 09:18:56.535441 [DEBUG] switch_loadable_module.c:1057 Write lock interface 'esf_page_group' to wait for existing references.

2018-04-18 09:18:56.535441 [CONSOLE] switch_loadable_module.c:2017 mod_esf has no shutdown routine

2018-04-18 09:18:56.535441 [DEBUG] switch_loadable_module.c:1175 Write lock interface 'mod_sndfile' to wait for existing references.

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'aiff'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'au'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'avr'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'caf'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'flac'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'htk'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'iff'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'mat'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'mpc'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'oga'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'paf'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'pvf'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'raw'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'rf64'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'sd2'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'sds'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'sf'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'voc'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'w64'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'wav'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'wve'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'xi'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'r8'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'r16'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'r24'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'r32'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'gsm'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'ul'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'ulaw'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'al'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'alaw'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'adpcm'

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1185 Deleting File Format 'vox'

2018-04-18 09:18:56.535441 [CONSOLE] switch_loadable_module.c:2014 Stopping: mod_sndfile

2018-04-18 09:18:56.535441 [DEBUG] switch_loadable_module.c:1332 Write lock interface 'en' to wait for existing references.

2018-04-18 09:18:56.535441 [NOTICE] switch_loadable_module.c:1340 Deleting Say interface 'en'

2018-04-18 09:18:56.535441 [CONSOLE] switch_loadable_module.c:2017 mod_say_en has no shutdown routine

2018-04-18 09:19:34.016923 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_logfile]

2018-04-18 09:19:34.017331 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_enum]

2018-04-18 09:19:34.017343 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'enum'

2018-04-18 09:19:34.017352 [NOTICE] switch_loadable_module.c:292 Adding Application 'enum'

2018-04-18 09:19:34.017376 [NOTICE] switch_loadable_module.c:338 Adding API Function 'enum'

2018-04-18 09:19:34.017390 [NOTICE] switch_loadable_module.c:338 Adding API Function 'enum_auto'

2018-04-18 09:19:34.017594 [DEBUG] mod_cdr_csv.c:368 Adding default template.

2018-04-18 09:19:34.017601 [DEBUG] mod_cdr_csv.c:415 Adding template sql.

2018-04-18 09:19:34.017603 [DEBUG] mod_cdr_csv.c:415 Adding template example.

2018-04-18 09:19:34.017605 [DEBUG] mod_cdr_csv.c:415 Adding template snom.

2018-04-18 09:19:34.017607 [DEBUG] mod_cdr_csv.c:415 Adding template linksys.

2018-04-18 09:19:34.017608 [DEBUG] mod_cdr_csv.c:415 Adding template asterisk.

2018-04-18 09:19:34.017610 [DEBUG] mod_cdr_csv.c:415 Adding template opencdrrate.

2018-04-18 09:19:34.017620 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_cdr_csv]

2018-04-18 09:19:34.017625 [NOTICE] switch_loadable_module.c:338 Adding API Function 'cdr_csv'

2018-04-18 09:19:34.017838 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_event_socket]

2018-04-18 09:19:34.017846 [NOTICE] switch_loadable_module.c:292 Adding Application 'socket'

2018-04-18 09:19:34.017856 [NOTICE] switch_loadable_module.c:338 Adding API Function 'event_sink'

2018-04-18 09:19:34.018509 [INFO] mod_sofia.c:5958 Starting initial message thread.

2018-04-18 09:19:34.018551 [DEBUG] sofia.c:4450 debug [0]

2018-04-18 09:19:34.018554 [DEBUG] sofia.c:4450 sip-trace [no]

2018-04-18 09:19:34.018557 [DEBUG] sofia.c:4450 sip-capture [no]

2018-04-18 09:19:34.018558 [DEBUG] sofia.c:4450 rfc2833-pt [101]

2018-04-18 09:19:34.018562 [DEBUG] sofia.c:4450 sip-port [5060]

2018-04-18 09:19:34.018566 [DEBUG] sofia.c:4450 dialplan [XML]

2018-04-18 09:19:34.018572 [DEBUG] sofia.c:4450 context [public]

2018-04-18 09:19:34.018577 [DEBUG] sofia.c:4450 dtmf-duration [2000]

2018-04-18 09:19:34.018583 [DEBUG] sofia.c:4450 inbound-codec-prefs [OPUS,speex@16000h@20i,speex@8000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.018588 [DEBUG] sofia.c:4450 outbound-codec-prefs [OPUS,speex@16000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.018591 [DEBUG] sofia.c:4450 hold-music [local_stream://moh]

2018-04-18 09:19:34.018593 [DEBUG] sofia.c:4450 rtp-timer-name [soft]

2018-04-18 09:19:34.018596 [DEBUG] sofia.c:4450 local-network-acl [localnet.auto]

2018-04-18 09:19:34.018598 [DEBUG] sofia.c:4450 manage-presence [false]

2018-04-18 09:19:34.018601 [DEBUG] sofia.c:4450 inbound-codec-negotiation [generous]

2018-04-18 09:19:34.018606 [DEBUG] sofia.c:4450 nonce-ttl [60]

2018-04-18 09:19:34.018610 [DEBUG] sofia.c:4450 auth-calls [false]

2018-04-18 09:19:34.018613 [DEBUG] sofia.c:4450 inbound-late-negotiation [true]

2018-04-18 09:19:34.018617 [DEBUG] sofia.c:4450 inbound-zrtp-passthru [true]

2018-04-18 09:19:34.018619 [DEBUG] sofia.c:4450 rtp-ip [2a01:4f8:190:348e::2]

2018-04-18 09:19:34.018622 [DEBUG] sofia.c:4450 sip-ip [2a01:4f8:190:348e::2]

2018-04-18 09:19:34.018626 [DEBUG] sofia.c:4450 rtp-timeout-sec [300]

2018-04-18 09:19:34.018628 [DEBUG] sofia.c:4450 rtp-hold-timeout-sec [1800]

2018-04-18 09:19:34.018632 [DEBUG] sofia.c:4450 tls [false]

2018-04-18 09:19:34.018636 [DEBUG] sofia.c:4450 tls-only [false]

2018-04-18 09:19:34.018639 [DEBUG] sofia.c:4450 tls-bind-params [transport=tls]

2018-04-18 09:19:34.018645 [DEBUG] sofia.c:4450 tls-sip-port [5081]

2018-04-18 09:19:34.018649 [DEBUG] sofia.c:4450 tls-passphrase []

2018-04-18 09:19:34.018654 [DEBUG] sofia.c:4450 tls-verify-date [true]

2018-04-18 09:19:34.018659 [DEBUG] sofia.c:4450 tls-verify-policy [none]

2018-04-18 09:19:34.018666 [DEBUG] sofia.c:4450 tls-verify-depth [2]

2018-04-18 09:19:34.018669 [DEBUG] sofia.c:4450 tls-verify-in-subjects []

2018-04-18 09:19:34.018675 [DEBUG] sofia.c:4450 tls-version [tlsv1,tlsv1.1,tlsv1.2]

2018-04-18 09:19:34.018680 [INFO] sofia.c:5782 Setting MAX Auth Validity to 0 Attempts

2018-04-18 09:19:34.018703 [NOTICE] sofia.c:5949 Started Profile external-ipv6 [sofia_reg_external-ipv6]

2018-04-18 09:19:34.018735 [DEBUG] sofia.c:4450 debug [0]

2018-04-18 09:19:34.018741 [DEBUG] sofia.c:4450 sip-trace [no]

2018-04-18 09:19:34.018743 [DEBUG] sofia.c:3046 Creating agent for external-ipv6

2018-04-18 09:19:34.018744 [DEBUG] sofia.c:4450 sip-capture [no]

2018-04-18 09:19:34.018748 [DEBUG] sofia.c:4450 rfc2833-pt [101]

2018-04-18 09:19:34.018752 [DEBUG] sofia.c:4450 sip-port [5060]

2018-04-18 09:19:34.018758 [DEBUG] sofia.c:4450 dialplan [XML]

2018-04-18 09:19:34.018765 [DEBUG] sofia.c:4450 context [public]

2018-04-18 09:19:34.018772 [DEBUG] sofia.c:4450 dtmf-duration [2000]

2018-04-18 09:19:34.018780 [DEBUG] sofia.c:4450 inbound-codec-prefs [OPUS,speex@16000h@20i,speex@8000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.018787 [DEBUG] sofia.c:4450 outbound-codec-prefs [OPUS,speex@16000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.018796 [DEBUG] sofia.c:4450 hold-music [local_stream://moh]

2018-04-18 09:19:34.018802 [DEBUG] sofia.c:4450 rtp-timer-name [soft]

2018-04-18 09:19:34.018807 [DEBUG] sofia.c:4450 local-network-acl [localnet.auto]

2018-04-18 09:19:34.018814 [DEBUG] sofia.c:4450 manage-presence [false]

2018-04-18 09:19:34.018820 [DEBUG] sofia.c:4450 inbound-codec-negotiation [generous]

2018-04-18 09:19:34.018826 [DEBUG] sofia.c:4450 nonce-ttl [60]

2018-04-18 09:19:34.018832 [DEBUG] sofia.c:4450 auth-calls [false]

2018-04-18 09:19:34.018839 [DEBUG] sofia.c:4450 inbound-late-negotiation [true]

2018-04-18 09:19:34.018846 [DEBUG] sofia.c:4450 inbound-zrtp-passthru [true]

2018-04-18 09:19:34.018851 [DEBUG] sofia.c:4450 rtp-ip [my.IP.address]

2018-04-18 09:19:34.018856 [DEBUG] sofia.c:4450 sip-ip [my.IP.address]

2018-04-18 09:19:34.018861 [DEBUG] sofia.c:4450 ext-rtp-ip [my.IP.address]

2018-04-18 09:19:34.018868 [DEBUG] sofia.c:4450 ext-sip-ip [my.IP.address]

2018-04-18 09:19:34.018874 [DEBUG] sofia.c:4450 rtp-timeout-sec [300]

2018-04-18 09:19:34.018880 [DEBUG] sofia.c:4450 rtp-hold-timeout-sec [1800]

2018-04-18 09:19:34.018886 [DEBUG] sofia.c:4450 tls [false]

2018-04-18 09:19:34.018893 [DEBUG] sofia.c:4450 tls-only [false]

2018-04-18 09:19:34.018901 [DEBUG] sofia.c:4450 tls-bind-params [transport=tls]

2018-04-18 09:19:34.018909 [DEBUG] sofia.c:4450 tls-sip-port [5081]

2018-04-18 09:19:34.018916 [DEBUG] sofia.c:4450 tls-passphrase []

2018-04-18 09:19:34.018923 [DEBUG] sofia.c:4450 tls-verify-date [true]

2018-04-18 09:19:34.018930 [DEBUG] sofia.c:4450 tls-verify-policy [none]

2018-04-18 09:19:34.018937 [DEBUG] sofia.c:4450 tls-verify-depth [2]

2018-04-18 09:19:34.018943 [DEBUG] sofia.c:4450 tls-verify-in-subjects []

2018-04-18 09:19:34.018951 [DEBUG] sofia.c:4450 tls-version [tlsv1,tlsv1.1,tlsv1.2]

2018-04-18 09:19:34.018958 [DEBUG] sofia.c:4450 wss-binding [:7443]

2018-04-18 09:19:34.018966 [DEBUG] sofia.c:4450 rtcp-audio-interval-msec [5000]

2018-04-18 09:19:34.018972 [DEBUG] sofia.c:4450 rtcp-video-interval-msec [5000]

2018-04-18 09:19:34.018978 [DEBUG] sofia.c:4450 dtmf-type [info]

2018-04-18 09:19:34.018983 [DEBUG] sofia.c:4450 liberal-dtmf [true]

2018-04-18 09:19:34.018989 [INFO] sofia.c:5782 Setting MAX Auth Validity to 0 Attempts

2018-04-18 09:19:34.019031 [NOTICE] sofia.c:5949 Started Profile external [sofia_reg_external]

2018-04-18 09:19:34.019062 [DEBUG] sofia.c:4450 debug [0]

2018-04-18 09:19:34.019067 [DEBUG] sofia.c:4450 sip-trace [no]

2018-04-18 09:19:34.019070 [DEBUG] sofia.c:4450 context [public]

2018-04-18 09:19:34.019069 [DEBUG] sofia.c:3046 Creating agent for external

2018-04-18 09:19:34.019078 [DEBUG] sofia.c:4450 rfc2833-pt [101]

2018-04-18 09:19:34.019087 [DEBUG] sofia.c:4450 sip-port [5090]

2018-04-18 09:19:34.019094 [DEBUG] sofia.c:4450 dialplan [XML]

2018-04-18 09:19:34.019100 [DEBUG] sofia.c:4450 dtmf-duration [2000]

2018-04-18 09:19:34.019107 [DEBUG] sofia.c:4450 inbound-codec-prefs [OPUS,speex@16000h@20i,speex@8000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.019118 [DEBUG] sofia.c:4450 outbound-codec-prefs [OPUS,speex@16000h@20i,speex@8000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.019124 [DEBUG] sofia.c:4450 use-rtp-timer [true]

2018-04-18 09:19:34.019131 [DEBUG] sofia.c:4450 rtp-timer-name [soft]

2018-04-18 09:19:34.019138 [DEBUG] sofia.c:4450 rtp-ip [2a01:4f8:190:348e::2]

2018-04-18 09:19:34.019144 [DEBUG] sofia.c:4450 sip-ip [2a01:4f8:190:348e::2]

2018-04-18 09:19:34.019148 [DEBUG] sofia.c:4450 hold-music [local_stream://moh]

2018-04-18 09:19:34.019152 [DEBUG] sofia.c:4450 apply-inbound-acl [domains]

2018-04-18 09:19:34.019159 [DEBUG] sofia.c:4450 record-template [/opt/freeswitch/var/lib/freeswitch/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav]

2018-04-18 09:19:34.019166 [DEBUG] sofia.c:4450 manage-presence [true]

2018-04-18 09:19:34.019170 [DEBUG] sofia.c:4450 inbound-codec-negotiation [generous]

2018-04-18 09:19:34.019175 [DEBUG] sofia.c:4450 tls [false]

2018-04-18 09:19:34.019182 [DEBUG] sofia.c:4450 tls-bind-params [transport=tls]

2018-04-18 09:19:34.019188 [DEBUG] sofia.c:4450 tls-sip-port [5061]

2018-04-18 09:19:34.019197 [DEBUG] sofia.c:4450 tls-cert-dir []

2018-04-18 09:19:34.019205 [DEBUG] sofia.c:4450 tls-version [tlsv1,tlsv1.1,tlsv1.2]

2018-04-18 09:19:34.019213 [DEBUG] sofia.c:4450 inbound-late-negotiation [true]

2018-04-18 09:19:34.019218 [DEBUG] sofia.c:4450 inbound-zrtp-passthru [true]

2018-04-18 09:19:34.019222 [DEBUG] sofia.c:4450 nonce-ttl [60]

2018-04-18 09:19:34.019229 [DEBUG] sofia.c:4450 auth-calls [true]

2018-04-18 09:19:34.019235 [DEBUG] sofia.c:4450 auth-all-packets [false]

2018-04-18 09:19:34.019243 [DEBUG] sofia.c:4450 rtp-timeout-sec [300]

2018-04-18 09:19:34.019249 [DEBUG] sofia.c:4450 rtp-hold-timeout-sec [1800]

2018-04-18 09:19:34.019254 [DEBUG] sofia.c:4450 force-register-domain [my.IP.address]

2018-04-18 09:19:34.019265 [DEBUG] sofia.c:4450 force-register-db-domain [my.IP.address]

2018-04-18 09:19:34.019273 [INFO] sofia.c:5782 Setting MAX Auth Validity to 0 Attempts

2018-04-18 09:19:34.019304 [NOTICE] sofia.c:5949 Started Profile internal-ipv6 [sofia_reg_internal-ipv6]

2018-04-18 09:19:34.019358 [DEBUG] sofia.c:4450 debug [0]

2018-04-18 09:19:34.019363 [DEBUG] sofia.c:4450 sip-trace [no]

2018-04-18 09:19:34.019366 [DEBUG] sofia.c:4450 sip-capture [no]

2018-04-18 09:19:34.019369 [DEBUG] sofia.c:4450 watchdog-enabled [no]

2018-04-18 09:19:34.019374 [DEBUG] sofia.c:4450 watchdog-step-timeout [30000]

2018-04-18 09:19:34.019378 [DEBUG] sofia.c:3046 Creating agent for internal-ipv6

2018-04-18 09:19:34.019383 [DEBUG] sofia.c:4450 watchdog-event-timeout [30000]

2018-04-18 09:19:34.019387 [DEBUG] sofia.c:4450 log-auth-failures [false]

2018-04-18 09:19:34.019391 [DEBUG] sofia.c:4450 forward-unsolicited-mwi-notify [false]

2018-04-18 09:19:34.019397 [DEBUG] sofia.c:4450 context [public]

2018-04-18 09:19:34.019405 [DEBUG] sofia.c:4450 rfc2833-pt [101]

2018-04-18 09:19:34.019411 [DEBUG] sofia.c:4450 sip-port [5090]

2018-04-18 09:19:34.019416 [DEBUG] sofia.c:4450 dialplan [XML]

2018-04-18 09:19:34.019423 [DEBUG] sofia.c:4450 dtmf-duration [2000]

2018-04-18 09:19:34.019431 [DEBUG] sofia.c:4450 inbound-codec-prefs [OPUS,speex@16000h@20i,speex@8000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.019441 [DEBUG] sofia.c:4450 outbound-codec-prefs [OPUS,speex@16000h@20i,speex@8000h@20i,G722,PCMU,PCMA,VP8]

2018-04-18 09:19:34.019449 [DEBUG] sofia.c:4450 rtp-timer-name [soft]

2018-04-18 09:19:34.019455 [DEBUG] sofia.c:4450 rtp-ip [my.IP.address]

2018-04-18 09:19:34.019460 [DEBUG] sofia.c:4450 sip-ip [my.IP.address]

2018-04-18 09:19:34.019466 [DEBUG] sofia.c:4450 hold-music [local_stream://moh]

2018-04-18 09:19:34.019472 [DEBUG] sofia.c:4450 apply-nat-acl [nat.auto]

2018-04-18 09:19:34.019481 [DEBUG] sofia.c:4450 apply-inbound-acl [domains]

2018-04-18 09:19:34.019489 [DEBUG] sofia.c:4450 local-network-acl [localnet.auto]

2018-04-18 09:19:34.019495 [DEBUG] sofia.c:4450 record-path [/opt/freeswitch/var/lib/freeswitch/recordings]

2018-04-18 09:19:34.019499 [DEBUG] sofia.c:4450 record-template [${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav]

2018-04-18 09:19:34.019505 [DEBUG] sofia.c:4450 manage-presence [true]

2018-04-18 09:19:34.019510 [DEBUG] sofia.c:4450 presence-hosts [my.IP.address,my.IP.address]

2018-04-18 09:19:34.019514 [DEBUG] sofia.c:4450 presence-privacy [false]

2018-04-18 09:19:34.019519 [DEBUG] sofia.c:4450 inbound-codec-negotiation [generous]

2018-04-18 09:19:34.019526 [DEBUG] sofia.c:4450 tls [false]

2018-04-18 09:19:34.019534 [DEBUG] sofia.c:4450 tls-only [false]

2018-04-18 09:19:34.019541 [DEBUG] sofia.c:4450 tls-bind-params [transport=tls]

2018-04-18 09:19:34.019548 [DEBUG] sofia.c:4450 tls-sip-port [5061]

2018-04-18 09:19:34.019555 [DEBUG] sofia.c:4450 tls-passphrase []

2018-04-18 09:19:34.019563 [DEBUG] sofia.c:4450 tls-verify-date [true]

2018-04-18 09:19:34.019570 [DEBUG] sofia.c:4450 tls-verify-policy [none]

2018-04-18 09:19:34.019577 [DEBUG] sofia.c:4450 tls-verify-depth [2]

2018-04-18 09:19:34.019586 [DEBUG] sofia.c:4450 tls-verify-in-subjects []

2018-04-18 09:19:34.019594 [DEBUG] sofia.c:4450 tls-version [tlsv1,tlsv1.1,tlsv1.2]

2018-04-18 09:19:34.019604 [DEBUG] sofia.c:4450 tls-ciphers [ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH]

2018-04-18 09:19:34.019613 [DEBUG] sofia.c:4450 inbound-late-negotiation [true]

2018-04-18 09:19:34.019619 [DEBUG] sofia.c:4450 inbound-zrtp-passthru [true]

2018-04-18 09:19:34.019623 [DEBUG] sofia.c:4450 nonce-ttl [60]

2018-04-18 09:19:34.019629 [DEBUG] sofia.c:4450 auth-calls [true]

2018-04-18 09:19:34.019634 [DEBUG] sofia.c:4450 inbound-reg-force-matching-username [true]

2018-04-18 09:19:34.019640 [DEBUG] sofia.c:4450 auth-all-packets [false]

2018-04-18 09:19:34.019646 [DEBUG] sofia.c:4450 ext-rtp-ip [auto-nat]

2018-04-18 09:19:34.019651 [DEBUG] sofia.c:4450 ext-sip-ip [auto-nat]

2018-04-18 09:19:34.019655 [DEBUG] sofia.c:4450 rtp-timeout-sec [300]

2018-04-18 09:19:34.019663 [DEBUG] sofia.c:4450 rtp-hold-timeout-sec [1800]

2018-04-18 09:19:34.019669 [DEBUG] sofia.c:4450 force-register-domain [my.IP.address]

2018-04-18 09:19:34.019673 [DEBUG] sofia.c:4450 force-subscription-domain [my.IP.address]

2018-04-18 09:19:34.019683 [DEBUG] sofia.c:4450 force-register-db-domain [my.IP.address]

2018-04-18 09:19:34.019695 [DEBUG] sofia.c:4450 challenge-realm [auto_from]

2018-04-18 09:19:34.019707 [INFO] sofia.c:5782 Setting MAX Auth Validity to 0 Attempts

2018-04-18 09:19:34.019736 [NOTICE] sofia.c:5949 Started Profile internal [sofia_reg_internal]

2018-04-18 09:19:34.019795 [DEBUG] mod_sofia.c:5974 Waiting for profiles to start

2018-04-18 09:19:34.019827 [WARNING] sofia.c:2206 MSG Thread 0 Started

2018-04-18 09:19:34.019902 [DEBUG] sofia.c:3046 Creating agent for internal

2018-04-18 09:19:34.024704 [DEBUG] sofia.c:3164 Created agent for external-ipv6

2018-04-18 09:19:34.024720 [DEBUG] sofia.c:3212 Set params for external-ipv6

2018-04-18 09:19:34.024725 [DEBUG] sofia.c:3259 Activated db for external-ipv6

2018-04-18 09:19:34.025454 [INFO] switch_core_sqldb.c:1693 sofia:external-ipv6 Starting SQL thread.

2018-04-18 09:19:34.025502 [DEBUG] sofia.c:3297 Starting thread for external-ipv6

2018-04-18 09:19:34.025508 [DEBUG] sofia.c:2946 Launching worker thread for external-ipv6

2018-04-18 09:19:34.025568 [DEBUG] sofia.c:3164 Created agent for internal-ipv6

2018-04-18 09:19:34.025587 [DEBUG] sofia.c:3212 Set params for internal-ipv6

2018-04-18 09:19:34.025591 [DEBUG] sofia.c:3259 Activated db for internal-ipv6

2018-04-18 09:19:34.025974 [DEBUG] sofia.c:3164 Created agent for internal

2018-04-18 09:19:34.025993 [DEBUG] sofia.c:3212 Set params for internal

2018-04-18 09:19:34.026001 [DEBUG] sofia.c:3259 Activated db for internal

2018-04-18 09:19:34.026285 [DEBUG] sofia.c:3164 Created agent for external

2018-04-18 09:19:34.026305 [DEBUG] sofia.c:3212 Set params for external

2018-04-18 09:19:34.026310 [DEBUG] sofia.c:3259 Activated db for external

2018-04-18 09:19:34.026348 [INFO] switch_core_sqldb.c:1693 sofia:internal-ipv6 Starting SQL thread.

2018-04-18 09:19:34.026413 [DEBUG] sofia.c:3297 Starting thread for internal-ipv6

2018-04-18 09:19:34.026419 [DEBUG] sofia.c:2946 Launching worker thread for internal-ipv6

2018-04-18 09:19:34.026785 [INFO] switch_core_sqldb.c:1693 sofia:internal Starting SQL thread.

2018-04-18 09:19:34.026837 [DEBUG] sofia.c:3297 Starting thread for internal

2018-04-18 09:19:34.026843 [DEBUG] sofia.c:2946 Launching worker thread for internal

2018-04-18 09:19:34.026884 [NOTICE] sofia.c:4032 Adding Alias [my.IP.address] for profile [internal]

2018-04-18 09:19:34.027099 [INFO] switch_core_sqldb.c:1693 sofia:external Starting SQL thread.

2018-04-18 09:19:34.027154 [DEBUG] sofia.c:3297 Starting thread for external

2018-04-18 09:19:34.027159 [DEBUG] sofia.c:2946 Launching worker thread for external

2018-04-18 09:19:35.520051 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_sofia]

2018-04-18 09:19:35.520081 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'sofia'

2018-04-18 09:19:35.520120 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'rtp'

2018-04-18 09:19:35.520163 [NOTICE] switch_loadable_module.c:292 Adding Application 'sofia_sla'

2018-04-18 09:19:35.520205 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia'

2018-04-18 09:19:35.520236 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_gateway_data'

2018-04-18 09:19:35.520273 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_username_of'

2018-04-18 09:19:35.520307 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_contact'

2018-04-18 09:19:35.520335 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_count_reg'

2018-04-18 09:19:35.520369 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_dig'

2018-04-18 09:19:35.520404 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_presence_data'

2018-04-18 09:19:35.520438 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'sip'

2018-04-18 09:19:35.520473 [NOTICE] switch_loadable_module.c:529 Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1001]

2018-04-18 09:19:35.521069 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_loopback]

2018-04-18 09:19:35.521094 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'loopback'

2018-04-18 09:19:35.521129 [NOTICE] switch_loadable_module.c:292 Adding Application 'unloop'

2018-04-18 09:19:35.521599 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_rtc]

2018-04-18 09:19:35.521623 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'rtc'

2018-04-18 09:19:35.522786 [INFO] mod_verto.c:4654 Secure key and cert specified

2018-04-18 09:19:35.522814 [DEBUG] mod_verto.c:4758 default-v4 Bound to my.IP.address:8081

2018-04-18 09:19:35.522823 [DEBUG] mod_verto.c:4758 default-v4 Bound to my.IP.address:8082

2018-04-18 09:19:35.522955 [INFO] mod_verto.c:4654 Secure key and cert specified

2018-04-18 09:19:35.522979 [DEBUG] mod_verto.c:4758 default-v6 Bound to [2a01:4f8:190:348e::2]:8081

2018-04-18 09:19:35.522989 [DEBUG] mod_verto.c:4758 default-v6 Bound to [2a01:4f8:190:348e::2]:8082

2018-04-18 09:19:35.523965 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_verto]

2018-04-18 09:19:35.523992 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'verto.rtc'

2018-04-18 09:19:35.524027 [NOTICE] switch_loadable_module.c:338 Adding API Function 'verto'

2018-04-18 09:19:35.524064 [NOTICE] switch_loadable_module.c:338 Adding API Function 'verto_contact'

2018-04-18 09:19:35.524104 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'store'

2018-04-18 09:19:35.524068 [DEBUG] mod_verto.c:4419 MCAST Bound to 224.1.1.1:1337/1338

2018-04-18 09:19:35.524145 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'verto'

2018-04-18 09:19:35.525730 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_commands]

2018-04-18 09:19:35.525748 [NOTICE] switch_loadable_module.c:338 Adding API Function 'bg_system'

2018-04-18 09:19:35.525770 [NOTICE] switch_loadable_module.c:338 Adding API Function 'system'

2018-04-18 09:19:35.525785 [NOTICE] switch_loadable_module.c:338 Adding API Function 'acl'

2018-04-18 09:19:35.525807 [NOTICE] switch_loadable_module.c:338 Adding API Function 'alias'

2018-04-18 09:19:35.525827 [NOTICE] switch_loadable_module.c:338 Adding API Function 'coalesce'

2018-04-18 09:19:35.525842 [NOTICE] switch_loadable_module.c:338 Adding API Function 'banner'

2018-04-18 09:19:35.525867 [NOTICE] switch_loadable_module.c:338 Adding API Function 'bgapi'

2018-04-18 09:19:35.525883 [NOTICE] switch_loadable_module.c:338 Adding API Function 'break'

2018-04-18 09:19:35.525907 [NOTICE] switch_loadable_module.c:338 Adding API Function 'complete'

2018-04-18 09:19:35.525923 [NOTICE] switch_loadable_module.c:338 Adding API Function 'cond'

2018-04-18 09:19:35.525939 [NOTICE] switch_loadable_module.c:338 Adding API Function 'console_complete'

2018-04-18 09:19:35.525954 [NOTICE] switch_loadable_module.c:338 Adding API Function 'console_complete_xml'

2018-04-18 09:19:35.525980 [NOTICE] switch_loadable_module.c:338 Adding API Function 'create_uuid'

2018-04-18 09:19:35.525993 [NOTICE] switch_loadable_module.c:338 Adding API Function 'db_cache'

2018-04-18 09:19:35.526025 [NOTICE] switch_loadable_module.c:338 Adding API Function 'domain_exists'

2018-04-18 09:19:35.526047 [NOTICE] switch_loadable_module.c:338 Adding API Function 'echo'

2018-04-18 09:19:35.526071 [NOTICE] switch_loadable_module.c:338 Adding API Function 'event_channel_broadcast'

2018-04-18 09:19:35.526092 [NOTICE] switch_loadable_module.c:338 Adding API Function 'escape'

2018-04-18 09:19:35.526113 [NOTICE] switch_loadable_module.c:338 Adding API Function 'eval'

2018-04-18 09:19:35.526133 [NOTICE] switch_loadable_module.c:338 Adding API Function 'expand'

2018-04-18 09:19:35.526154 [NOTICE] switch_loadable_module.c:338 Adding API Function 'find_user_xml'

2018-04-18 09:19:35.526178 [NOTICE] switch_loadable_module.c:338 Adding API Function 'fsctl'

2018-04-18 09:19:35.526202 [NOTICE] switch_loadable_module.c:338 Adding API Function '...'

2018-04-18 09:19:35.526217 [NOTICE] switch_loadable_module.c:338 Adding API Function 'shutdown'

2018-04-18 09:19:35.526238 [NOTICE] switch_loadable_module.c:338 Adding API Function 'version'

2018-04-18 09:19:35.526258 [NOTICE] switch_loadable_module.c:338 Adding API Function 'global_getvar'

2018-04-18 09:19:35.526278 [NOTICE] switch_loadable_module.c:338 Adding API Function 'global_setvar'

2018-04-18 09:19:35.526298 [NOTICE] switch_loadable_module.c:338 Adding API Function 'group_call'

2018-04-18 09:19:35.526313 [NOTICE] switch_loadable_module.c:338 Adding API Function 'help'

2018-04-18 09:19:35.526329 [NOTICE] switch_loadable_module.c:338 Adding API Function 'host_lookup'

2018-04-18 09:19:35.526349 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hostname'

2018-04-18 09:19:35.526367 [NOTICE] switch_loadable_module.c:338 Adding API Function 'interface_ip'

2018-04-18 09:19:35.526382 [NOTICE] switch_loadable_module.c:338 Adding API Function 'switchname'

2018-04-18 09:19:35.526400 [NOTICE] switch_loadable_module.c:338 Adding API Function 'gethost'

2018-04-18 09:19:35.526415 [NOTICE] switch_loadable_module.c:338 Adding API Function 'getenv'

2018-04-18 09:19:35.526434 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hupall'

2018-04-18 09:19:35.526451 [NOTICE] switch_loadable_module.c:338 Adding API Function 'in_group'

2018-04-18 09:19:35.526471 [NOTICE] switch_loadable_module.c:338 Adding API Function 'is_lan_addr'

2018-04-18 09:19:35.526490 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_usage'

2018-04-18 09:19:35.526511 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_hash_usage'

2018-04-18 09:19:35.526538 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_status'

2018-04-18 09:19:35.526555 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_reset'

2018-04-18 09:19:35.526576 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_interval_reset'

2018-04-18 09:19:35.526608 [NOTICE] switch_loadable_module.c:338 Adding API Function 'list_users'

2018-04-18 09:19:35.526628 [NOTICE] switch_loadable_module.c:338 Adding API Function 'load'

2018-04-18 09:19:35.526643 [NOTICE] switch_loadable_module.c:338 Adding API Function 'log'

2018-04-18 09:19:35.526660 [NOTICE] switch_loadable_module.c:338 Adding API Function 'md5'

2018-04-18 09:19:35.526693 [NOTICE] switch_loadable_module.c:338 Adding API Function 'module_exists'

2018-04-18 09:19:35.526717 [NOTICE] switch_loadable_module.c:338 Adding API Function 'msleep'

2018-04-18 09:19:35.526738 [NOTICE] switch_loadable_module.c:338 Adding API Function 'nat_map'

2018-04-18 09:19:35.526759 [NOTICE] switch_loadable_module.c:338 Adding API Function 'originate'

2018-04-18 09:19:35.526786 [NOTICE] switch_loadable_module.c:338 Adding API Function 'pause'

2018-04-18 09:19:35.526808 [NOTICE] switch_loadable_module.c:338 Adding API Function 'quote_shell_arg'

2018-04-18 09:19:35.526830 [NOTICE] switch_loadable_module.c:338 Adding API Function 'regex'

2018-04-18 09:19:35.526850 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reloadacl'

2018-04-18 09:19:35.526871 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reload'

2018-04-18 09:19:35.526893 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reloadxml'

2018-04-18 09:19:35.526908 [NOTICE] switch_loadable_module.c:338 Adding API Function 'replace'

2018-04-18 09:19:35.526930 [NOTICE] switch_loadable_module.c:338 Adding API Function 'say_string'

2018-04-18 09:19:35.526945 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_api'

2018-04-18 09:19:35.526961 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_broadcast'

2018-04-18 09:19:35.526981 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_del'

2018-04-18 09:19:35.527003 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_hangup'

2018-04-18 09:19:35.527040 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_transfer'

2018-04-18 09:19:35.527069 [NOTICE] switch_loadable_module.c:338 Adding API Function 'show'

2018-04-18 09:19:35.527096 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sql_escape'

2018-04-18 09:19:35.527112 [NOTICE] switch_loadable_module.c:338 Adding API Function 'status'

2018-04-18 09:19:35.527141 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strftime_tz'

2018-04-18 09:19:35.527163 [NOTICE] switch_loadable_module.c:338 Adding API Function 'stun'

2018-04-18 09:19:35.527179 [NOTICE] switch_loadable_module.c:338 Adding API Function 'time_test'

2018-04-18 09:19:35.527201 [NOTICE] switch_loadable_module.c:338 Adding API Function 'timer_test'

2018-04-18 09:19:35.527238 [NOTICE] switch_loadable_module.c:338 Adding API Function 'tone_detect'

2018-04-18 09:19:35.527259 [NOTICE] switch_loadable_module.c:338 Adding API Function 'unload'

2018-04-18 09:19:35.527274 [NOTICE] switch_loadable_module.c:338 Adding API Function 'unsched_api'

2018-04-18 09:19:35.527305 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uptime'

2018-04-18 09:19:35.527340 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reg_url'

2018-04-18 09:19:35.527363 [NOTICE] switch_loadable_module.c:338 Adding API Function 'url_decode'

2018-04-18 09:19:35.527385 [NOTICE] switch_loadable_module.c:338 Adding API Function 'url_encode'

2018-04-18 09:19:35.527399 [NOTICE] switch_loadable_module.c:338 Adding API Function 'user_data'

2018-04-18 09:19:35.527424 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_early_ok'

2018-04-18 09:19:35.527450 [NOTICE] switch_loadable_module.c:338 Adding API Function 'user_exists'

2018-04-18 09:19:35.527469 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_answer'

2018-04-18 09:19:35.527487 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_audio'

2018-04-18 09:19:35.527512 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_break'

2018-04-18 09:19:35.527540 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_bridge'

2018-04-18 09:19:35.527561 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_broadcast'

2018-04-18 09:19:35.527585 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_buglist'

2018-04-18 09:19:35.527603 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_chat'

2018-04-18 09:19:35.527618 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_codec_debug'

2018-04-18 09:19:35.527639 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_codec_param'

2018-04-18 09:19:35.527664 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_debug_media'

2018-04-18 09:19:35.527690 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_deflect'

2018-04-18 09:19:35.527706 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_displace'

2018-04-18 09:19:35.527726 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_display'

2018-04-18 09:19:35.527742 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_drop_dtmf'

2018-04-18 09:19:35.527773 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_dump'

2018-04-18 09:19:35.527793 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_exists'

2018-04-18 09:19:35.527813 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_fileman'

2018-04-18 09:19:35.527833 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_flush_dtmf'

2018-04-18 09:19:35.527858 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_getvar'

2018-04-18 09:19:35.527874 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_hold'

2018-04-18 09:19:35.527898 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_kill'

2018-04-18 09:19:35.527921 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_message'

2018-04-18 09:19:35.527951 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_info'

2018-04-18 09:19:35.527970 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_set_media_stats'

2018-04-18 09:19:35.527988 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_video_bitrate'

2018-04-18 09:19:35.528007 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_video_refresh'

2018-04-18 09:19:35.528026 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_outgoing_answer'

2018-04-18 09:19:35.528045 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_limit'

2018-04-18 09:19:35.528062 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_limit_release'

2018-04-18 09:19:35.528091 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_limit_release'

2018-04-18 09:19:35.528118 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_loglevel'

2018-04-18 09:19:35.528141 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_media'

2018-04-18 09:19:35.528162 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_media_3p'

2018-04-18 09:19:35.528192 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_media_reneg'

2018-04-18 09:19:35.528211 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_park'

2018-04-18 09:19:35.528228 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_pause'

2018-04-18 09:19:35.528243 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_phone_event'

2018-04-18 09:19:35.528259 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_ring_ready'

2018-04-18 09:19:35.528277 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_pre_answer'

2018-04-18 09:19:35.528293 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_preprocess'

2018-04-18 09:19:35.528313 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_record'

2018-04-18 09:19:35.528333 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_recovery_refresh'

2018-04-18 09:19:35.528353 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_recv_dtmf'

2018-04-18 09:19:35.528373 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_redirect'

2018-04-18 09:19:35.528395 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_dtmf'

2018-04-18 09:19:35.528414 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_session_heartbeat'

2018-04-18 09:19:35.528432 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_setvar_multi'

2018-04-18 09:19:35.528448 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_setvar'

2018-04-18 09:19:35.528482 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_transfer'

2018-04-18 09:19:35.528519 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_dual_transfer'

2018-04-18 09:19:35.528537 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_simplify'

2018-04-18 09:19:35.528558 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_jitterbuffer'

2018-04-18 09:19:35.528575 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_zombie_exec'

2018-04-18 09:19:35.528594 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_xfer_zombie'

2018-04-18 09:19:35.528615 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_flush_cache'

2018-04-18 09:19:35.528631 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_locate'

2018-04-18 09:19:35.528665 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_wrap'

2018-04-18 09:19:35.528685 [NOTICE] switch_loadable_module.c:338 Adding API Function 'file_exists'

2018-04-18 09:19:35.528705 [NOTICE] switch_loadable_module.c:338 Adding API Function 'getcputime'

2018-04-18 09:19:35.528726 [NOTICE] switch_loadable_module.c:338 Adding API Function 'json'

2018-04-18 09:19:35.528747 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'mediaStats'

2018-04-18 09:19:35.528771 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'status'

2018-04-18 09:19:35.528789 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'fsapi'

2018-04-18 09:19:35.528809 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'execute'

2018-04-18 09:19:35.528829 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'channelData'

2018-04-18 09:19:35.529943 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_conference]

2018-04-18 09:19:35.529959 [NOTICE] switch_loadable_module.c:292 Adding Application 'conference'

2018-04-18 09:19:35.529977 [NOTICE] switch_loadable_module.c:292 Adding Application 'conference_set_auto_outcall'

2018-04-18 09:19:35.529997 [NOTICE] switch_loadable_module.c:338 Adding API Function 'conference'

2018-04-18 09:19:35.530015 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'conf'

2018-04-18 09:19:35.530027 [CONSOLE] sofia_presence.c:1619 Event Thread Started

2018-04-18 09:19:35.531109 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_db]

2018-04-18 09:19:35.531127 [NOTICE] switch_loadable_module.c:292 Adding Application 'db'

2018-04-18 09:19:35.531149 [NOTICE] switch_loadable_module.c:292 Adding Application 'group'

2018-04-18 09:19:35.531165 [NOTICE] switch_loadable_module.c:338 Adding API Function 'db'

2018-04-18 09:19:35.531182 [NOTICE] switch_loadable_module.c:338 Adding API Function 'group'

2018-04-18 09:19:35.531198 [NOTICE] switch_loadable_module.c:556 Adding Limit interface 'db'

2018-04-18 09:19:36.030220 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_dptools]

2018-04-18 09:19:36.030248 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'error'

2018-04-18 09:19:36.030274 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'group'

2018-04-18 09:19:36.030291 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'user'

2018-04-18 09:19:36.030316 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'pickup'

2018-04-18 09:19:36.030340 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'inline'

2018-04-18 09:19:36.030362 [NOTICE] switch_loadable_module.c:292 Adding Application 'blind_transfer_ack'

2018-04-18 09:19:36.030388 [NOTICE] switch_loadable_module.c:292 Adding Application 'bind_digit_action'

2018-04-18 09:19:36.030413 [NOTICE] switch_loadable_module.c:292 Adding Application 'capture'

2018-04-18 09:19:36.030438 [NOTICE] switch_loadable_module.c:292 Adding Application 'clear_digit_action'

2018-04-18 09:19:36.030464 [NOTICE] switch_loadable_module.c:292 Adding Application 'digit_action_set_realm'

2018-04-18 09:19:36.030489 [NOTICE] switch_loadable_module.c:292 Adding Application 'privacy'

2018-04-18 09:19:36.030513 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_audio_level'

2018-04-18 09:19:36.030539 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_mute'

2018-04-18 09:19:36.030565 [NOTICE] switch_loadable_module.c:292 Adding Application 'flush_dtmf'

2018-04-18 09:19:36.030592 [NOTICE] switch_loadable_module.c:292 Adding Application 'hold'

2018-04-18 09:19:36.030615 [NOTICE] switch_loadable_module.c:292 Adding Application 'unhold'

2018-04-18 09:19:36.030637 [NOTICE] switch_loadable_module.c:292 Adding Application 'mutex'

2018-04-18 09:19:36.030660 [NOTICE] switch_loadable_module.c:292 Adding Application 'page'

2018-04-18 09:19:36.030681 [NOTICE] switch_loadable_module.c:292 Adding Application 'transfer'

2018-04-18 09:19:36.030703 [NOTICE] switch_loadable_module.c:292 Adding Application 'check_acl'

2018-04-18 09:19:36.030727 [NOTICE] switch_loadable_module.c:292 Adding Application 'verbose_events'

2018-04-18 09:19:36.030750 [NOTICE] switch_loadable_module.c:292 Adding Application 'novideo'

2018-04-18 09:19:36.030777 [NOTICE] switch_loadable_module.c:292 Adding Application 'cng_plc'

2018-04-18 09:19:36.030801 [NOTICE] switch_loadable_module.c:292 Adding Application 'early_hangup'

2018-04-18 09:19:36.030825 [NOTICE] switch_loadable_module.c:292 Adding Application 'sleep'

2018-04-18 09:19:36.030853 [NOTICE] switch_loadable_module.c:292 Adding Application 'delay_echo'

2018-04-18 09:19:36.030874 [NOTICE] switch_loadable_module.c:292 Adding Application 'strftime'

2018-04-18 09:19:36.030894 [NOTICE] switch_loadable_module.c:292 Adding Application 'phrase'

2018-04-18 09:19:36.030915 [NOTICE] switch_loadable_module.c:292 Adding Application 'eval'

2018-04-18 09:19:36.030936 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_media_stats'

2018-04-18 09:19:36.030963 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop'

2018-04-18 09:19:36.030986 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_zombie_exec'

2018-04-18 09:19:36.031012 [NOTICE] switch_loadable_module.c:292 Adding Application 'pre_answer'

2018-04-18 09:19:36.031044 [NOTICE] switch_loadable_module.c:292 Adding Application 'answer'

2018-04-18 09:19:36.031072 [NOTICE] switch_loadable_module.c:292 Adding Application 'wait_for_answer'

2018-04-18 09:19:36.031094 [NOTICE] switch_loadable_module.c:292 Adding Application 'hangup'

2018-04-18 09:19:36.031117 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_name'

2018-04-18 09:19:36.031141 [NOTICE] switch_loadable_module.c:292 Adding Application 'presence'

2018-04-18 09:19:36.031164 [NOTICE] switch_loadable_module.c:292 Adding Application 'log'

2018-04-18 09:19:36.031187 [NOTICE] switch_loadable_module.c:292 Adding Application 'info'

2018-04-18 09:19:36.031213 [NOTICE] switch_loadable_module.c:292 Adding Application 'event'

2018-04-18 09:19:36.031240 [NOTICE] switch_loadable_module.c:292 Adding Application 'sound_test'

2018-04-18 09:19:36.031268 [NOTICE] switch_loadable_module.c:292 Adding Application 'export'

2018-04-18 09:19:36.031288 [NOTICE] switch_loadable_module.c:292 Adding Application 'bridge_export'

2018-04-18 09:19:36.031310 [NOTICE] switch_loadable_module.c:292 Adding Application 'set'

2018-04-18 09:19:36.031332 [NOTICE] switch_loadable_module.c:292 Adding Application 'multiset'

2018-04-18 09:19:36.031353 [NOTICE] switch_loadable_module.c:292 Adding Application 'push'

2018-04-18 09:19:36.031374 [NOTICE] switch_loadable_module.c:292 Adding Application 'unshift'

2018-04-18 09:19:36.031395 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_global'

2018-04-18 09:19:36.031417 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_profile_var'

2018-04-18 09:19:36.031440 [NOTICE] switch_loadable_module.c:292 Adding Application 'unset'

2018-04-18 09:19:36.031461 [NOTICE] switch_loadable_module.c:292 Adding Application 'multiunset'

2018-04-18 09:19:36.031482 [NOTICE] switch_loadable_module.c:292 Adding Application 'ring_ready'

2018-04-18 09:19:36.031501 [NOTICE] switch_loadable_module.c:292 Adding Application 'remove_bugs'

2018-04-18 09:19:36.031524 [NOTICE] switch_loadable_module.c:292 Adding Application 'break'

2018-04-18 09:19:36.031548 [NOTICE] switch_loadable_module.c:292 Adding Application 'detect_speech'

2018-04-18 09:19:36.031574 [NOTICE] switch_loadable_module.c:292 Adding Application 'play_and_detect_speech'

2018-04-18 09:19:36.031595 [NOTICE] switch_loadable_module.c:292 Adding Application 'ivr'

2018-04-18 09:19:36.031620 [NOTICE] switch_loadable_module.c:292 Adding Application 'redirect'

2018-04-18 09:19:36.031646 [NOTICE] switch_loadable_module.c:292 Adding Application 'video_refresh'

2018-04-18 09:19:36.031670 [NOTICE] switch_loadable_module.c:292 Adding Application 'video_decode'

2018-04-18 09:19:36.031704 [NOTICE] switch_loadable_module.c:292 Adding Application 'send_info'

2018-04-18 09:19:36.031746 [NOTICE] switch_loadable_module.c:292 Adding Application 'jitterbuffer'

2018-04-18 09:19:36.031775 [NOTICE] switch_loadable_module.c:292 Adding Application 'send_display'

2018-04-18 09:19:36.031795 [NOTICE] switch_loadable_module.c:292 Adding Application 'respond'

2018-04-18 09:19:36.031816 [NOTICE] switch_loadable_module.c:292 Adding Application 'deflect'

2018-04-18 09:19:36.031837 [NOTICE] switch_loadable_module.c:292 Adding Application 'recovery_refresh'

2018-04-18 09:19:36.031859 [NOTICE] switch_loadable_module.c:292 Adding Application 'queue_dtmf'

2018-04-18 09:19:36.031883 [NOTICE] switch_loadable_module.c:292 Adding Application 'send_dtmf'

2018-04-18 09:19:36.031920 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_cancel'

2018-04-18 09:19:36.031942 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_hangup'

2018-04-18 09:19:36.031966 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_broadcast'

2018-04-18 09:19:36.031990 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_transfer'

2018-04-18 09:19:36.032020 [NOTICE] switch_loadable_module.c:292 Adding Application 'execute_extension'

2018-04-18 09:19:36.032045 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_heartbeat'

2018-04-18 09:19:36.032064 [NOTICE] switch_loadable_module.c:292 Adding Application 'enable_heartbeat'

2018-04-18 09:19:36.032083 [NOTICE] switch_loadable_module.c:292 Adding Application 'enable_keepalive'

2018-04-18 09:19:36.032109 [NOTICE] switch_loadable_module.c:292 Adding Application 'media_reset'

2018-04-18 09:19:36.032132 [NOTICE] switch_loadable_module.c:292 Adding Application 'mkdir'

2018-04-18 09:19:36.032156 [NOTICE] switch_loadable_module.c:292 Adding Application 'rename'

2018-04-18 09:19:36.032176 [NOTICE] switch_loadable_module.c:292 Adding Application 'transfer_vars'

2018-04-18 09:19:36.032202 [NOTICE] switch_loadable_module.c:292 Adding Application 'soft_hold'

2018-04-18 09:19:36.032229 [NOTICE] switch_loadable_module.c:292 Adding Application 'bind_meta_app'

2018-04-18 09:19:36.032255 [NOTICE] switch_loadable_module.c:292 Adding Application 'unbind_meta_app'

2018-04-18 09:19:36.032282 [NOTICE] switch_loadable_module.c:292 Adding Application 'block_dtmf'

2018-04-18 09:19:36.032309 [NOTICE] switch_loadable_module.c:292 Adding Application 'unblock_dtmf'

2018-04-18 09:19:36.032335 [NOTICE] switch_loadable_module.c:292 Adding Application 'intercept'

2018-04-18 09:19:36.032361 [NOTICE] switch_loadable_module.c:292 Adding Application 'eavesdrop'

2018-04-18 09:19:36.032388 [NOTICE] switch_loadable_module.c:292 Adding Application 'three_way'

2018-04-18 09:19:36.032414 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_user'

2018-04-18 09:19:36.032441 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_dtmf'

2018-04-18 09:19:36.032468 [NOTICE] switch_loadable_module.c:292 Adding Application 'start_dtmf'

2018-04-18 09:19:36.032507 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_dtmf_generate'

2018-04-18 09:19:36.032536 [NOTICE] switch_loadable_module.c:292 Adding Application 'start_dtmf_generate'

2018-04-18 09:19:36.032564 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_tone_detect'

2018-04-18 09:19:36.032591 [NOTICE] switch_loadable_module.c:292 Adding Application 'fax_detect'

2018-04-18 09:19:36.032616 [NOTICE] switch_loadable_module.c:292 Adding Application 'tone_detect'

2018-04-18 09:19:36.032642 [NOTICE] switch_loadable_module.c:292 Adding Application 'echo'

2018-04-18 09:19:36.032669 [NOTICE] switch_loadable_module.c:292 Adding Application 'park'

2018-04-18 09:19:36.032695 [NOTICE] switch_loadable_module.c:292 Adding Application 'park_state'

2018-04-18 09:19:36.032721 [NOTICE] switch_loadable_module.c:292 Adding Application 'gentones'

2018-04-18 09:19:36.032747 [NOTICE] switch_loadable_module.c:292 Adding Application 'playback'

2018-04-18 09:19:36.032774 [NOTICE] switch_loadable_module.c:292 Adding Application 'endless_playback'

2018-04-18 09:19:36.032800 [NOTICE] switch_loadable_module.c:292 Adding Application 'loop_playback'

2018-04-18 09:19:36.032828 [NOTICE] switch_loadable_module.c:292 Adding Application 'att_xfer'

2018-04-18 09:19:36.032851 [NOTICE] switch_loadable_module.c:292 Adding Application 'read'

2018-04-18 09:19:36.032878 [NOTICE] switch_loadable_module.c:292 Adding Application 'play_and_get_digits'

2018-04-18 09:19:36.032905 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_video_write_overlay'

2018-04-18 09:19:36.032933 [NOTICE] switch_loadable_module.c:292 Adding Application 'video_write_overlay'

2018-04-18 09:19:36.032960 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_record_session'

2018-04-18 09:19:36.032987 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_session'

2018-04-18 09:19:36.033013 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_session_mask'

2018-04-18 09:19:36.033040 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_session_unmask'

2018-04-18 09:19:36.033067 [NOTICE] switch_loadable_module.c:292 Adding Application 'record'

2018-04-18 09:19:36.033093 [NOTICE] switch_loadable_module.c:292 Adding Application 'preprocess'

2018-04-18 09:19:36.033121 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_displace_session'

2018-04-18 09:19:36.033146 [NOTICE] switch_loadable_module.c:292 Adding Application 'displace_session'

2018-04-18 09:19:36.033173 [NOTICE] switch_loadable_module.c:292 Adding Application 'speak'

2018-04-18 09:19:36.033199 [NOTICE] switch_loadable_module.c:292 Adding Application 'clear_speech_cache'

2018-04-18 09:19:36.033225 [NOTICE] switch_loadable_module.c:292 Adding Application 'bridge'

2018-04-18 09:19:36.033251 [NOTICE] switch_loadable_module.c:292 Adding Application 'system'

2018-04-18 09:19:36.033278 [NOTICE] switch_loadable_module.c:292 Adding Application 'bgsystem'

2018-04-18 09:19:36.033304 [NOTICE] switch_loadable_module.c:292 Adding Application 'say'

2018-04-18 09:19:36.033331 [NOTICE] switch_loadable_module.c:292 Adding Application 'detect_audio'

2018-04-18 09:19:36.033366 [NOTICE] switch_loadable_module.c:292 Adding Application 'detect_silence'

2018-04-18 09:19:36.033393 [NOTICE] switch_loadable_module.c:292 Adding Application 'wait_for_silence'

2018-04-18 09:19:36.033421 [NOTICE] switch_loadable_module.c:292 Adding Application 'session_loglevel'

2018-04-18 09:19:36.033449 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit'

2018-04-18 09:19:36.033476 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit_hash'

2018-04-18 09:19:36.033503 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit_execute'

2018-04-18 09:19:36.033529 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit_hash_execute'

2018-04-18 09:19:36.033557 [NOTICE] switch_loadable_module.c:292 Adding Application 'pickup'

2018-04-18 09:19:36.033584 [NOTICE] switch_loadable_module.c:292 Adding Application 'deduplicate_dtmf'

2018-04-18 09:19:36.033611 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strepoch'

2018-04-18 09:19:36.033638 [NOTICE] switch_loadable_module.c:338 Adding API Function 'page'

2018-04-18 09:19:36.033664 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strmicroepoch'

2018-04-18 09:19:36.033692 [NOTICE] switch_loadable_module.c:338 Adding API Function 'chat'

2018-04-18 09:19:36.033721 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strftime'

2018-04-18 09:19:36.033757 [NOTICE] switch_loadable_module.c:338 Adding API Function 'presence'

2018-04-18 09:19:36.033785 [NOTICE] switch_loadable_module.c:390 Adding File Format 'file_string'

2018-04-18 09:19:36.033812 [NOTICE] switch_loadable_module.c:390 Adding File Format 'file'

2018-04-18 09:19:36.033839 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'event'

2018-04-18 09:19:36.033865 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'api'

2018-04-18 09:19:36.034393 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_expr]

2018-04-18 09:19:36.034415 [NOTICE] switch_loadable_module.c:338 Adding API Function 'expr'

2018-04-18 09:19:36.035200 [ERR] switch_core_db.c:108 SQL ERR [unsupported file format]

2018-04-18 09:19:36.035211 [ERR] switch_core_db.c:223 SQL ERR [unsupported file format]

2018-04-18 09:19:36.035238 [CRIT] switch_core_sqldb.c:508 Failure to connect to CORE_DB fifo!

2018-04-18 09:19:36.035245 [CRIT] mod_fifo.c:4439 Cannot open DB!

2018-04-18 09:19:36.035335 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_fifo]

2018-04-18 09:19:36.035352 [NOTICE] switch_loadable_module.c:292 Adding Application 'fifo'

2018-04-18 09:19:36.035373 [NOTICE] switch_loadable_module.c:292 Adding Application 'fifo_track_call'

2018-04-18 09:19:36.035394 [NOTICE] switch_loadable_module.c:338 Adding API Function 'fifo'

2018-04-18 09:19:36.035413 [NOTICE] switch_loadable_module.c:338 Adding API Function 'fifo_member'

2018-04-18 09:19:36.035430 [NOTICE] switch_loadable_module.c:338 Adding API Function 'fifo_add_outbound'

2018-04-18 09:19:36.035449 [NOTICE] switch_loadable_module.c:338 Adding API Function 'fifo_check_bridge'

2018-04-18 09:19:36.035798 [DEBUG] switch_scheduler.c:249 Added task 3 limit_hash_cleanup (mod_hash) to run at 1524036876

2018-04-18 09:19:36.035866 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_hash]

2018-04-18 09:19:36.035878 [NOTICE] switch_loadable_module.c:292 Adding Application 'hash'

2018-04-18 09:19:36.035894 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hash'

2018-04-18 09:19:36.035908 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hash_dump'

2018-04-18 09:19:36.035930 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hash_remote'

2018-04-18 09:19:36.035950 [NOTICE] switch_loadable_module.c:556 Adding Limit interface 'hash'

2018-04-18 09:19:36.036275 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_esf]

2018-04-18 09:19:36.036291 [NOTICE] switch_loadable_module.c:292 Adding Application 'esf_page_group'

2018-04-18 09:19:36.036619 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_fsv]

2018-04-18 09:19:36.036634 [NOTICE] switch_loadable_module.c:292 Adding Application 'play_fsv'

2018-04-18 09:19:36.036652 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_fsv'

2018-04-18 09:19:36.036672 [NOTICE] switch_loadable_module.c:292 Adding Application 'play_yuv'

2018-04-18 09:19:36.036691 [NOTICE] switch_loadable_module.c:292 Adding Application 'decode_video'

2018-04-18 09:19:36.036708 [NOTICE] switch_loadable_module.c:390 Adding File Format 'fsv'

2018-04-18 09:19:36.037081 [NOTICE] mod_httapi.c:2167 Profile [default] JSON Function [http://www.freeswitch.org/api/index.cgi]

2018-04-18 09:19:36.037106 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_httapi]

2018-04-18 09:19:36.037117 [NOTICE] switch_loadable_module.c:292 Adding Application 'httapi'

2018-04-18 09:19:36.037135 [NOTICE] switch_loadable_module.c:338 Adding API Function 'httapi'

2018-04-18 09:19:36.037153 [NOTICE] switch_loadable_module.c:390 Adding File Format 'http'

2018-04-18 09:19:36.037171 [NOTICE] switch_loadable_module.c:390 Adding File Format 'https'

2018-04-18 09:19:36.037481 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_dialplan_xml]

2018-04-18 09:19:36.037497 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'XML'

2018-04-18 09:19:36.037802 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_dialplan_asterisk]

2018-04-18 09:19:36.037817 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'SIP'

2018-04-18 09:19:36.037833 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'IAX2'

2018-04-18 09:19:36.037850 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'asterisk'

2018-04-18 09:19:36.037880 [NOTICE] switch_loadable_module.c:292 Adding Application 'Dial'

2018-04-18 09:19:36.037895 [NOTICE] switch_loadable_module.c:292 Adding Application 'Goto'

2018-04-18 09:19:36.037912 [NOTICE] switch_loadable_module.c:292 Adding Application 'AvoidingDeadlock'

2018-04-18 09:19:36.039776 [DEBUG] mod_spandsp_fax.c:191 FAX timer thread started.

2018-04-18 09:19:36.060287 [DEBUG] mod_spandsp.c:886 mod_spandsp loaded, using spandsp library version [20120902 163333]

2018-04-18 09:19:36.060302 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_spandsp]

2018-04-18 09:19:36.060316 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'modem'

2018-04-18 09:19:36.060340 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 10ms 1ch 64000bps

2018-04-18 09:19:36.060346 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 20ms 1ch 64000bps

2018-04-18 09:19:36.060351 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 30ms 1ch 64000bps

2018-04-18 09:19:36.060356 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 40ms 1ch 64000bps

2018-04-18 09:19:36.060362 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 50ms 1ch 64000bps

2018-04-18 09:19:36.060368 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 60ms 1ch 64000bps

2018-04-18 09:19:36.060373 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 10ms 1ch 32000bps

2018-04-18 09:19:36.060391 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 20ms 1ch 32000bps

2018-04-18 09:19:36.060408 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 30ms 1ch 32000bps

2018-04-18 09:19:36.060421 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 40ms 1ch 32000bps

2018-04-18 09:19:36.060430 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 50ms 1ch 32000bps

2018-04-18 09:19:36.060438 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 60ms 1ch 32000bps

2018-04-18 09:19:36.060449 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 70ms 1ch 32000bps

2018-04-18 09:19:36.060457 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 80ms 1ch 32000bps

2018-04-18 09:19:36.060462 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 90ms 1ch 32000bps

2018-04-18 09:19:36.060466 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 100ms 1ch 32000bps

2018-04-18 09:19:36.060473 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 110ms 1ch 32000bps

2018-04-18 09:19:36.060478 [NOTICE] switch_loadable_module.c:207 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 120ms 1ch 32000bps

2018-04-18 09:19:36.060518 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 10ms 1ch 16000bps

2018-04-18 09:19:36.060526 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 20ms 1ch 16000bps

2018-04-18 09:19:36.060531 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 30ms 1ch 16000bps

2018-04-18 09:19:36.060535 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 40ms 1ch 16000bps

2018-04-18 09:19:36.060539 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 50ms 1ch 16000bps

2018-04-18 09:19:36.060542 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 60ms 1ch 16000bps

2018-04-18 09:19:36.060546 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 70ms 1ch 16000bps

2018-04-18 09:19:36.060550 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 80ms 1ch 16000bps

2018-04-18 09:19:36.060556 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 90ms 1ch 16000bps

2018-04-18 09:19:36.060560 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 100ms 1ch 16000bps

2018-04-18 09:19:36.060567 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 110ms 1ch 16000bps

2018-04-18 09:19:36.060571 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 120ms 1ch 16000bps

2018-04-18 09:19:36.060589 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 10ms 1ch 16000bps

2018-04-18 09:19:36.060597 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 20ms 1ch 16000bps

2018-04-18 09:19:36.060603 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 30ms 1ch 16000bps

2018-04-18 09:19:36.060608 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 40ms 1ch 16000bps

2018-04-18 09:19:36.060612 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 50ms 1ch 16000bps

2018-04-18 09:19:36.060616 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 60ms 1ch 16000bps

2018-04-18 09:19:36.060621 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 70ms 1ch 16000bps

2018-04-18 09:19:36.060625 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 80ms 1ch 16000bps

2018-04-18 09:19:36.060628 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 90ms 1ch 16000bps

2018-04-18 09:19:36.060632 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 100ms 1ch 16000bps

2018-04-18 09:19:36.060638 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 110ms 1ch 16000bps

2018-04-18 09:19:36.060643 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-16 124 G.726 16k 8000hz 120ms 1ch 16000bps

2018-04-18 09:19:36.060661 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 10ms 1ch 24000bps

2018-04-18 09:19:36.060670 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 20ms 1ch 24000bps

2018-04-18 09:19:36.060678 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 30ms 1ch 24000bps

2018-04-18 09:19:36.060683 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 40ms 1ch 24000bps

2018-04-18 09:19:36.060689 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 50ms 1ch 24000bps

2018-04-18 09:19:36.060702 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 60ms 1ch 24000bps

2018-04-18 09:19:36.060711 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 70ms 1ch 24000bps

2018-04-18 09:19:36.060721 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 80ms 1ch 24000bps

2018-04-18 09:19:36.060727 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 90ms 1ch 24000bps

2018-04-18 09:19:36.060732 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 100ms 1ch 24000bps

2018-04-18 09:19:36.060739 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 110ms 1ch 24000bps

2018-04-18 09:19:36.060744 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 120ms 1ch 24000bps

2018-04-18 09:19:36.060767 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 10ms 1ch 24000bps

2018-04-18 09:19:36.060774 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 20ms 1ch 24000bps

2018-04-18 09:19:36.060781 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 30ms 1ch 24000bps

2018-04-18 09:19:36.060787 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 40ms 1ch 24000bps

2018-04-18 09:19:36.060791 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 50ms 1ch 24000bps

2018-04-18 09:19:36.060795 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 60ms 1ch 24000bps

2018-04-18 09:19:36.060800 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 70ms 1ch 24000bps

2018-04-18 09:19:36.060806 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 80ms 1ch 24000bps

2018-04-18 09:19:36.060812 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 90ms 1ch 24000bps

2018-04-18 09:19:36.060818 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 100ms 1ch 24000bps

2018-04-18 09:19:36.060823 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 110ms 1ch 24000bps

2018-04-18 09:19:36.060831 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-24 123 G.726 24k 8000hz 120ms 1ch 24000bps

2018-04-18 09:19:36.060851 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 10ms 1ch 32000bps

2018-04-18 09:19:36.060858 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 20ms 1ch 32000bps

2018-04-18 09:19:36.060863 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 30ms 1ch 32000bps

2018-04-18 09:19:36.060869 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 40ms 1ch 32000bps

2018-04-18 09:19:36.060873 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 50ms 1ch 32000bps

2018-04-18 09:19:36.060878 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 60ms 1ch 32000bps

2018-04-18 09:19:36.060883 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 70ms 1ch 32000bps

2018-04-18 09:19:36.060887 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 80ms 1ch 32000bps

2018-04-18 09:19:36.060894 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 90ms 1ch 32000bps

2018-04-18 09:19:36.060900 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 100ms 1ch 32000bps

2018-04-18 09:19:36.060904 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 110ms 1ch 32000bps

2018-04-18 09:19:36.060909 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 120ms 1ch 32000bps

2018-04-18 09:19:36.060932 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 10ms 1ch 32000bps

2018-04-18 09:19:36.060939 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 20ms 1ch 32000bps

2018-04-18 09:19:36.060948 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 30ms 1ch 32000bps

2018-04-18 09:19:36.060953 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 40ms 1ch 32000bps

2018-04-18 09:19:36.060959 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 50ms 1ch 32000bps

2018-04-18 09:19:36.060965 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 60ms 1ch 32000bps

2018-04-18 09:19:36.060973 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 70ms 1ch 32000bps

2018-04-18 09:19:36.060979 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 80ms 1ch 32000bps

2018-04-18 09:19:36.060984 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 90ms 1ch 32000bps

2018-04-18 09:19:36.060990 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 100ms 1ch 32000bps

2018-04-18 09:19:36.060996 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 110ms 1ch 32000bps

2018-04-18 09:19:36.061000 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-32 122 G.726 32k 8000hz 120ms 1ch 32000bps

2018-04-18 09:19:36.061025 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 10ms 1ch 40000bps

2018-04-18 09:19:36.061032 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 20ms 1ch 40000bps

2018-04-18 09:19:36.061038 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 30ms 1ch 40000bps

2018-04-18 09:19:36.061043 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 40ms 1ch 40000bps

2018-04-18 09:19:36.061047 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 50ms 1ch 40000bps

2018-04-18 09:19:36.061051 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 60ms 1ch 40000bps

2018-04-18 09:19:36.061055 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 70ms 1ch 40000bps

2018-04-18 09:19:36.061061 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 80ms 1ch 40000bps

2018-04-18 09:19:36.061065 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 90ms 1ch 40000bps

2018-04-18 09:19:36.061072 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 100ms 1ch 40000bps

2018-04-18 09:19:36.061079 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 110ms 1ch 40000bps

2018-04-18 09:19:36.061086 [NOTICE] switch_loadable_module.c:207 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 120ms 1ch 40000bps

2018-04-18 09:19:36.061107 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 10ms 1ch 40000bps

2018-04-18 09:19:36.061116 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 20ms 1ch 40000bps

2018-04-18 09:19:36.061124 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 30ms 1ch 40000bps

2018-04-18 09:19:36.061130 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 40ms 1ch 40000bps

2018-04-18 09:19:36.061135 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 50ms 1ch 40000bps

2018-04-18 09:19:36.061141 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 60ms 1ch 40000bps

2018-04-18 09:19:36.061147 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 70ms 1ch 40000bps

2018-04-18 09:19:36.061154 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 80ms 1ch 40000bps

2018-04-18 09:19:36.061161 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 90ms 1ch 40000bps

2018-04-18 09:19:36.061166 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 100ms 1ch 40000bps

2018-04-18 09:19:36.061171 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 110ms 1ch 40000bps

2018-04-18 09:19:36.061176 [NOTICE] switch_loadable_module.c:207 Adding Codec G726-40 121 G.726 40k 8000hz 120ms 1ch 40000bps

2018-04-18 09:19:36.061196 [NOTICE] switch_loadable_module.c:207 Adding Codec G722 9 G.722 16000hz 10ms 1ch 64000bps

2018-04-18 09:19:36.061203 [NOTICE] switch_loadable_module.c:207 Adding Codec G722 9 G.722 16000hz 20ms 1ch 64000bps

2018-04-18 09:19:36.061209 [NOTICE] switch_loadable_module.c:207 Adding Codec G722 9 G.722 16000hz 30ms 1ch 64000bps

2018-04-18 09:19:36.061214 [NOTICE] switch_loadable_module.c:207 Adding Codec G722 9 G.722 16000hz 40ms 1ch 64000bps

2018-04-18 09:19:36.061218 [NOTICE] switch_loadable_module.c:207 Adding Codec G722 9 G.722 16000hz 50ms 1ch 64000bps

2018-04-18 09:19:36.061222 [NOTICE] switch_loadable_module.c:207 Adding Codec G722 9 G.722 16000hz 60ms 1ch 64000bps

2018-04-18 09:19:36.061241 [NOTICE] switch_loadable_module.c:207 Adding Codec GSM 3 GSM 8000hz 20ms 1ch 13200bps

2018-04-18 09:19:36.061245 [NOTICE] switch_loadable_module.c:207 Adding Codec GSM 3 GSM 8000hz 40ms 1ch 13200bps

2018-04-18 09:19:36.061250 [NOTICE] switch_loadable_module.c:207 Adding Codec GSM 3 GSM 8000hz 60ms 1ch 13200bps

2018-04-18 09:19:36.061257 [NOTICE] switch_loadable_module.c:207 Adding Codec GSM 3 GSM 8000hz 80ms 1ch 13200bps

2018-04-18 09:19:36.061263 [NOTICE] switch_loadable_module.c:207 Adding Codec GSM 3 GSM 8000hz 100ms 1ch 13200bps

2018-04-18 09:19:36.061268 [NOTICE] switch_loadable_module.c:207 Adding Codec GSM 3 GSM 8000hz 120ms 1ch 13200bps

2018-04-18 09:19:36.061285 [NOTICE] switch_loadable_module.c:207 Adding Codec LPC 7 LPC-10 8000hz 90ms 1ch 2400bps

2018-04-18 09:19:36.061308 [NOTICE] switch_loadable_module.c:292 Adding Application 't38_gateway'

2018-04-18 09:19:36.061334 [NOTICE] switch_loadable_module.c:292 Adding Application 'rxfax'

2018-04-18 09:19:36.061357 [NOTICE] switch_loadable_module.c:292 Adding Application 'txfax'

2018-04-18 09:19:36.061383 [NOTICE] switch_loadable_module.c:292 Adding Application 'stopfax'

2018-04-18 09:19:36.061406 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_stop_dtmf'

2018-04-18 09:19:36.061429 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_start_dtmf'

2018-04-18 09:19:36.061448 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_stop_inject_tdd'

2018-04-18 09:19:36.061470 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_inject_tdd'

2018-04-18 09:19:36.061493 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_stop_detect_tdd'

2018-04-18 09:19:36.061516 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_detect_tdd'

2018-04-18 09:19:36.061540 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_send_tdd'

2018-04-18 09:19:36.061564 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_start_fax_detect'

2018-04-18 09:19:36.061588 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_stop_fax_detect'

2018-04-18 09:19:36.061613 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_start_tone_detect'

2018-04-18 09:19:36.061636 [NOTICE] switch_loadable_module.c:292 Adding Application 'spandsp_stop_tone_detect'

2018-04-18 09:19:36.061660 [NOTICE] switch_loadable_module.c:338 Adding API Function 'spandsp_start_tone_detect'

2018-04-18 09:19:36.061684 [NOTICE] switch_loadable_module.c:338 Adding API Function 'spandsp_stop_tone_detect'

2018-04-18 09:19:36.061709 [NOTICE] switch_loadable_module.c:338 Adding API Function 'start_tdd_detect'

2018-04-18 09:19:36.061733 [NOTICE] switch_loadable_module.c:338 Adding API Function 'stop_tdd_detect'

2018-04-18 09:19:36.061759 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_tdd'

2018-04-18 09:19:36.062232 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_g723_1]

2018-04-18 09:19:36.062254 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 120ms 1ch 6300bps

2018-04-18 09:19:36.062262 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 90ms 1ch 6300bps

2018-04-18 09:19:36.062268 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 60ms 1ch 6300bps

2018-04-18 09:19:36.062273 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 30ms 1ch 6300bps

2018-04-18 09:19:36.062695 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_g729]

2018-04-18 09:19:36.062717 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 10ms 1ch 8000bps

2018-04-18 09:19:36.062725 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 20ms 1ch 8000bps

2018-04-18 09:19:36.062730 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 30ms 1ch 8000bps

2018-04-18 09:19:36.062736 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 40ms 1ch 8000bps

2018-04-18 09:19:36.062741 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 50ms 1ch 8000bps

2018-04-18 09:19:36.062744 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 60ms 1ch 8000bps

2018-04-18 09:19:36.062748 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 70ms 1ch 8000bps

2018-04-18 09:19:36.062752 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 80ms 1ch 8000bps

2018-04-18 09:19:36.062756 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 90ms 1ch 8000bps

2018-04-18 09:19:36.062760 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 100ms 1ch 8000bps

2018-04-18 09:19:36.062766 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 110ms 1ch 8000bps

2018-04-18 09:19:36.062773 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 120ms 1ch 8000bps

2018-04-18 09:19:36.063182 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_amr]

2018-04-18 09:19:36.063202 [NOTICE] switch_loadable_module.c:207 Adding Codec AMR 96 AMR 8000hz 20ms 1ch 12200bps

2018-04-18 09:19:36.063614 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_b64]

2018-04-18 09:19:36.063636 [NOTICE] switch_loadable_module.c:207 Adding Codec b64 116 B64 (STANDARD) 32000hz 20ms 1ch 684800bps

2018-04-18 09:19:36.063645 [NOTICE] switch_loadable_module.c:207 Adding Codec b64 116 B64 (STANDARD) 16000hz 20ms 1ch 342400bps

2018-04-18 09:19:36.063650 [NOTICE] switch_loadable_module.c:207 Adding Codec b64 116 B64 (STANDARD) 8000hz 20ms 1ch 171200bps

2018-04-18 09:19:36.064355 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_opus]

2018-04-18 09:19:36.064375 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 40ms 2ch (VBR)

2018-04-18 09:19:36.064383 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 40ms 1ch (VBR)

2018-04-18 09:19:36.064388 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 120ms 1ch (VBR)

2018-04-18 09:19:36.064394 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 100ms 1ch (VBR)

2018-04-18 09:19:36.064398 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 80ms 1ch (VBR)

2018-04-18 09:19:36.064405 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 60ms 1ch (VBR)

2018-04-18 09:19:36.064414 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 20ms 2ch (VBR)

2018-04-18 09:19:36.064419 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 20ms 1ch (VBR)

2018-04-18 09:19:36.064423 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 10ms 2ch (VBR)

2018-04-18 09:19:36.064427 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 8000hz 10ms 1ch (VBR)

2018-04-18 09:19:36.064431 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 40ms 2ch (VBR)

2018-04-18 09:19:36.064436 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 40ms 1ch (VBR)

2018-04-18 09:19:36.064440 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 60ms 1ch (VBR)

2018-04-18 09:19:36.064445 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 20ms 2ch (VBR)

2018-04-18 09:19:36.064449 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 20ms 1ch (VBR)

2018-04-18 09:19:36.064453 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 10ms 2ch (VBR)

2018-04-18 09:19:36.064462 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 16000hz 10ms 1ch (VBR)

2018-04-18 09:19:36.064468 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 48000hz 40ms 2ch (VBR)

2018-04-18 09:19:36.064473 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 48000hz 40ms 1ch (VBR)

2018-04-18 09:19:36.064479 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 48000hz 20ms 2ch (VBR)

2018-04-18 09:19:36.064484 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 48000hz 20ms 1ch (VBR)

2018-04-18 09:19:36.064489 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 48000hz 10ms 2ch (VBR)

2018-04-18 09:19:36.064503 [NOTICE] switch_loadable_module.c:213 Adding Codec opus 116 OPUS (STANDARD) 48000hz 10ms 1ch (VBR)

2018-04-18 09:19:36.064531 [NOTICE] switch_loadable_module.c:338 Adding API Function 'opus_debug'

2018-04-18 09:19:36.066078 [INFO] mod_sndfile.c:388 

LibSndFile Version : libsndfile-1.0.25 Supported Formats

================================================================================

AIFF (Apple/SGI)  (extension "aiff")

AU (Sun/NeXT)  (extension "au")

AVR (Audio Visual Research)  (extension "avr")

CAF (Apple Core Audio File)  (extension "caf")

FLAC (FLAC Lossless Audio Codec)  (extension "flac")

HTK (HMM Tool Kit)  (extension "htk")

IFF (Amiga IFF/SVX8/SV16)  (extension "iff")

MAT4 (GNU Octave 2.0 / Matlab 4.2)  (extension "mat")

MAT5 (GNU Octave 2.1 / Matlab 5.0)  (extension "mat")

MPC (Akai MPC 2k)  (extension "mpc")

OGG (OGG Container format)  (extension "oga")

PAF (Ensoniq PARIS)  (extension "paf")

PVF (Portable Voice Format)  (extension "pvf")

RAW (header-less)  (extension "raw")

RF64 (RIFF 64)  (extension "rf64")

SD2 (Sound Designer II)  (extension "sd2")

SDS (Midi Sample Dump Standard)  (extension "sds")

SF (Berkeley/IRCAM/CARL)  (extension "sf")

VOC (Creative Labs)  (extension "voc")

W64 (SoundFoundry WAVE 64)  (extension "w64")

WAV (Microsoft)  (extension "wav")

WAV (NIST Sphere)  (extension "wav")

WAVEX (Microsoft)  (extension "wav")

WVE (Psion Series 3)  (extension "wve")

XI (FastTracker 2)  (extension "xi")

================================================================================

2018-04-18 09:19:36.066173 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_sndfile]

2018-04-18 09:19:36.066188 [NOTICE] switch_loadable_module.c:390 Adding File Format 'aiff'

2018-04-18 09:19:36.066219 [NOTICE] switch_loadable_module.c:390 Adding File Format 'au'

2018-04-18 09:19:36.066237 [NOTICE] switch_loadable_module.c:390 Adding File Format 'avr'

2018-04-18 09:19:36.066256 [NOTICE] switch_loadable_module.c:390 Adding File Format 'caf'

2018-04-18 09:19:36.066278 [NOTICE] switch_loadable_module.c:390 Adding File Format 'flac'

2018-04-18 09:19:36.066300 [NOTICE] switch_loadable_module.c:390 Adding File Format 'htk'

2018-04-18 09:19:36.066326 [NOTICE] switch_loadable_module.c:390 Adding File Format 'iff'

2018-04-18 09:19:36.066350 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mat'

2018-04-18 09:19:36.066365 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mpc'

2018-04-18 09:19:36.066389 [NOTICE] switch_loadable_module.c:390 Adding File Format 'oga'

2018-04-18 09:19:36.066414 [NOTICE] switch_loadable_module.c:390 Adding File Format 'paf'

2018-04-18 09:19:36.066448 [NOTICE] switch_loadable_module.c:390 Adding File Format 'pvf'

2018-04-18 09:19:36.066464 [NOTICE] switch_loadable_module.c:390 Adding File Format 'raw'

2018-04-18 09:19:36.066488 [NOTICE] switch_loadable_module.c:390 Adding File Format 'rf64'

2018-04-18 09:19:36.066511 [NOTICE] switch_loadable_module.c:390 Adding File Format 'sd2'

2018-04-18 09:19:36.066527 [NOTICE] switch_loadable_module.c:390 Adding File Format 'sds'

2018-04-18 09:19:36.066551 [NOTICE] switch_loadable_module.c:390 Adding File Format 'sf'

2018-04-18 09:19:36.066576 [NOTICE] switch_loadable_module.c:390 Adding File Format 'voc'

2018-04-18 09:19:36.066594 [NOTICE] switch_loadable_module.c:390 Adding File Format 'w64'

2018-04-18 09:19:36.066617 [NOTICE] switch_loadable_module.c:390 Adding File Format 'wav'

2018-04-18 09:19:36.066640 [NOTICE] switch_loadable_module.c:390 Adding File Format 'wve'

2018-04-18 09:19:36.066663 [NOTICE] switch_loadable_module.c:390 Adding File Format 'xi'

2018-04-18 09:19:36.066679 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r8'

2018-04-18 09:19:36.066704 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r16'

2018-04-18 09:19:36.066727 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r24'

2018-04-18 09:19:36.066750 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r32'

2018-04-18 09:19:36.066774 [NOTICE] switch_loadable_module.c:390 Adding File Format 'gsm'

2018-04-18 09:19:36.066795 [NOTICE] switch_loadable_module.c:390 Adding File Format 'ul'

2018-04-18 09:19:36.066817 [NOTICE] switch_loadable_module.c:390 Adding File Format 'ulaw'

2018-04-18 09:19:36.066840 [NOTICE] switch_loadable_module.c:390 Adding File Format 'al'

2018-04-18 09:19:36.066862 [NOTICE] switch_loadable_module.c:390 Adding File Format 'alaw'

2018-04-18 09:19:36.066886 [NOTICE] switch_loadable_module.c:390 Adding File Format 'adpcm'

2018-04-18 09:19:36.066910 [NOTICE] switch_loadable_module.c:390 Adding File Format 'vox'

2018-04-18 09:19:36.067372 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_native_file]

2018-04-18 09:19:36.067394 [NOTICE] switch_loadable_module.c:390 Adding File Format 'AAL2-G726-32'

2018-04-18 09:19:36.067419 [NOTICE] switch_loadable_module.c:390 Adding File Format 'DVI4'

2018-04-18 09:19:36.067444 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PCMU'

2018-04-18 09:19:36.067472 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G722'

2018-04-18 09:19:36.067495 [NOTICE] switch_loadable_module.c:390 Adding File Format 'opus'

2018-04-18 09:19:36.067518 [NOTICE] switch_loadable_module.c:390 Adding File Format 'AAL2-G726-24'

2018-04-18 09:19:36.067541 [NOTICE] switch_loadable_module.c:390 Adding File Format 'SPEEX'

2018-04-18 09:19:36.067565 [NOTICE] switch_loadable_module.c:390 Adding File Format 'b64'

2018-04-18 09:19:36.067587 [NOTICE] switch_loadable_module.c:390 Adding File Format 'AAL2-G726-40'

2018-04-18 09:19:36.067611 [NOTICE] switch_loadable_module.c:390 Adding File Format 'L16'

2018-04-18 09:19:36.067633 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G726-16'

2018-04-18 09:19:36.067656 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PCMA'

2018-04-18 09:19:36.067679 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PROXY'

2018-04-18 09:19:36.067702 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G726-24'

2018-04-18 09:19:36.067725 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G729'

2018-04-18 09:19:36.067748 [NOTICE] switch_loadable_module.c:390 Adding File Format 'AAL2-G726-16'

2018-04-18 09:19:36.067770 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G726-32'

2018-04-18 09:19:36.067793 [NOTICE] switch_loadable_module.c:390 Adding File Format 'AMR'

2018-04-18 09:19:36.067817 [NOTICE] switch_loadable_module.c:390 Adding File Format 'GSM'

2018-04-18 09:19:36.067840 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G726-40'

2018-04-18 09:19:36.067863 [NOTICE] switch_loadable_module.c:390 Adding File Format 'VP9'

2018-04-18 09:19:36.067886 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PROXY-VID'

2018-04-18 09:19:36.067910 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G723'

2018-04-18 09:19:36.067932 [NOTICE] switch_loadable_module.c:390 Adding File Format 'LPC'

2018-04-18 09:19:36.067956 [NOTICE] switch_loadable_module.c:390 Adding File Format 'VP8'

2018-04-18 09:19:36.068408 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_png]

2018-04-18 09:19:36.068428 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_write_png'

2018-04-18 09:19:36.068454 [NOTICE] switch_loadable_module.c:390 Adding File Format 'png'

2018-04-18 09:19:36.069461 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_local_stream]

2018-04-18 09:19:36.069489 [NOTICE] switch_loadable_module.c:338 Adding API Function 'local_stream'

2018-04-18 09:19:36.069486 [CONSOLE] mod_local_stream.c:284 Can't open directory: /opt/freeswitch/share/freeswitch/sounds/music/8000

2018-04-18 09:19:36.069527 [NOTICE] switch_loadable_module.c:390 Adding File Format 'local_stream'

2018-04-18 09:19:36.069586 [CONSOLE] mod_local_stream.c:284 Can't open directory: /opt/freeswitch/share/freeswitch/sounds/music/16000

2018-04-18 09:19:36.088520 [CONSOLE] mod_local_stream.c:284 Can't open directory: /opt/freeswitch/share/freeswitch/sounds/music/8000

2018-04-18 09:19:36.088697 [CONSOLE] mod_local_stream.c:284 Can't open directory: /opt/freeswitch/share/freeswitch/sounds/music/32000

2018-04-18 09:19:36.088702 [CONSOLE] mod_local_stream.c:284 Can't open directory: /opt/freeswitch/share/freeswitch/sounds/music/48000

2018-04-18 09:19:36.088980 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_tone_stream]

2018-04-18 09:19:36.089006 [NOTICE] switch_loadable_module.c:390 Adding File Format 'tone_stream'

2018-04-18 09:19:36.089040 [NOTICE] switch_loadable_module.c:390 Adding File Format 'silence_stream'

2018-04-18 09:19:36.090666 [DEBUG] switch_loadable_module.c:1473 Loading module with global namespace at request of module

2018-04-18 09:19:36.090703 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_lua]

2018-04-18 09:19:36.090727 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'LUA'

2018-04-18 09:19:36.090749 [NOTICE] switch_loadable_module.c:292 Adding Application 'lua'

2018-04-18 09:19:36.090763 [NOTICE] switch_loadable_module.c:315 Adding Chat Application 'lua'

2018-04-18 09:19:36.090778 [NOTICE] switch_loadable_module.c:338 Adding API Function 'luarun'

2018-04-18 09:19:36.090795 [NOTICE] switch_loadable_module.c:338 Adding API Function 'lua'

2018-04-18 09:19:36.091230 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_say_en]

2018-04-18 09:19:36.091250 [NOTICE] switch_loadable_module.c:504 Adding Say interface 'en'

av_log callback installed, level= 32

2018-04-18 09:19:36.105686 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_av]

2018-04-18 09:19:36.105699 [NOTICE] switch_loadable_module.c:213 Adding Codec H264 99 H264 Video 90000hz 0ms 1ch (VBR)

2018-04-18 09:19:36.105718 [NOTICE] switch_loadable_module.c:213 Adding Codec H263 34 H263 Video 90000hz 0ms 1ch (VBR)

2018-04-18 09:19:36.105730 [NOTICE] switch_loadable_module.c:213 Adding Codec H263-1998 115 H263+ Video 90000hz 0ms 1ch (VBR)

2018-04-18 09:19:36.105745 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_av'

2018-04-18 09:19:36.105758 [NOTICE] switch_loadable_module.c:338 Adding API Function 'av'

2018-04-18 09:19:36.105772 [NOTICE] switch_loadable_module.c:338 Adding API Function 'av_format'

2018-04-18 09:19:36.105781 [NOTICE] switch_loadable_module.c:338 Adding API Function 'av_codec'

2018-04-18 09:19:36.105794 [NOTICE] switch_loadable_module.c:390 Adding File Format 'av'

2018-04-18 09:19:36.105804 [NOTICE] switch_loadable_module.c:390 Adding File Format 'rtmp'

2018-04-18 09:19:36.105816 [NOTICE] switch_loadable_module.c:390 Adding File Format 'rtsp'

2018-04-18 09:19:36.105828 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mp4'

2018-04-18 09:19:36.105841 [NOTICE] switch_loadable_module.c:390 Adding File Format 'm4a'

2018-04-18 09:19:36.105853 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mov'

2018-04-18 09:19:36.105861 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mkv'

2018-04-18 09:19:36.105875 [NOTICE] switch_loadable_module.c:390 Adding File Format 'webm'

2018-04-18 09:19:36.105899 [CONSOLE] switch_loadable_module.c:139 Starting runtime thread for mod_verto

2018-04-18 09:19:36.105926 [CONSOLE] switch_loadable_module.c:139 Starting runtime thread for mod_event_socket

2018-04-18 09:19:36.105948 [CONSOLE] switch_loadable_module.c:139 Starting runtime thread for CORE_SOFTTIMER_MODULE

2018-04-18 09:19:36.106005 [DEBUG] switch_loadable_module.c:735 Chat Thread Started

2018-04-18 09:19:36.106031 [DEBUG] switch_loadable_module.c:735 Chat Thread Started

2018-04-18 09:19:36.106055 [INFO] switch_time.c:615 Clock synchronized to system time.

2018-04-18 09:19:36.106058 [DEBUG] mod_event_socket.c:2961 Socket up listening on :::8021

2018-04-18 09:19:36.106132 [NOTICE] switch_core.c:1472 Created ip list rfc6598.auto default (deny)

2018-04-18 09:19:36.106139 [NOTICE] switch_utils.c:545 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto

2018-04-18 09:19:36.106142 [NOTICE] switch_core.c:1478 Created ip list rfc1918.auto default (deny)

2018-04-18 09:19:36.106145 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto

2018-04-18 09:19:36.106147 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto

2018-04-18 09:19:36.106150 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto

2018-04-18 09:19:36.106153 [NOTICE] switch_utils.c:545 Adding fe80::/10 (allow) [] to list rfc1918.auto

2018-04-18 09:19:36.106157 [NOTICE] switch_core.c:1487 Created ip list wan.auto default (allow)

2018-04-18 09:19:36.106159 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/8 (deny) [] to list wan.auto

2018-04-18 09:19:36.106161 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (deny) [] to list wan.auto

2018-04-18 09:19:36.106163 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (deny) [] to list wan.auto

2018-04-18 09:19:36.106166 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (deny) [] to list wan.auto

2018-04-18 09:19:36.106169 [NOTICE] switch_utils.c:545 Adding 169.254.0.0/16 (deny) [] to list wan.auto

2018-04-18 09:19:36.106173 [NOTICE] switch_utils.c:545 Adding fe80::/10 (deny) [] to list wan.auto

2018-04-18 09:19:36.106175 [NOTICE] switch_core.c:1498 Created ip list wan_v6.auto default (allow)

2018-04-18 09:19:36.106177 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/0 (deny) [] to list wan_v6.auto

2018-04-18 09:19:36.106179 [NOTICE] switch_utils.c:545 Adding fe80::/10 (deny) [] to list wan_v6.auto

2018-04-18 09:19:36.106181 [NOTICE] switch_core.c:1506 Created ip list wan_v4.auto default (allow)

2018-04-18 09:19:36.106184 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/8 (deny) [] to list wan_v4.auto

2018-04-18 09:19:36.106186 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (deny) [] to list wan_v4.auto

2018-04-18 09:19:36.106188 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (deny) [] to list wan_v4.auto

2018-04-18 09:19:36.106191 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (deny) [] to list wan_v4.auto

2018-04-18 09:19:36.106194 [NOTICE] switch_utils.c:545 Adding 169.254.0.0/16 (deny) [] to list wan_v4.auto

2018-04-18 09:19:36.106197 [NOTICE] switch_utils.c:545 Adding ::/0 (deny) [] to list wan_v4.auto

2018-04-18 09:19:36.106199 [NOTICE] switch_core.c:1518 Created ip list any_v6.auto default (allow)

2018-04-18 09:19:36.106200 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/0 (deny) [] to list any_v6.auto

2018-04-18 09:19:36.106202 [NOTICE] switch_core.c:1525 Created ip list any_v4.auto default (allow)

2018-04-18 09:19:36.106204 [NOTICE] switch_utils.c:545 Adding ::/0 (deny) [] to list any_v4.auto

2018-04-18 09:19:36.106206 [NOTICE] switch_core.c:1532 Created ip list nat.auto default (deny)

2018-04-18 09:19:36.106208 [NOTICE] switch_core.c:1534 Adding my.IP.address/255.255.255.224 (deny) to list nat.auto

2018-04-18 09:19:36.106213 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (allow) [] to list nat.auto

2018-04-18 09:19:36.106216 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (allow) [] to list nat.auto

2018-04-18 09:19:36.106219 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (allow) [] to list nat.auto

2018-04-18 09:19:36.106222 [NOTICE] switch_utils.c:545 Adding 100.64.0.0/10 (allow) [] to list nat.auto

2018-04-18 09:19:36.106224 [NOTICE] switch_core.c:1544 Created ip list loopback.auto default (deny)

2018-04-18 09:19:36.106226 [NOTICE] switch_utils.c:545 Adding 127.0.0.0/8 (allow) [] to list loopback.auto

2018-04-18 09:19:36.106228 [NOTICE] switch_utils.c:545 Adding ::1/128 (allow) [] to list loopback.auto

2018-04-18 09:19:36.106233 [NOTICE] switch_core.c:1551 Created ip list localnet.auto default (deny)

2018-04-18 09:19:36.106235 [NOTICE] switch_core.c:1554 Adding my.IP.address/255.255.255.224 (allow) to list localnet.auto

2018-04-18 09:19:36.106239 [CONSOLE] switch_core.c:1581 Created ip list lan default (allow)

2018-04-18 09:19:36.106242 [NOTICE] switch_utils.c:545 Adding 127.0.0.1/32 (allow) [] to list lan

2018-04-18 09:19:36.106247 [NOTICE] switch_utils.c:545 Adding 10.130.218.147/32 (allow) [] to list lan

2018-04-18 09:19:36.106249 [CONSOLE] switch_core.c:1581 Created ip list domains default (allow)

2018-04-18 09:19:36.106304 [CONSOLE] switch_core.c:2427 [m[33m[44m

.=============================================================.

|   _____              ______        _____ _____ ____ _   _   |

|  |  ___| __ ___  ___/ ___\ \      / /_ _|_   _/ ___| | | |  |

|  | |_ | '__/ _ \/ _ \___ \\ \ /\ / / | |  | || |   | |_| |  |

|  |  _|| | |  __/  __/___) |\ V  V /  | |  | || |___|  _  |  |

|  |_|  |_|  \___|\___|____/  \_/\_/  |___| |_| \____|_| |_|  |

|                                                             |

.=============================================================.

|   Anthony Minessale II, Michael Jerris, Brian West, Others  |

|   FreeSWITCH (http://www.freeswitch.org)                    |

|   Paypal Donations Appreciated: pay...@freeswitch.org       |

|   Brought to you by ClueCon http://www.cluecon.com/         |

.=============================================================.


.=======================================================================================================.

|    ____ _             ____                                                                            |

|   / ___| |_   _  ___ / ___|___  _ __                                                                  |

|  | |   | | | | |/ _ \ |   / _ \| '_ \                                                                 |

|  | |___| | |_| |  __/ |__| (_) | | | |                                                                |

|   \____|_|\__,_|\___|\____\___/|_| |_|                                                                |

|                                                                                                       |

|   _____    _            _                          ____             __                                |

|  |_   _|__| | ___ _ __ | |__   ___  _ __  _   _   / ___|___  _ __  / _| ___ _ __ ___ _ __   ___ ___   |

|    | |/ _ \ |/ _ \ '_ \| '_ \ / _ \| '_ \| | | | | |   / _ \| '_ \| |_ / _ \ '__/ _ \ '_ \ / __/ _ \  |

|    | |  __/ |  __/ |_) | | | | (_) | | | | |_| | | |__| (_) | | | |  _|  __/ | |  __/ | | | (_|  __/  |

|    |_|\___|_|\___| .__/|_| |_|\___/|_| |_|\__, |  \____\___/|_| |_|_|  \___|_|  \___|_| |_|\___\___|  |

|                  |_|                      |___/                                                       |

|   _____                           _                         _                                         |

|  | ____|_   _____ _ __ _   _     / \  _   _  __ _ _   _ ___| |_                                       |

|  |  _| \ \ / / _ \ '__| | | |   / _ \| | | |/ _` | | | / __| __|                                      |

|  | |___ \ V /  __/ |  | |_| |  / ___ \ |_| | (_| | |_| \__ \ |_                                       |

|  |_____| \_/ \___|_|   \__, | /_/   \_\__,_|\__, |\__,_|___/\__|                                      |

|                        |___/                |___/                                                     |

|                                       ____ _             ____                                         |

|  __      ____      ____      __      / ___| |_   _  ___ / ___|___  _ __         ___ ___  _ __ ___     |

|  \ \ /\ / /\ \ /\ / /\ \ /\ / /     | |   | | | | |/ _ \ |   / _ \| '_ \       / __/ _ \| '_ ` _ \    |

|   \ V  V /  \ V  V /  \ V  V /   _  | |___| | |_| |  __/ |__| (_) | | | |  _  | (_| (_) | | | | | |   |

|    \_/\_/    \_/\_/    \_/\_/   (_)  \____|_|\__,_|\___|\____\___/|_| |_| (_)  \___\___/|_| |_| |_|   |

|                                                                                                       |

.=======================================================================================================.

[m


2018-04-18 09:19:36.106319 [INFO] switch_core.c:2436 

FreeSWITCH Version 1.6.20+git~20180123T214909Z~987c9b9a2a~64bit (git 987c9b9 2018-01-23 21:49:09Z 64bit)


FreeSWITCH Started

Max Sessions [1000]

Session Rate [30]

SQL [Enabled]

2018-04-18 09:19:37.306135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27770" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:19:53.486136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27771" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [NOTICE] switch_channel.c:1104 New Channel sofia/external/21...@my.IP.address [bc3e676d-12c7-4a08-a4b0-de6e0554add5]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] sofia.c:9873 sofia/external/21...@my.IP.address receiving invite from 185.40.4.90:5070 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] sofia.c:7084 Channel sofia/external/21...@my.IP.address entering state [received][100]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] sofia.c:7094 Remote SDP:

bc3e676d-12c7-4a08-a4b0-de6e0554add5 v=0

bc3e676d-12c7-4a08-a4b0-de6e0554add5 o=sipcli-Session 729755746 945721780 IN IP4 185.40.4.90

bc3e676d-12c7-4a08-a4b0-de6e0554add5 s=sipcli

bc3e676d-12c7-4a08-a4b0-de6e0554add5 c=IN IP4 185.40.4.90

bc3e676d-12c7-4a08-a4b0-de6e0554add5 t=0 0

bc3e676d-12c7-4a08-a4b0-de6e0554add5 m=audio 5072 RTP/AVP 18 0 8 101

bc3e676d-12c7-4a08-a4b0-de6e0554add5 a=rtpmap:18 G729/8000

bc3e676d-12c7-4a08-a4b0-de6e0554add5 a=rtpmap:0 PCMU/8000

bc3e676d-12c7-4a08-a4b0-de6e0554add5 a=rtpmap:8 PCMA/8000

bc3e676d-12c7-4a08-a4b0-de6e0554add5 a=rtpmap:101 telephone-event/8000

bc3e676d-12c7-4a08-a4b0-de6e0554add5 a=fmtp:101 0-15

bc3e676d-12c7-4a08-a4b0-de6e0554add5 a=ptime:20

bc3e676d-12c7-4a08-a4b0-de6e0554add5 

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] sofia.c:7486 (sofia/external/21...@my.IP.address) State Change CS_NEW -> CS_INIT

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:603 (sofia/external/21...@my.IP.address) State NEW

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:627 (sofia/external/21...@my.IP.address) State INIT

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_sofia.c:90 sofia/external/21...@my.IP.address SOFIA INIT

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:40 sofia/external/21...@my.IP.address Standard INIT

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:48 (sofia/external/21...@my.IP.address) State Change CS_INIT -> CS_ROUTING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:627 (sofia/external/21...@my.IP.address) State INIT going to sleep

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_channel.c:2249 (sofia/external/21...@my.IP.address) Callstate Change DOWN -> RINGING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:643 (sofia/external/21...@my.IP.address) State ROUTING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_sofia.c:143 sofia/external/21...@my.IP.address SOFIA ROUTING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:236 sofia/external/21...@my.IP.address Standard ROUTING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [INFO] mod_dialplan_xml.c:637 Processing 21021 <21021>->00441764910300 in context public

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address parsing [public->unloop] continue=false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address parsing [public->outside_call] continue=true

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Absolute Condition [outside_call]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Action set(outside_call=true)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address parsing [public->bbb_sp_call] continue=true

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(185.40.4.90) =~ /my.IP.address/ break=on-false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address parsing [public->from_my_provider] continue=false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(00441764910300) =~ /^31853012575/ break=on-false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address parsing [public->check_if_conference_active] continue=false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

bc3e676d-12c7-4a08-a4b0-de6e0554add5 ) =~ //sofia/g/ break=on-false

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:286 (sofia/external/21...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:643 (sofia/external/21...@my.IP.address) State ROUTING going to sleep

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:650 (sofia/external/21...@my.IP.address) State EXECUTE

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_sofia.c:198 sofia/external/21...@my.IP.address SOFIA EXECUTE

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:328 sofia/external/21...@my.IP.address Standard EXECUTE

bc3e676d-12c7-4a08-a4b0-de6e0554add5 EXECUTE sofia/external/21...@my.IP.address set(outside_call=true)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_dptools.c:1548 SET sofia/external/21...@my.IP.address [outside_call]=[true]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 EXECUTE sofia/external/21...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:19:55 +0200)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:19:55 +0200]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [NOTICE] switch_core_state_machine.c:385 sofia/external/21...@my.IP.address has executed the last dialplan instruction, hanging up.

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/21...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:650 (sofia/external/21...@my.IP.address) State EXECUTE going to sleep

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:850 (sofia/external/21...@my.IP.address) Callstate Change RINGING -> HANGUP

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:852 (sofia/external/21...@my.IP.address) State HANGUP

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_sofia.c:438 Channel sofia/external/21...@my.IP.address hanging up, cause: NORMAL_CLEARING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:60 sofia/external/21...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:852 (sofia/external/21...@my.IP.address) State HANGUP going to sleep

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:619 (sofia/external/21...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:938 (sofia/external/21...@my.IP.address) State REPORTING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:174 sofia/external/21...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:938 (sofia/external/21...@my.IP.address) State REPORTING going to sleep

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:610 (sofia/external/21...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_session.c:1665 Session 1 (sofia/external/21...@my.IP.address) Locked, Waiting on external entities

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [NOTICE] switch_core_session.c:1683 Session 1 (sofia/external/21...@my.IP.address) Ended

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/21...@my.IP.address [CS_DESTROY]

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:741 (sofia/external/21...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 1)

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:751 (sofia/external/21...@my.IP.address) State DESTROY

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] mod_sofia.c:343 sofia/external/21...@my.IP.address SOFIA DESTROY

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:181 sofia/external/21...@my.IP.address Standard DESTROY

bc3e676d-12c7-4a08-a4b0-de6e0554add5 2018-04-18 09:19:55.346135 [DEBUG] switch_core_state_machine.c:751 (sofia/external/21...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:20:10.126105 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27772" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:20:25.906135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27773" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:20:42.046136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27774" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:20:59.006137 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27775" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:21:16.246136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27776" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:21:33.006135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27777" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:21:50.246136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27778" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:22:06.866136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27779" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:22:22.086109 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27780" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:22:37.046115 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27781" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:22:51.766116 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27782" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:23:06.626136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27783" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:23:21.946104 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27784" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:23:38.726106 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27785" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:23:54.626116 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27786" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:24:10.726135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27787" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [NOTICE] switch_channel.c:1104 New Channel sofia/external/10...@my.IP.address [b33a10d9-8e5b-42bc-ab6e-d91725ab8463]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] sofia.c:9873 sofia/external/10...@my.IP.address receiving invite from 46.166.139.169:5070 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] sofia.c:7084 Channel sofia/external/10...@my.IP.address entering state [received][100]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] sofia.c:7094 Remote SDP:

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 v=0

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 o=sipcli-Session 1378427950 1695770485 IN IP4 46.166.139.169

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 s=sipcli

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 c=IN IP4 46.166.139.169

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 t=0 0

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 m=audio 5072 RTP/AVP 18 0 8 101

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 a=rtpmap:18 G729/8000

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 a=rtpmap:0 PCMU/8000

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 a=rtpmap:8 PCMA/8000

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 a=rtpmap:101 telephone-event/8000

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 a=fmtp:101 0-15

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 a=ptime:20

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] sofia.c:7486 (sofia/external/10...@my.IP.address) State Change CS_NEW -> CS_INIT

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:603 (sofia/external/10...@my.IP.address) State NEW

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_sofia.c:90 sofia/external/10...@my.IP.address SOFIA INIT

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:40 sofia/external/10...@my.IP.address Standard INIT

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:48 (sofia/external/10...@my.IP.address) State Change CS_INIT -> CS_ROUTING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT going to sleep

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_channel.c:2249 (sofia/external/10...@my.IP.address) Callstate Change DOWN -> RINGING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_sofia.c:143 sofia/external/10...@my.IP.address SOFIA ROUTING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:236 sofia/external/10...@my.IP.address Standard ROUTING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [INFO] mod_dialplan_xml.c:637 Processing 1002 <1002>->900972595561283 in context public

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address parsing [public->unloop] continue=false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address parsing [public->outside_call] continue=true

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Absolute Condition [outside_call]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Action set(outside_call=true)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_sp_call] continue=true

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(46.166.139.169) =~ /my.IP.address/ break=on-false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address parsing [public->from_my_provider] continue=false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(900972595561283) =~ /^31853012575/ break=on-false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address parsing [public->check_if_conference_active] continue=false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 ) =~ //sofia/g/ break=on-false

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:286 (sofia/external/10...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING going to sleep

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_sofia.c:198 sofia/external/10...@my.IP.address SOFIA EXECUTE

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:328 sofia/external/10...@my.IP.address Standard EXECUTE

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 EXECUTE sofia/external/10...@my.IP.address set(outside_call=true)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_dptools.c:1548 SET sofia/external/10...@my.IP.address [outside_call]=[true]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 EXECUTE sofia/external/10...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:24:25 +0200)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:24:25 +0200]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [NOTICE] switch_core_state_machine.c:385 sofia/external/10...@my.IP.address has executed the last dialplan instruction, hanging up.

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/10...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE going to sleep

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:850 (sofia/external/10...@my.IP.address) Callstate Change RINGING -> HANGUP

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_sofia.c:438 Channel sofia/external/10...@my.IP.address hanging up, cause: NORMAL_CLEARING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:60 sofia/external/10...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP going to sleep

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:619 (sofia/external/10...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:174 sofia/external/10...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING going to sleep

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:610 (sofia/external/10...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_session.c:1665 Session 2 (sofia/external/10...@my.IP.address) Locked, Waiting on external entities

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [NOTICE] switch_core_session.c:1683 Session 2 (sofia/external/10...@my.IP.address) Ended

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/10...@my.IP.address [CS_DESTROY]

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:741 (sofia/external/10...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 2)

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] mod_sofia.c:343 sofia/external/10...@my.IP.address SOFIA DESTROY

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:181 sofia/external/10...@my.IP.address Standard DESTROY

b33a10d9-8e5b-42bc-ab6e-d91725ab8463 2018-04-18 09:24:25.346117 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:24:26.466138 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27788" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [NOTICE] switch_channel.c:1104 New Channel sofia/external/10...@my.IP.address [a278a8f6-19dc-4e28-8147-8b13f6391a0c]

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] sofia.c:9873 sofia/external/10...@my.IP.address receiving invite from 164.132.200.179:5070 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] sofia.c:7084 Channel sofia/external/10...@my.IP.address entering state [received][100]

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] sofia.c:7094 Remote SDP:

a278a8f6-19dc-4e28-8147-8b13f6391a0c v=0

a278a8f6-19dc-4e28-8147-8b13f6391a0c o=sipcli-Session 1800458732 1227083100 IN IP4 164.132.200.179

a278a8f6-19dc-4e28-8147-8b13f6391a0c s=sipcli

a278a8f6-19dc-4e28-8147-8b13f6391a0c c=IN IP4 164.132.200.179

a278a8f6-19dc-4e28-8147-8b13f6391a0c t=0 0

a278a8f6-19dc-4e28-8147-8b13f6391a0c m=audio 5072 RTP/AVP 18 0 8 101

a278a8f6-19dc-4e28-8147-8b13f6391a0c a=rtpmap:18 G729/8000

a278a8f6-19dc-4e28-8147-8b13f6391a0c a=rtpmap:0 PCMU/8000

a278a8f6-19dc-4e28-8147-8b13f6391a0c a=rtpmap:8 PCMA/8000

a278a8f6-19dc-4e28-8147-8b13f6391a0c a=rtpmap:101 telephone-event/8000

a278a8f6-19dc-4e28-8147-8b13f6391a0c a=fmtp:101 0-15

a278a8f6-19dc-4e28-8147-8b13f6391a0c a=ptime:20

a278a8f6-19dc-4e28-8147-8b13f6391a0c 

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] sofia.c:7486 (sofia/external/10...@my.IP.address) State Change CS_NEW -> CS_INIT

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:603 (sofia/external/10...@my.IP.address) State NEW

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_sofia.c:90 sofia/external/10...@my.IP.address SOFIA INIT

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:40 sofia/external/10...@my.IP.address Standard INIT

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:48 (sofia/external/10...@my.IP.address) State Change CS_INIT -> CS_ROUTING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT going to sleep

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_channel.c:2249 (sofia/external/10...@my.IP.address) Callstate Change DOWN -> RINGING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_sofia.c:143 sofia/external/10...@my.IP.address SOFIA ROUTING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:236 sofia/external/10...@my.IP.address Standard ROUTING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [INFO] mod_dialplan_xml.c:637 Processing 1001 <1001>->900380947104184 in context public

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address parsing [public->unloop] continue=false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address parsing [public->outside_call] continue=true

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Absolute Condition [outside_call]

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Action set(outside_call=true)

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_sp_call] continue=true

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(164.132.200.179) =~ /my.IP.address/ break=on-false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address parsing [public->from_my_provider] continue=false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(900380947104184) =~ /^31853012575/ break=on-false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address parsing [public->check_if_conference_active] continue=false

a278a8f6-19dc-4e28-8147-8b13f6391a0c Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

a278a8f6-19dc-4e28-8147-8b13f6391a0c ) =~ //sofia/g/ break=on-false

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:286 (sofia/external/10...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING going to sleep

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_sofia.c:198 sofia/external/10...@my.IP.address SOFIA EXECUTE

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:328 sofia/external/10...@my.IP.address Standard EXECUTE

a278a8f6-19dc-4e28-8147-8b13f6391a0c EXECUTE sofia/external/10...@my.IP.address set(outside_call=true)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_dptools.c:1548 SET sofia/external/10...@my.IP.address [outside_call]=[true]

a278a8f6-19dc-4e28-8147-8b13f6391a0c EXECUTE sofia/external/10...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:24:32 +0200)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:24:32 +0200]

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [NOTICE] switch_core_state_machine.c:385 sofia/external/10...@my.IP.address has executed the last dialplan instruction, hanging up.

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/10...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE going to sleep

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:850 (sofia/external/10...@my.IP.address) Callstate Change RINGING -> HANGUP

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_sofia.c:438 Channel sofia/external/10...@my.IP.address hanging up, cause: NORMAL_CLEARING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:60 sofia/external/10...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP going to sleep

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:619 (sofia/external/10...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:174 sofia/external/10...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING going to sleep

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:610 (sofia/external/10...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_session.c:1665 Session 3 (sofia/external/10...@my.IP.address) Locked, Waiting on external entities

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [NOTICE] switch_core_session.c:1683 Session 3 (sofia/external/10...@my.IP.address) Ended

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/10...@my.IP.address [CS_DESTROY]

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:741 (sofia/external/10...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 3)

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] mod_sofia.c:343 sofia/external/10...@my.IP.address SOFIA DESTROY

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:181 sofia/external/10...@my.IP.address Standard DESTROY

a278a8f6-19dc-4e28-8147-8b13f6391a0c 2018-04-18 09:24:32.406137 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:24:42.466135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27789" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:24:58.166135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27790" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:25:14.706135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27791" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:25:30.346111 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27792" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:25:47.366116 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27793" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:26:02.586136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27794" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:26:19.386135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27795" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:26:34.306136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27796" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:26:51.326135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27797" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:27:06.446121 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27798" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [NOTICE] switch_channel.c:1104 New Channel sofia/external/10...@my.IP.address [c223b63f-5113-4836-ad9a-73625b6dc5bd]

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] sofia.c:9873 sofia/external/10...@my.IP.address receiving invite from 46.166.139.169:5071 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] sofia.c:7084 Channel sofia/external/10...@my.IP.address entering state [received][100]

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] sofia.c:7094 Remote SDP:

c223b63f-5113-4836-ad9a-73625b6dc5bd v=0

c223b63f-5113-4836-ad9a-73625b6dc5bd o=sipcli-Session 939253457 2060332663 IN IP4 46.166.139.169

c223b63f-5113-4836-ad9a-73625b6dc5bd s=sipcli

c223b63f-5113-4836-ad9a-73625b6dc5bd c=IN IP4 46.166.139.169

c223b63f-5113-4836-ad9a-73625b6dc5bd t=0 0

c223b63f-5113-4836-ad9a-73625b6dc5bd m=audio 5073 RTP/AVP 18 0 8 101

c223b63f-5113-4836-ad9a-73625b6dc5bd a=rtpmap:18 G729/8000

c223b63f-5113-4836-ad9a-73625b6dc5bd a=rtpmap:0 PCMU/8000

c223b63f-5113-4836-ad9a-73625b6dc5bd a=rtpmap:8 PCMA/8000

c223b63f-5113-4836-ad9a-73625b6dc5bd a=rtpmap:101 telephone-event/8000

c223b63f-5113-4836-ad9a-73625b6dc5bd a=fmtp:101 0-15

c223b63f-5113-4836-ad9a-73625b6dc5bd a=ptime:20

c223b63f-5113-4836-ad9a-73625b6dc5bd 

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] sofia.c:7486 (sofia/external/10...@my.IP.address) State Change CS_NEW -> CS_INIT

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:603 (sofia/external/10...@my.IP.address) State NEW

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_sofia.c:90 sofia/external/10...@my.IP.address SOFIA INIT

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:40 sofia/external/10...@my.IP.address Standard INIT

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:48 (sofia/external/10...@my.IP.address) State Change CS_INIT -> CS_ROUTING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT going to sleep

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_channel.c:2249 (sofia/external/10...@my.IP.address) Callstate Change DOWN -> RINGING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_sofia.c:143 sofia/external/10...@my.IP.address SOFIA ROUTING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:236 sofia/external/10...@my.IP.address Standard ROUTING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [INFO] mod_dialplan_xml.c:637 Processing 1005 <1005>->900972595561283 in context public

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address parsing [public->unloop] continue=false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address parsing [public->outside_call] continue=true

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Absolute Condition [outside_call]

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Action set(outside_call=true)

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_sp_call] continue=true

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(46.166.139.169) =~ /my.IP.address/ break=on-false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address parsing [public->from_my_provider] continue=false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(900972595561283) =~ /^31853012575/ break=on-false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address parsing [public->check_if_conference_active] continue=false

c223b63f-5113-4836-ad9a-73625b6dc5bd Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

c223b63f-5113-4836-ad9a-73625b6dc5bd ) =~ //sofia/g/ break=on-false

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:286 (sofia/external/10...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING going to sleep

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_sofia.c:198 sofia/external/10...@my.IP.address SOFIA EXECUTE

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:328 sofia/external/10...@my.IP.address Standard EXECUTE

c223b63f-5113-4836-ad9a-73625b6dc5bd EXECUTE sofia/external/10...@my.IP.address set(outside_call=true)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_dptools.c:1548 SET sofia/external/10...@my.IP.address [outside_call]=[true]

c223b63f-5113-4836-ad9a-73625b6dc5bd EXECUTE sofia/external/10...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:27:08 +0200)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:27:08 +0200]

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [NOTICE] switch_core_state_machine.c:385 sofia/external/10...@my.IP.address has executed the last dialplan instruction, hanging up.

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/10...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE going to sleep

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:850 (sofia/external/10...@my.IP.address) Callstate Change RINGING -> HANGUP

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_sofia.c:438 Channel sofia/external/10...@my.IP.address hanging up, cause: NORMAL_CLEARING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:60 sofia/external/10...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP going to sleep

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:619 (sofia/external/10...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:174 sofia/external/10...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING going to sleep

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:610 (sofia/external/10...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_session.c:1665 Session 4 (sofia/external/10...@my.IP.address) Locked, Waiting on external entities

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [NOTICE] switch_core_session.c:1683 Session 4 (sofia/external/10...@my.IP.address) Ended

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/10...@my.IP.address [CS_DESTROY]

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:741 (sofia/external/10...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 4)

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] mod_sofia.c:343 sofia/external/10...@my.IP.address SOFIA DESTROY

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:181 sofia/external/10...@my.IP.address Standard DESTROY

c223b63f-5113-4836-ad9a-73625b6dc5bd 2018-04-18 09:27:08.506113 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:27:21.586135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27799" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:27:37.166135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27800" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [NOTICE] switch_channel.c:1104 New Channel sofia/external/21...@my.IP.address [c735f2e2-a2ec-4b62-95e5-766fb607154c]

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] sofia.c:9873 sofia/external/21...@my.IP.address receiving invite from 185.40.4.90:5071 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] sofia.c:7084 Channel sofia/external/21...@my.IP.address entering state [received][100]

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] sofia.c:7094 Remote SDP:

c735f2e2-a2ec-4b62-95e5-766fb607154c v=0

c735f2e2-a2ec-4b62-95e5-766fb607154c o=sipcli-Session 892644485 707364612 IN IP4 185.40.4.90

c735f2e2-a2ec-4b62-95e5-766fb607154c s=sipcli

c735f2e2-a2ec-4b62-95e5-766fb607154c c=IN IP4 185.40.4.90

c735f2e2-a2ec-4b62-95e5-766fb607154c t=0 0

c735f2e2-a2ec-4b62-95e5-766fb607154c m=audio 5073 RTP/AVP 18 0 8 101

c735f2e2-a2ec-4b62-95e5-766fb607154c a=rtpmap:18 G729/8000

c735f2e2-a2ec-4b62-95e5-766fb607154c a=rtpmap:0 PCMU/8000

c735f2e2-a2ec-4b62-95e5-766fb607154c a=rtpmap:8 PCMA/8000

c735f2e2-a2ec-4b62-95e5-766fb607154c a=rtpmap:101 telephone-event/8000

c735f2e2-a2ec-4b62-95e5-766fb607154c a=fmtp:101 0-15

c735f2e2-a2ec-4b62-95e5-766fb607154c a=ptime:20

c735f2e2-a2ec-4b62-95e5-766fb607154c 

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] sofia.c:7486 (sofia/external/21...@my.IP.address) State Change CS_NEW -> CS_INIT

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:603 (sofia/external/21...@my.IP.address) State NEW

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:627 (sofia/external/21...@my.IP.address) State INIT

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_sofia.c:90 sofia/external/21...@my.IP.address SOFIA INIT

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:40 sofia/external/21...@my.IP.address Standard INIT

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:48 (sofia/external/21...@my.IP.address) State Change CS_INIT -> CS_ROUTING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:627 (sofia/external/21...@my.IP.address) State INIT going to sleep

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_channel.c:2249 (sofia/external/21...@my.IP.address) Callstate Change DOWN -> RINGING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:643 (sofia/external/21...@my.IP.address) State ROUTING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_sofia.c:143 sofia/external/21...@my.IP.address SOFIA ROUTING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:236 sofia/external/21...@my.IP.address Standard ROUTING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [INFO] mod_dialplan_xml.c:637 Processing 21021 <21021>->000441764910300 in context public

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address parsing [public->unloop] continue=false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address parsing [public->outside_call] continue=true

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Absolute Condition [outside_call]

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Action set(outside_call=true)

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address parsing [public->bbb_sp_call] continue=true

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(185.40.4.90) =~ /my.IP.address/ break=on-false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address parsing [public->from_my_provider] continue=false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(000441764910300) =~ /^31853012575/ break=on-false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address parsing [public->check_if_conference_active] continue=false

c735f2e2-a2ec-4b62-95e5-766fb607154c Dialplan: sofia/external/21...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

c735f2e2-a2ec-4b62-95e5-766fb607154c ) =~ //sofia/g/ break=on-false

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:286 (sofia/external/21...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:643 (sofia/external/21...@my.IP.address) State ROUTING going to sleep

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:650 (sofia/external/21...@my.IP.address) State EXECUTE

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_sofia.c:198 sofia/external/21...@my.IP.address SOFIA EXECUTE

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:328 sofia/external/21...@my.IP.address Standard EXECUTE

c735f2e2-a2ec-4b62-95e5-766fb607154c EXECUTE sofia/external/21...@my.IP.address set(outside_call=true)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_dptools.c:1548 SET sofia/external/21...@my.IP.address [outside_call]=[true]

c735f2e2-a2ec-4b62-95e5-766fb607154c EXECUTE sofia/external/21...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:27:52 +0200)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:27:52 +0200]

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [NOTICE] switch_core_state_machine.c:385 sofia/external/21...@my.IP.address has executed the last dialplan instruction, hanging up.

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/21...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:650 (sofia/external/21...@my.IP.address) State EXECUTE going to sleep

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:850 (sofia/external/21...@my.IP.address) Callstate Change RINGING -> HANGUP

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:852 (sofia/external/21...@my.IP.address) State HANGUP

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_sofia.c:438 Channel sofia/external/21...@my.IP.address hanging up, cause: NORMAL_CLEARING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:60 sofia/external/21...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:852 (sofia/external/21...@my.IP.address) State HANGUP going to sleep

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:619 (sofia/external/21...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:584 (sofia/external/21...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:938 (sofia/external/21...@my.IP.address) State REPORTING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:174 sofia/external/21...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:938 (sofia/external/21...@my.IP.address) State REPORTING going to sleep

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:610 (sofia/external/21...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_session.c:1665 Session 5 (sofia/external/21...@my.IP.address) Locked, Waiting on external entities

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [NOTICE] switch_core_session.c:1683 Session 5 (sofia/external/21...@my.IP.address) Ended

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/21...@my.IP.address [CS_DESTROY]

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:741 (sofia/external/21...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 5)

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:751 (sofia/external/21...@my.IP.address) State DESTROY

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] mod_sofia.c:343 sofia/external/21...@my.IP.address SOFIA DESTROY

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:181 sofia/external/21...@my.IP.address Standard DESTROY

c735f2e2-a2ec-4b62-95e5-766fb607154c 2018-04-18 09:27:52.126136 [DEBUG] switch_core_state_machine.c:751 (sofia/external/21...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:27:53.166136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27801" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:28:10.466136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27802" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:28:25.966135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27803" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:28:43.066127 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27804" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:28:58.946116 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27805" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:29:15.406135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27806" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:29:31.346134 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27807" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:29:47.466135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27808" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:30:03.206135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27809" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:30:18.826134 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27810" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:30:35.026135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27811" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:30:50.586136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27812" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:31:06.706136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27813" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:31:22.406116 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27814" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:31:38.706135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27815" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:31:54.446106 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27816" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [NOTICE] switch_channel.c:1104 New Channel sofia/external/10...@my.IP.address [42dfd821-b7a2-47a1-ba9b-db8bd4d41d12]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_NEW (Cur 1 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] sofia.c:9873 sofia/external/10...@my.IP.address receiving invite from 158.69.242.140:5074 version: 1.6.20 git 987c9b9 2018-01-23 21:49:09Z 64bit

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] sofia.c:7084 Channel sofia/external/10...@my.IP.address entering state [received][100]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] sofia.c:7094 Remote SDP:

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 v=0

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 o=sipcli-Session 1766511684 239750182 IN IP4 158.69.242.140

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 s=sipcli

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 c=IN IP4 158.69.242.140

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 t=0 0

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 m=audio 5075 RTP/AVP 18 0 8 101

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 a=rtpmap:18 G729/8000

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 a=rtpmap:0 PCMU/8000

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 a=rtpmap:8 PCMA/8000

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 a=rtpmap:101 telephone-event/8000

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 a=fmtp:101 0-15

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 a=ptime:20

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] sofia.c:7486 (sofia/external/10...@my.IP.address) State Change CS_NEW -> CS_INIT

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:603 (sofia/external/10...@my.IP.address) State NEW

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_INIT (Cur 1 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_sofia.c:90 sofia/external/10...@my.IP.address SOFIA INIT

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:40 sofia/external/10...@my.IP.address Standard INIT

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:48 (sofia/external/10...@my.IP.address) State Change CS_INIT -> CS_ROUTING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:627 (sofia/external/10...@my.IP.address) State INIT going to sleep

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_ROUTING (Cur 1 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_channel.c:2249 (sofia/external/10...@my.IP.address) Callstate Change DOWN -> RINGING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_sofia.c:143 sofia/external/10...@my.IP.address SOFIA ROUTING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:236 sofia/external/10...@my.IP.address Standard ROUTING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [INFO] mod_dialplan_xml.c:637 Processing 1001 <1001>->200000000048224835242 in context public

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address parsing [public->unloop] continue=false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address parsing [public->outside_call] continue=true

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Absolute Condition [outside_call]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Action set(outside_call=true)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_sp_call] continue=true

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_sp_call] network_addr(158.69.242.140) =~ /my.IP.address/ break=on-false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address parsing [public->bbb_webrtc_call] continue=true

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [bbb_webrtc_call] ${sip_via_protocol}(udp) =~ /^wss?$/ break=on-false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address parsing [public->from_my_provider] continue=false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [from_my_provider] destination_number(200000000048224835242) =~ /^31853012575/ break=on-false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address parsing [public->check_if_conference_active] continue=false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 Dialplan: sofia/external/10...@my.IP.address Regex (FAIL) [check_if_conference_active] ${conference ${pin} list}(No active conferences.

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 ) =~ //sofia/g/ break=on-false

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:286 (sofia/external/10...@my.IP.address) State Change CS_ROUTING -> CS_EXECUTE

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:643 (sofia/external/10...@my.IP.address) State ROUTING going to sleep

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_EXECUTE (Cur 1 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_sofia.c:198 sofia/external/10...@my.IP.address SOFIA EXECUTE

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:328 sofia/external/10...@my.IP.address Standard EXECUTE

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 EXECUTE sofia/external/10...@my.IP.address set(outside_call=true)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_dptools.c:1548 SET sofia/external/10...@my.IP.address [outside_call]=[true]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 EXECUTE sofia/external/10...@my.IP.address export(RFC2822_DATE=Wed, 18 Apr 2018 09:32:07 +0200)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 18 Apr 2018 09:32:07 +0200]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [NOTICE] switch_core_state_machine.c:385 sofia/external/10...@my.IP.address has executed the last dialplan instruction, hanging up.

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [NOTICE] switch_core_state_machine.c:387 Hangup sofia/external/10...@my.IP.address [CS_EXECUTE] [NORMAL_CLEARING]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:650 (sofia/external/10...@my.IP.address) State EXECUTE going to sleep

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_HANGUP (Cur 1 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:850 (sofia/external/10...@my.IP.address) Callstate Change RINGING -> HANGUP

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_sofia.c:438 Channel sofia/external/10...@my.IP.address hanging up, cause: NORMAL_CLEARING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_sofia.c:577 Responding to INVITE with: 480

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:60 sofia/external/10...@my.IP.address Standard HANGUP, cause: NORMAL_CLEARING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:852 (sofia/external/10...@my.IP.address) State HANGUP going to sleep

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:619 (sofia/external/10...@my.IP.address) State Change CS_HANGUP -> CS_REPORTING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:584 (sofia/external/10...@my.IP.address) Running State Change CS_REPORTING (Cur 1 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:174 sofia/external/10...@my.IP.address Standard REPORTING, cause: NORMAL_CLEARING

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:938 (sofia/external/10...@my.IP.address) State REPORTING going to sleep

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:610 (sofia/external/10...@my.IP.address) State Change CS_REPORTING -> CS_DESTROY

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_session.c:1665 Session 6 (sofia/external/10...@my.IP.address) Locked, Waiting on external entities

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [NOTICE] switch_core_session.c:1683 Session 6 (sofia/external/10...@my.IP.address) Ended

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [NOTICE] switch_core_session.c:1687 Close Channel sofia/external/10...@my.IP.address [CS_DESTROY]

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:741 (sofia/external/10...@my.IP.address) Running State Change CS_DESTROY (Cur 0 Tot 6)

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] mod_sofia.c:343 sofia/external/10...@my.IP.address SOFIA DESTROY

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:181 sofia/external/10...@my.IP.address Standard DESTROY

42dfd821-b7a2-47a1-ba9b-db8bd4d41d12 2018-04-18 09:32:07.826116 [DEBUG] switch_core_state_machine.c:751 (sofia/external/10...@my.IP.address) State DESTROY going to sleep

2018-04-18 09:32:09.846109 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27817" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:32:25.426137 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27818" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:32:41.826135 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27819" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

2018-04-18 09:32:56.966136 [WARNING] sofia_reg.c:2906 Can't find user [27...@my.IP.address] from another.IP.address

You must define a domain called 'my.IP.address' in your directory and add a user with the id="27820" attribute

and you must configure your device to use the proper domain in it's authentication credentials.

Niels

unread,
Apr 18, 2018, 10:44:45 AM4/18/18
to BigBlueButton-Setup
Yay, I fixed it. And I have no idea why. I deleted my original gateway profile and started messing around with the example file, uncommenting only the bare necessities (gateway, realm, user and pass).

For the the uninitiated, FreeSwitch work with it's own 'program' which you start like this:

$ /opt/freeswitch/bin/fs_cli

Then for SIP stuff you need to put the sofia command:

sofia profile external rescan reloadxml


Here I was getting all kinds of errors due to my gateway profile. It says on what line the error is which you can find here /opt/freeswitch/log/freeswitch.xml.fsxml


Basically, that made me just delete the gateway.xml and tinkering with the example.xml that was already there.


I have no clue, maybe it's a permissions thing? The error I was getting is that there was an unexpected line </gateways> (quite expected actually)... But it was also pointing to lines in my gateway.xml.


In any case, when I restart FreeSwitch, thank God... it didn't break.


Thanks for helping, hope this info helps someone.


On Tuesday, April 17, 2018 at 6:33:09 PM UTC+2, Niels wrote:
Reply all
Reply to author
Forward
0 new messages