Outbound calls using offnet

341 views
Skip to first unread message

jallen202020

unread,
Dec 4, 2015, 5:10:25 PM12/4/15
to 2600hz-dev
Private Cloud, single serveer deployment for testing:

I believe i have outbound rotuing set up correctly, however i'm getting a 404 back from freeswitch anytime i try to make an outbound call:

Offnet DB record/document

"pvt_type": "resource",
   "name": "test carrier softswitch",
   "enabled": true,
   "flags": [
   ],
   "weight_cost": 30,
   "rules": [
       "^\\1(\\d{10})$"
   ],
   "gateways": [
       {
           "server": "10.16.19.201",
           "realm": "10.16.19.201",
           "prefix": "9",
           "codecs": [
               "PCMU"
           ],
           "enabled": true
       }
   ],
   "grace_period": 5,
   "formatters": {
       "request": [
           {
               "regex": "^\\?1?\\d{6}(\\d{4})$",
               "prefix": "",
               "suffix": ""
           }
       ]
   }
}

But when i try to make a call heres what i get back from the /var/log/freeswitch/debug.log

recv 1162 bytes from udp/[10.16.18.23]:5060 at 16:06:06.992990:
   ------------------------------------------------------------------------
   INVITE sip:18474...@sip.kazoo01.ccs.local SIP/2.0
   Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e>
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
   Via: SIP/2.0/UDP 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---05e4765577c5490e;rport=61577
   Max-Forwards: 50
   Contact: <sip:user_ud...@10.16.18.73:61577;rinstance=78c6bf07d4d7fc55>
   To: <sip:18474241500@sip.kazoo01.ccs.local>
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 1 INVITE
   Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, OPTIONS
   Content-Type: application/sdp
   Supported: replaces
   User-Agent: X-Lite release 4.9.1 stamp 78728
   Content-Length: 332
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 61577
   
   v=0
   o=- 13093740366826934 1 IN IP4 10.16.18.73
   s=X-Lite release 4.9.1 stamp 78728
   c=IN IP4 10.16.18.73
   t=0 0
   m=audio 59492 RTP/AVP 9 8 120 0 84 101
   a=rtpmap:120 opus/48000/2
   a=fmtp:120 useinbandfec=1; usedtx=1; maxaveragebitrate=64000
   a=rtpmap:84 speex/16000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-15
   a=sendrecv
   ------------------------------------------------------------------------
send 494 bytes to udp/[10.16.18.23]:5060 at 16:06:06.993478:
   ------------------------------------------------------------------------
   SIP/2.0 100 Trying
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
   Via: SIP/2.0/UDP 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---05e4765577c5490e;rport=61577
   Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e>
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   To: <sip:18474241500@sip.kazoo01.ccs.local>
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 1 INVITE
   User-Agent: 2600hz
   Content-Length: 0
   
   ------------------------------------------------------------------------
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [NOTICE] switch_channel.c:1055 New Channel sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running State Change CS_NEW
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] sofia.c:8955 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local receiving invite from 10.16.18.23:5060 version: 1.4.15  64bit
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:9077 1 acls to check for proxy
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:9082 checking 10.16.18.23 against acl authoritative
2015-12-04 16:06:06.992965 [INFO] sofia.c:9084 10.16.18.23 is a proxy according to the authoritative acl
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:9094 network ip is a proxy
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:9098 found auth ip [X-AUTH-IP] header of [10.16.18.73]
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:9122 IP 10.16.18.23 Rejected by acl "trusted". Falling back to Digest auth.
2015-12-04 16:06:06.992965 [WARNING] sofia_reg.c:1742 SIP auth challenge (INVITE) on sofia profile 'sipinterface_1' for [18474...@sip.kazoo01.ccs.local] from ip 10.16.18.23
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_state_machine.c:491 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State NEW
send 946 bytes to udp/[10.16.18.23]:5060 at 16:06:06.994729:
   ------------------------------------------------------------------------
   SIP/2.0 407 Proxy Authentication Required
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
   Via: SIP/2.0/UDP 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---05e4765577c5490e;rport=61577
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   To: <sip:18474241500@sip.kazoo01.ccs.local>;tag=yK2FgNBKy2DDK
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 1 INVITE
   User-Agent: 2600hz
   Accept: application/sdp
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Proxy-Authenticate: Digest realm="sip.kazoo01.ccs.local", nonce="37d1cd88-9ad3-11e5-9cde-d3c66f2aa541", algorithm=MD5, qop="auth"
   Content-Length: 0
   
   ------------------------------------------------------------------------
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:2067 detaching session 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
recv 373 bytes from udp/[10.16.18.23]:5060 at 16:06:06.995046:
   ------------------------------------------------------------------------
   ACK sip:18474...@sip.kazoo01.ccs.local SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
   Max-Forwards: 50
   To: <sip:18474...@sip.kazoo01.ccs.local>;tag=yK2FgNBKy2DDK
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 1 ACK
   Content-Length: 0
   
   ------------------------------------------------------------------------
recv 1458 bytes from udp/[10.16.18.23]:5060 at 16:06:07.000425:
   ------------------------------------------------------------------------
   INVITE sip:18474...@sip.kazoo01.ccs.local SIP/2.0
   Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e>
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.0
   Via: SIP/2.0/UDP 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---8d00357a86d86f2b;rport=61577
   Max-Forwards: 50
   Contact: <sip:user_ud...@10.16.18.73:61577;rinstance=78c6bf07d4d7fc55>
   To: <sip:18474241500@sip.kazoo01.ccs.local>
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 2 INVITE
   Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, OPTIONS
   Content-Type: application/sdp
   Proxy-Authorization: *HIDDEN*
   Supported: replaces
   User-Agent: X-Lite release 4.9.1 stamp 78728
   Content-Length: 332
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 61577
   
   v=0
   o=- 13093740366826934 1 IN IP4 10.16.18.73
   s=X-Lite release 4.9.1 stamp 78728
   c=IN IP4 10.16.18.73
   t=0 0
   m=audio 59492 RTP/AVP 9 8 120 0 84 101
   a=rtpmap:120 opus/48000/2
   a=fmtp:120 useinbandfec=1; usedtx=1; maxaveragebitrate=64000
   a=rtpmap:84 speex/16000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-15
   a=sendrecv
   ------------------------------------------------------------------------
send 494 bytes to udp/[10.16.18.23]:5060 at 16:06:07.000706:
   ------------------------------------------------------------------------
   SIP/2.0 100 Trying
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.0
   Via: SIP/2.0/UDP 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---8d00357a86d86f2b;rport=61577
   Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e>
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   To: <sip:18474241500@sip.kazoo01.ccs.local>
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 2 INVITE
   User-Agent: 2600hz
   Content-Length: 0
   
   ------------------------------------------------------------------------
2015-12-04 16:06:06.992965 [DEBUG] sofia.c:2175 Re-attaching to session 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:06.992965 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.012981 [DEBUG] sofia.c:8955 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local receiving invite from 10.16.18.23:5060 version: 1.4.15  64bit
2015-12-04 16:06:07.012981 [DEBUG] sofia.c:9077 1 acls to check for proxy
2015-12-04 16:06:07.012981 [DEBUG] sofia.c:9082 checking 10.16.18.23 against acl authoritative
2015-12-04 16:06:07.012981 [INFO] sofia.c:9084 10.16.18.23 is a proxy according to the authoritative acl
2015-12-04 16:06:07.012981 [DEBUG] sofia.c:9094 network ip is a proxy
2015-12-04 16:06:07.012981 [DEBUG] sofia.c:9098 found auth ip [X-AUTH-IP] header of [10.16.18.73]
2015-12-04 16:06:07.012981 [DEBUG] sofia.c:9122 IP 10.16.18.23 Rejected by acl "trusted". Falling back to Digest auth.
2015-12-04 16:06:07.012981 [DEBUG] switch_xml.c:2008 Cache Info
Time Now:       1449266767012981
Expires:        1449266025925704
2015-12-04 16:06:07.012981 [DEBUG] switch_xml.c:2010 Cache expired for user_ud...@sip.kazoo01.ccs.local, doing fresh lookup
2015-12-04 16:06:07.012981 [DEBUG] kazoo_fetch_agent.c:216 Sending directory XML request (37d5002a-9ad3-11e5-9cdf-d3c66f2aa541) to ecal...@kazoo01.ccs.local <3.1193.0>
2015-12-04 16:06:07.112984 [DEBUG] kazoo_node.c:1100 Sent erlang message to ecal...@kazoo01.ccs.local <3.1193.0>
2015-12-04 16:06:07.112984 [DEBUG] kazoo_fetch_agent.c:277 Received directory XML (37d5002a-9ad3-11e5-9cdf-d3c66f2aa541) after 100ms: <document type="freeswitch/xml"><section name="directory"><domain name="sip.kazoo01.ccs.local"><user id="user_udmnnvv3u6" cacheable="3600000"><variables><variable name="ecallmgr_Username" value="user_udmnnvv3u6"/><variable name="ecallmgr_Realm" value="sip.kazoo01.ccs.local"/><variable name="ecallmgr_Account-ID" value="b497bdab67c60087a0d26984cb66a8b3"/><variable name="ecallmgr_Authorizing-ID" value="406deb6fcdcdc047e312e01a9f6f87ac"/><variable name="ecallmgr_Authorizing-Type" value="device"/><variable name="ecallmgr_Owner-ID" value="8896d274428bb52d71834b5f00315e65"/><variable name="ecallmgr_Account-Realm" value="sip.kazoo01.ccs.local"/><variable name="ecallmgr_Account-Name" value=""/><variable name="ecallmgr_Suppress-Unregister-Notifications" value="false"/><variable name="ecallmgr_Register-Overwrite-Notify" value="false"/></variables><params><param name="password" value="z8upzm4mg793"/></params></user></domain></section></document>
2015-12-04 16:06:07.112984 [DEBUG] switch_xml.c:2088 caching lookup for user user_ud...@sip.kazoo01.ccs.local for 3600000 milliseconds
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] sofia.c:6614 Channel sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local entering state [received][100]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] sofia.c:6624 Remote SDP:
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU v=0
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU o=- 13093740366826934 1 IN IP4 10.16.18.73
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU s=X-Lite release 4.9.1 stamp 78728
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU c=IN IP4 10.16.18.73
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU t=0 0
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU m=audio 59492 RTP/AVP 9 8 120 0 84 101
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU a=rtpmap:120 opus/48000/2
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU a=fmtp:120 useinbandfec=1; usedtx=1; maxaveragebitrate=64000
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU a=rtpmap:84 speex/16000
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU a=rtpmap:101 telephone-event/8000
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU a=fmtp:101 0-15
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] sofia.c:6891 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State Change CS_NEW -> CS_INIT
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running State Change CS_INIT
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:512 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State INIT
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] mod_sofia.c:87 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local SOFIA INIT
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:40 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local Standard INIT
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:48 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State Change CS_INIT -> CS_ROUTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:512 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State INIT going to sleep
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running State Change CS_ROUTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_channel.c:2184 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Callstate Change DOWN -> RINGING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:528 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State ROUTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] mod_sofia.c:123 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local SOFIA ROUTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [DEBUG] switch_core_state_machine.c:166 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local Standard ROUTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:07.112984 [INFO] mod_dialplan_xml.c:635 Processing user_udmnnvv3u6 <user_udmnnvv3u6>->18474241500 in context context_2
2015-12-04 16:06:07.112984 [DEBUG] kazoo_fetch_agent.c:216 Sending dialplan XML request (37e4df5e-9ad3-11e5-9ce1-d3c66f2aa541) to ecal...@kazoo01.ccs.local <3.1194.0>
2015-12-04 16:06:07.313001 [DEBUG] kazoo_node.c:1100 Sent erlang message to ecal...@kazoo01.ccs.local <3.1194.0>
2015-12-04 16:06:10.212996 [NOTICE] kazoo_fetch_agent.c:286 Request for dialplan XML (37e4df5e-9ad3-11e5-9ce1-d3c66f2aa541) timed-out after 3100ms
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [WARNING] mod_dialplan_xml.c:665 Context context_2 not found
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [INFO] switch_core_state_machine.c:241 No Route, Aborting
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [NOTICE] switch_core_state_machine.c:242 Hangup sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [CS_ROUTING] [NO_ROUTE_DESTINATION]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_channel.c:3222 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [KILL]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:528 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State ROUTING going to sleep
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running State Change CS_HANGUP
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:735 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Callstate Change RINGING -> HANGUP
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:737 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State HANGUP
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] mod_sofia.c:413 Channel sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local hanging up, cause: NO_ROUTE_DESTINATION
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] mod_sofia.c:551 Responding to INVITE with: 404
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:60 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local Standard HANGUP, cause: NO_ROUTE_DESTINATION
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:737 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State HANGUP going to sleep
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:504 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State Change CS_HANGUP -> CS_REPORTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running State Change CS_REPORTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:823 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State REPORTING
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:104 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local Standard REPORTING, cause: NO_ROUTE_DESTINATION
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:823 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State REPORTING going to sleep
send 972 bytes to udp/[10.16.18.23]:5060 at 16:06:10.221296:
   ------------------------------------------------------------------------
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:498 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State Change CS_REPORTING -> CS_DESTROY
   SIP/2.0 404 Not Found
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.078728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]

   Via: SIP/2.0/UDP 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---8d00357a86d86f2b;rport=61577
   Max-Forwards: 50
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_session.c:1615 Session 9 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Locked, Waiting on external entities
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   To: <sip:18474241500@sip.kazoo01.ccs.local>;tag=ZvU8HgvpUB4Ze
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 2 INVITE
   User-Agent: 2600hz
   Accept: application/sdp
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [NOTICE] switch_core_session.c:1633 Session 9 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Ended
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Reason: Q.850;cause=3;text="NO_ROUTE_DESTINATION"
   Content-Length: 078728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [NOTICE] switch_core_session.c:1637 Close Channel sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [CS_DESTROY]

   Remote-Party-ID: "18474241500" <sip:18474241500@sip.kazoo01.ccs.local>;party=calling;privacy=off;screen=no
   
   ------------------------------------------------------------------------
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:626 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running State Change CS_DESTROY
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:636 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State DESTROY
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] mod_sofia.c:323 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local SOFIA DESTROY
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:111 sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local Standard DESTROY
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04 16:06:10.212996 [DEBUG] switch_core_state_machine.c:636 (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State DESTROY going to sleep
recv 373 bytes from udp/[10.16.18.23]:5060 at 16:06:10.221555:
   ------------------------------------------------------------------------
   ACK sip:18474...@sip.kazoo01.ccs.local SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.0
   Max-Forwards: 50
   To: <sip:18474...@sip.kazoo01.ccs.local>;tag=ZvU8HgvpUB4Ze
   From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
   Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU
   CSeq: 2 ACK
   Content-Length: 0
   

James Aimonetti

unread,
Dec 4, 2015, 5:49:44 PM12/4/15
to 2600h...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

First guess is you didn't create the no_match callflow.

You should make sure the Kazoo side is logging in debug, then:

grep CALLID /var/log/2600hz/kazoo.log | grep cf_

You'll likely see log lines about no callflow found for the dialed numbe
r.

If it did attempt the call, you can next check the stepswitch log
lines to see what it tried.

Feel free to create a pastie or gist with the logs and post a link
here if you aren't sure.

Le 12/04/2015 02:08 PM, jallen202020 a écrit :
> Private Cloud, single serveer deployment for testing:
>
> I believe i have outbound rotuing set up correctly, however i'm
> getting a 404 back from freeswitch anytime i try to make an
> outbound call:
>
> Offnet DB record/document
>
> "pvt_type": "resource", "name": "test carrier softswitch",
> "enabled": true, "flags": [ ], "weight_cost": 30, "rules": [
> "^\\1(\\d{10})$" ], "gateways": [ { "server": "10.16.19.201",
> "realm": "10.16.19.201", "prefix": "9", "codecs": [ "PCMU" ],
> "enabled": true } ], "grace_period": 5, "formatters": { "request":
> [ { "regex": "^\\?1?\\d{6}(\\d{4})$", "prefix": "", "suffix": "" }
> ] } }
>
>
> But when i try to make a call heres what i get back from the
> /var/log/freeswitch/debug.log
>
>
> recv 1162 bytes from udp/[10.16.18.23]:5060 at 16:06:06.992990:
> ----------------------------------------------------------------------
- --
>
>
INVITE sip:18474241500@sip.kazoo01.ccs.local SIP/2.0
> Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e> Via:
> SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
> Via: SIP/2.0/UDP
> 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---05e47
65577c5490e;rport=61577
>
>
Max-Forwards: 50
> Contact:
> <sip:user_ud...@10.16.18.73:61577;rinstance=78c6bf07d4d7fc55>
> To: <sip:18474241500@sip.kazoo01.ccs.local> From:
> <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e Call-ID:
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 1 INVITE
> Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO,
> MESSAGE, OPTIONS Content-Type: application/sdp Supported: replaces
> User-Agent: X-Lite release 4.9.1 stamp 78728 Content-Length: 332
> X-AUTH-IP: 10.16.18.73 X-AUTH-PORT: 61577
>
> v=0 o=- 13093740366826934 1 IN IP4 10.16.18.73 s=X-Lite release
> 4.9.1 stamp 78728 c=IN IP4 10.16.18.73 t=0 0 m=audio 59492 RTP/AVP
> 9 8 120 0 84 101 a=rtpmap:120 opus/48000/2 a=fmtp:120
> useinbandfec=1; usedtx=1; maxaveragebitrate=64000 a=rtpmap:84
> speex/16000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15
> a=sendrecv
> ----------------------------------------------------------------------
- --
>
>
send 494 bytes to udp/[10.16.18.23]:5060 at 16:06:06.993478:
> ----------------------------------------------------------------------
- --
>
>
SIP/2.0 100 Trying
> Via: SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
> Via: SIP/2.0/UDP
> 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---05e47
65577c5490e;rport=61577
>
>
Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e>
> From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e To:
> <sip:18474241500@sip.kazoo01.ccs.local> Call-ID:
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 1 INVITE
> User-Agent: 2600hz Content-Length: 0
>
> ----------------------------------------------------------------------
- --
> [18474241500@sip.kazoo01.ccs.local] from ip 10.16.18.23
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
> 16:06:06.992965 [DEBUG] switch_core_state_machine.c:491
> (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State
> NEW send 946 bytes to udp/[10.16.18.23]:5060 at 16:06:06.994729:
> ----------------------------------------------------------------------
- --
>
>
SIP/2.0 407 Proxy Authentication Required
> Via: SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
> Via: SIP/2.0/UDP
> 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---05e47
65577c5490e;rport=61577
>
>
From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e
> To: <sip:18474241500@sip.kazoo01.ccs.local>;tag=yK2FgNBKy2DDK
> Call-ID: 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 1
> INVITE User-Agent: 2600hz Accept: application/sdp Allow: INVITE,
> ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER,
> NOTIFY, PUBLISH, SUBSCRIBE Supported: path, replaces Allow-Events:
> talk, hold, conference, presence, as-feature-event, dialog,
> line-seize, call-info, sla, include-session-description,
> presence.winfo, message-summary, refer Proxy-Authenticate: Digest
> realm="sip.kazoo01.ccs.local",
> nonce="37d1cd88-9ad3-11e5-9cde-d3c66f2aa541", algorithm=MD5,
> qop="auth" Content-Length: 0
>
> ----------------------------------------------------------------------
- --
>
>
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
16:06:06.992965 [DEBUG] switch_core_session.c:1053 Send signal
sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local [BREAK]
> 2015-12-04 16:06:06.992965 [DEBUG] sofia.c:2067 detaching session
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU recv 373 bytes
> from udp/[10.16.18.23]:5060 at 16:06:06.995046:
> ----------------------------------------------------------------------
- --
>
>
ACK sip:18474241500@sip.kazoo01.ccs.local SIP/2.0
> Via: SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKe4b1.7fb84e12aee6441e5029c40d5f9223b8.0
> Max-Forwards: 50 To:
> <sip:18474241500@sip.kazoo01.ccs.local>;tag=yK2FgNBKy2DDK From:
> <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e Call-ID:
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 1 ACK
> Content-Length: 0
>
> ----------------------------------------------------------------------
- --
>
>
recv 1458 bytes from udp/[10.16.18.23]:5060 at 16:06:07.000425:
> ----------------------------------------------------------------------
- --
>
>
INVITE sip:18474241500@sip.kazoo01.ccs.local SIP/2.0
> Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e> Via:
> SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.0
> Via: SIP/2.0/UDP
> 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---8d003
57a86d86f2b;rport=61577
>
>
Max-Forwards: 50
> Contact:
> <sip:user_ud...@10.16.18.73:61577;rinstance=78c6bf07d4d7fc55>
> To: <sip:18474241500@sip.kazoo01.ccs.local> From:
> <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e Call-ID:
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 2 INVITE
> Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO,
> MESSAGE, OPTIONS Content-Type: application/sdp Proxy-Authorization:
> *HIDDEN* Supported: replaces User-Agent: X-Lite release 4.9.1 stamp
> 78728 Content-Length: 332 X-AUTH-IP: 10.16.18.73 X-AUTH-PORT:
> 61577
>
> v=0 o=- 13093740366826934 1 IN IP4 10.16.18.73 s=X-Lite release
> 4.9.1 stamp 78728 c=IN IP4 10.16.18.73 t=0 0 m=audio 59492 RTP/AVP
> 9 8 120 0 84 101 a=rtpmap:120 opus/48000/2 a=fmtp:120
> useinbandfec=1; usedtx=1; maxaveragebitrate=64000 a=rtpmap:84
> speex/16000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15
> a=sendrecv
> ----------------------------------------------------------------------
- --
>
>
send 494 bytes to udp/[10.16.18.23]:5060 at 16:06:07.000706:
> ----------------------------------------------------------------------
- --
>
>
SIP/2.0 100 Trying
> Via: SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.0
> Via: SIP/2.0/UDP
> 10.16.18.73:61577;received=10.16.18.73;branch=z9hG4bK-524287-1---8d003
57a86d86f2b;rport=61577
>
>
Record-Route: <sip:10.16.18.23;lr=on;ftag=ee75625e>
> From: <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e To:
> <sip:18474241500@sip.kazoo01.ccs.local> Call-ID:
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 2 INVITE
> User-Agent: 2600hz Content-Length: 0
>
> ----------------------------------------------------------------------
- --
- --
- --
>
>
78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
16:06:10.212996 [DEBUG] switch_core_state_machine.c:626
(sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) Running
State Change CS_DESTROY
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
> 16:06:10.212996 [DEBUG] switch_core_state_machine.c:636
> (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State
> DESTROY 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
> 16:06:10.212996 [DEBUG] mod_sofia.c:323
> sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local SOFIA
> DESTROY 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
> 16:06:10.212996 [DEBUG] switch_core_state_machine.c:111
> sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local Standard
> DESTROY 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU 2015-12-04
> 16:06:10.212996 [DEBUG] switch_core_state_machine.c:636
> (sofia/sipinterface_1/user_ud...@sip.kazoo01.ccs.local) State
> DESTROY going to sleep recv 373 bytes from udp/[10.16.18.23]:5060
> at 16:06:10.221555:
> ----------------------------------------------------------------------
- --
>
>
ACK sip:18474241500@sip.kazoo01.ccs.local SIP/2.0
> Via: SIP/2.0/UDP
> 10.16.18.23;branch=z9hG4bKb4b1.c6fa7b69fe9bb810990b964ff8b32f32.0
> Max-Forwards: 50 To:
> <sip:18474241500@sip.kazoo01.ccs.local>;tag=ZvU8HgvpUB4Ze From:
> <sip:user_ud...@sip.kazoo01.ccs.local>;tag=ee75625e Call-ID:
> 78728ODNkMGRkZjVhY2M3NjMwNDEwYjFlN2ZiYTBjYzRhZmU CSeq: 2 ACK
> Content-Length: 0
>
>


- --
James Aimonetti
Lead Systems Architect / Impressionable Scallywag
"If Dialyzer doesn't care, I don't care"

2600Hz | http://2600hz.com
sip:ja...@2600hz.com
tel:415.886.7905
irc:mc_ @ freenode
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJWYhiFAAoJENTKa+JPXCVgqV0IAJJp3vHHKWlsDsrmCxa9QDxK
WFqr5E3h1FDcpg62ilynNd6ETstfMTzZBTcVvxmIl+eHpdbxLdE9AIZX5OtWEKBi
sDE4iVyRWAGNdlOmfwKVDFptGtr3/LxTFnM/0TTfoWaUiVg2aXRChGPxCcgbrUQA
5xOiIS0OL7XILkKhhHdKaJOZpy+CGlTfxb+rsCUO2Xz2oF4eYs9YEuMVNji0xIkd
BdvEr8NuXwfPlqzmHLUZy7rdYvv/Tw8p2wFwIziezf8kyLwsv6iK4djjahXRQLGc
/Wi2TG1Rs9572fNUoasyT99TEyolAG3sM7kuKhb1ieybUbo2zXdirdg+iProqq8=
=d1uY
-----END PGP SIGNATURE-----
Message has been deleted
Message has been deleted

jallen202020

unread,
Dec 7, 2015, 11:08:40 AM12/7/15
to 2600hz-dev, ja...@2600hz.com
James, yes, actually I realized that was it.... However I'm unsure HOW to create a callflow using the monster ui.  I would simply do it in the couch db, but I have searched high and low on Google and haven't found a good guide on how to accomplish that.   

Any suggestions or links?  I think I saw you can now implement the callflow GUI in monster ui, but I was burned out and couldn't find it on github. 

I'm new to this platform so pardon my lack of knowledge.  Point me in the right direction and I should be able to "get 'er done"

To add to that, how do I do create local carriers in the first place in monster ui? 

Again, if you can point me to some decent tutorials to simply do it in the db, that will work fine too

jallen202020

unread,
Dec 8, 2015, 11:55:15 AM12/8/15
to 2600hz-dev, ja...@2600hz.com
just a bump :) James any ideas on where i can find the answers to my questions in the below post?

Ben Carrasco

unread,
Dec 8, 2015, 3:51:17 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
For functionality currently not available in Monster-UI, I would recommend "punting" to Kazoo-UI.  I have not ran into any issues so far that prevent you from going back and forth.  In fact, I've used Kazoo-UI in the past to review the "smart pbx" call flows created by Monster-UI.  

If you are retrieving it from GitHub, you can get an idea of what maybe missing or is in the pipeline for Monster-UI by casually searching commits from the git command-line utility (unfortunately the functionality is currently missing in the GitHub web interface), for example: git log --grep carrier .

- Ben

jesse miller

unread,
Dec 8, 2015, 4:31:10 PM12/8/15
to 2600h...@googlegroups.com, ja...@2600hz.com

Good deal.  Any idea where the old ui is on github, and an install guide for it?

--
You received this message because you are subscribed to a topic in the Google Groups "2600hz-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/2600hz-dev/YTT7AGJ575Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 2600hz-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

jallen202020

unread,
Dec 8, 2015, 4:48:50 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
so it looks like:

yum install -y kazoo-ui

gets the login screen up and working at the http://<server name>/kazoo-ui

However when i try to login it tells me invalid credentials.  I restarted the entire server just to be sure.

Anything else need to be done to get the kazoo ui tied into the system?

James Aimonetti

unread,
Dec 8, 2015, 4:54:09 PM12/8/15
to 2600hz-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

You'll need to configure the kazoo-ui/js/config.js to point to your
crossbar server.

I'm still not sure why Monster isn't setting things up for you but
would need someone from the frontend to chime in.
- --
James Aimonetti
Lead Systems Architect / Impressionable Scallywag
"If Dialyzer doesn't care, I don't care"

2600Hz | http://2600hz.com
sip:ja...@2600hz.com
tel:415.886.7905
irc:mc_ @ freenode
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJWZ1F9AAoJENTKa+JPXCVgRUwIAItzD9UpnPRPKZdtzGQPo1OJ
h7gzCxrRrV3Wh7OuN7HiR70/sETIGIalIA5NuUnn+OZal702b49nPQBRaIsZAyN5
Oy5g6UvWcqb+3Qp63sYq3WOJzUuaG5wEzithKyDJtphwcF9Qh6L0ilpVmqGq8oSI
Yeo59tQHfgSEpDwp7Bsu8Apt9FuhLaNGgRmkHwd1gn9OuIMHbHJczeNdooQYOg7H
QYUXhqKv2IyRJu56h36ShvE8z/05gFxcYAXLWk7RANcItlZGLZOkfuZdzg5KXJBw
H2/YXrzixO2R970jFZ13Z6oz+Tt3tMhX21wGhfY3fDvHYWY0AZoPW8UYUJuEsKg=
=Leg6
-----END PGP SIGNATURE-----

jallen202020

unread,
Dec 8, 2015, 5:00:23 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
just to add to this i had correctly run the 

/bin/sed -i s#https://api.zswitch.net:8443/v1#http://$HOST_IP:8000/v1#g /var/www/html/kazoo-ui/config/config.js

command and have verified that the config.js file has the correct ip of my server.


On Tuesday, December 8, 2015 at 2:51:17 PM UTC-6, Ben Carrasco wrote:

jallen202020

unread,
Dec 8, 2015, 5:18:21 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
yes that was done....i should mention that installing the kazoo-ui hosed my login for monster-ui as well, and now can log in on that side either.

does the yum install for the kazoo-ui rewrite any of the secret cookies (i think they are called) when it installs?

jallen202020

unread,
Dec 8, 2015, 5:20:45 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
ha. just fyi this wiped my database.  thats fun.

anyways: using the command 

/opt/kazoo/utils/sup/sup crossbar_maintenance create_account ACCOUNTNAME SIP.REALM.COM USERNAME PASSWORD

Got me back in to the monster ui....however still no luck in the kazoo-ui.

On Tuesday, December 8, 2015 at 2:51:17 PM UTC-6, Ben Carrasco wrote:

James Aimonetti

unread,
Dec 8, 2015, 5:38:46 PM12/8/15
to 2600hz-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Doubtful installing kazoo-ui would do anything to your database. It is
a stub HTML file with lots of javascript - no tie in to Kazoo other
than via the APIs.

Monster and Kazoo UI both use basically the same API set, especially
for login.

You'll need to look in the Kazoo logs (make sure its running in debug
mode) for attempts to login from both Monster and Kazoo UI and see if
there's an obvious discrepancy.
- --
James Aimonetti
Lead Systems Architect / Impressionable Scallywag
"If Dialyzer doesn't care, I don't care"

2600Hz | http://2600hz.com
sip:ja...@2600hz.com
tel:415.886.7905
irc:mc_ @ freenode
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJWZ1vzAAoJENTKa+JPXCVgsewH/3Rog6mjvRsTzlgkKA6EeLKy
2QwCPyV6Ixk/w2/cqcThd+MLMH5PrN+0FMet/jrEZHHoq+2BLHt4hRZye6RKZLGD
OAwotkTqEeg03eeT1HW2/wA9lWpgAdQCuxG8qZxsUQwlF/5fSSLL47oeIo0Zc5kN
aFdfwshWLPiXAi4xNHWr2+BoXUerdkt9FSO8ybj1Iv/MKiHLTDNdhjqAmVsDR2RV
tlo7iqcQnJBqW/qeiSqTsCY7HlFFY9njVz3+IFBya9HGa15zJ4RJqT0CtpuKsrcS
Jll3DAQCkpXIQjd1y67udRkh7sg65y+kNNstON81vkI/ORmCFXqkVClQZA7xvcg=
=BEUG
-----END PGP SIGNATURE-----

jallen202020

unread,
Dec 8, 2015, 5:41:17 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
also, im noticing the apps are all now missing in the app exchange in the monster-ui...any ideas on where to start there? 


On Tuesday, December 8, 2015 at 3:54:09 PM UTC-6, James Aimonetti wrote:

Ben Carrasco

unread,
Dec 8, 2015, 7:16:40 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
Did you initialize them after you moved things around?  Are they in the same location.  To do so, try using something like the following (note: change the URLS, Port numbers, and pathnames to match your installation):

sup crossbar_maintenance init_apps '/var/www/html/monster-ui/apps' 'https://yourdomain:8443/v2'


*important: if you have not enabled SSL, change https to http, and port 8000 to 8443 in the example above.

Ben Carrasco

unread,
Dec 8, 2015, 7:16:40 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
It takes a lot of effort to destroy the database, I don't believe that simply installing kazoo-ui would do any damage at all unless it install dependencies ran install scripts that corrupted something or you did not have installed correctly (oprhaned bigcouch instance or something).

Why didn't you just search on github for "kazoo-ui" (which is at https://github.com/2600hz/kazoo-ui) and unzip that into a subdirectory in your html root.  I usually just throw it into an "admin" or "advanced" subdirectory where monster-ui is installed.  It's honestly simple.  I install and teardown kazoo instances all the time.  In fact, I created a Docker image so I could test customizations to monster as well as whapps.  And I have never experienced the issue you are describing.  It's very odd.

jallen202020

unread,
Dec 8, 2015, 7:16:40 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
Dont know why installing kazoo-ui wiped it clean, but oh well, just a test system anyways.  I have it up and running with both working now.  After setting up all of the above steps for kazoo-ui, I re-ran the monster-ui install scripts, and that seemed to clear it up.  One last clear of the browser cache and i was able to log into both.

Ben Carrasco

unread,
Dec 8, 2015, 7:16:40 PM12/8/15
to 2600h...@googlegroups.com
jesse: 


It's relatively small at 4.5MB.

jallen202020

unread,
Dec 8, 2015, 7:32:31 PM12/8/15
to 2600hz-dev, ja...@2600hz.com
So, using the carrier setup in kazoo-ui, i was able to set up an outbound carrier, and calls are now routing out from kazoo to my test "carrier". 

I'm getting progress timeouts at this point....very strange.  what is happening, is freeswitch is sending the invite with a "via" specifying port 11000 as you would expect, and then my "carrier" replies back witha  trying to port 11000, but fee switch never gets the message.  Does this ring a bell of something you have run into before?

FROM FREESWITCH (after proxy auth completes successfully with my softphone):

send 1196 bytes to udp/[10.16.19.201]:5060 at 18:21:04.153663:
   ------------------------------------------------------------------------
   INVITE sip:918474...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKaXcrKUcgg93Bp
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=NBSDH5rDgp6XK
   Call-ID: bbc1091c-9e0a-11e5-b99e-8b7af99f9725
   CSeq: 84474168 INVITE
   User-Agent: 2600hz
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Content-Type: application/sdp
   Content-Disposition: session
   Content-Length: 221
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 63826
   X-FS-Support: update_display,send_info
   Remote-Party-ID: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;party=calling;screen=yes;privacy=off
   
   v=0
   o=FreeSWITCH 1449596136 1449596137 IN IP4 10.16.18.23
   s=FreeSWITCH
   c=IN IP4 10.16.18.23
   t=0 0
   m=audio 24328 RTP/AVP 0 101 13
   a=rtpmap:0 PCMU/8000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-16
   a=ptime:20







"CARRIER" SEES THE INVITE AND SENDS TRYING RESPONSE TO PORT 11000

    970532mS SIP Call Rx: 18
                    INVITE sip:918474...@10.16.19.201 SIP/2.0
                    Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKB65gNpXKDjtyH
                    Max-Forwards: 49
                    From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=7D0BHc8cvpQem
                    To: <sip:918474...@10.16.19.201>
                    Call-ID: fa1a3fe4-9e0a-11e5-b9bf-8b7af99f9725
                    CSeq: 84474220 INVITE
                    Contact: <sip:mod_...@10.16.18.23:11000>
                    User-Agent: 2600hz
                    Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
                    Supported: path, replaces
                    Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
                    Content-Type: application/sdp
                    Content-Disposition: session
                    Content-Length: 221
                    X-AUTH-IP: 10.16.18.73
                    X-AUTH-PORT: 63826
                    X-FS-Support: update_display,send_info
                    Remote-Party-ID: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;party=calling;screen=yes;privacy=off
                    
                    v=0
                    o=FreeSWITCH 1449590432 1449590433 IN IP4 10.16.18.23
                    s=FreeSWITCH
                    c=IN IP4 10.16.18.23
                    t=0 0
                    m=audio 30136 RTP/AVP 0 101 13
                    a=rtpmap:0 PCMU/8000
                    a=rtpmap:101 telephone-event/8000
                    a=fmtp:101 0-16
                    a=ptime:20
    970532mS Sip: SIP Line (18): sip_trunk_config_items 00020001, voip.flags 00000948
    970533mS Sip: SIPDialog f17df01c created, dialogs 2
    970533mS Sip: SIP Line (18): License, Valid 1, Available 30, Consumed 0
    970534mS Sip: SIPTrunkEndpointDialogOwner::SetRemoteAddressForRequest from 10.16.18.23:5060 to 10.16.18.23:11000
    970536mS SIP Call Tx: 18
                    SIP/2.0 100 Trying
                    Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKB65gNpXKDjtyH
                    From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=7D0BHc8cvpQem
                    Call-ID: fa1a3fe4-9e0a-11e5-b9bf-8b7af99f9725
                    CSeq: 84474220 INVITE
                    Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,INFO,REFER,NOTIFY,UPDATE
                    Supported: timer
                    Server: IP Office 9.1.3.0 build 120
                    To: <sip:918474...@10.16.19.201>;tag=b667fd8c35120bf6
                    Content-Length: 0
                    






FREESWITCH NEVER SEES THE RESPONSE BACK AND KEEPS SENDING INVITE MESSAGES UNTIL TIMEOUT IS REACHED

   INVITE sip:918474...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKcFZ9pHeQaUgHD
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=tS02je8F5ZyHg
   Call-ID: 4ba74294-9e0b-11e5-b9e0-8b7af99f9725
   CSeq: 84474288 INVITE
   User-Agent: 2600hz
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Content-Type: application/sdp
   Content-Disposition: session
   Content-Length: 221
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 638264ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/918474...@10.16.19.201) Running State Change CS_ROUTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:528 (sofia/sipinterface_1/918474...@10.16.19.201) State ROUTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] mod_sofia.c:123 sofia/sipinterface_1/918474...@10.16.19.201 SOFIA ROUTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_ivr_originate.c:67 (sofia/sipinterface_1/918474...@10.16.19.201) State Change CS_ROUTING -> CS_CONSUME_MEDIA
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/918474...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:528 (sofia/sipinterface_1/918474...@10.16.19.201) State ROUTING going to sleep
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/918474...@10.16.19.201) Running State Change CS_CONSUME_MEDIA
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:547 (sofia/sipinterface_1/918474...@10.16.19.201) State CONSUME_MEDIA
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:547 (sofia/sipinterface_1/918474...@10.16.19.201) State CONSUME_MEDIA going to sleep

   X-FS-Support: update_display,send_info
   Remote-Party-ID: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;party=calling;screen=yes;privacy=off
   
   v=0
   o=FreeSWITCH 1449602719 1449602720 IN IP4 10.16.18.23
   s=FreeSWITCH
   c=IN IP4 10.16.18.23
   t=0 0
   m=audio 17986 RTP/AVP 0 101 13
   a=rtpmap:0 PCMU/8000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-16
   a=ptime:20
   ------------------------------------------------------------------------
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/918474...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] sofia.c:6614 Channel sofia/sipinterface_1/918474...@10.16.19.201 entering state [calling][0]
2015-12-08 18:25:05.563854 [DEBUG] kazoo_node.c:1100 Sent erlang message to ecal...@kazoo01.ccs.local <1.10889.0>
2015-12-08 18:25:05.563854 [INFO] kazoo_node.c:625 exec: uuid_setvar_multi(4ba74294-9e0b-11e5-b9e0-8b7af99f9725 ecallmgr_Channel-Authorized=true;ecallmgr_Reseller-ID=b497bdab67c60087a0d26984cb66a8b3;ecallmgr_Account-ID=3303b40d216be330b46ec7fbaee5dd62)
2015-12-08 18:25:05.763845 [DEBUG] kazoo_node.c:1100 Sent erlang message to ecal...@kazoo01.ccs.local <1.10935.0>
send 1196 bytes to udp/[10.16.19.201]:5060 at 18:25:06.577412:
   ------------------------------------------------------------------------
   INVITE sip:918474...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKcFZ9pHeQaUgHD
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=tS02je8F5ZyHg
   Call-ID: 4ba74294-9e0b-11e5-b9e0-8b7af99f9725
   CSeq: 84474288 INVITE
   User-Agent: 2600hz
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Content-Type: application/sdp
   Content-Disposition: session
   Content-Length: 221
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 63826
   X-FS-Support: update_display,send_info
   Remote-Party-ID: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;party=calling;screen=yes;privacy=off
   
   v=0
   o=FreeSWITCH 1449602719 1449602720 IN IP4 10.16.18.23
   s=FreeSWITCH
   c=IN IP4 10.16.18.23
   t=0 0
   m=audio 17986 RTP/AVP 0 101 13
   a=rtpmap:0 PCMU/8000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-16
   a=ptime:20
   ------------------------------------------------------------------------
send 1196 bytes to udp/[10.16.19.201]:5060 at 18:25:08.578275:
   ------------------------------------------------------------------------
   INVITE sip:918474...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKcFZ9pHeQaUgHD
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=tS02je8F5ZyHg
   Call-ID: 4ba74294-9e0b-11e5-b9e0-8b7af99f9725
   CSeq: 84474288 INVITE
   User-Agent: 2600hz
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Content-Type: application/sdp
   Content-Disposition: session
   Content-Length: 221
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 63826
   X-FS-Support: update_display,send_info
   Remote-Party-ID: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;party=calling;screen=yes;privacy=off
   
   v=0
   o=FreeSWITCH 1449602719 1449602720 IN IP4 10.16.18.23
   s=FreeSWITCH
   c=IN IP4 10.16.18.23
   t=0 0
   m=audio 17986 RTP/AVP 0 101 13
   a=rtpmap:0 PCMU/8000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-16
   a=ptime:20
   ------------------------------------------------------------------------
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [NOTICE] switch_ivr_originate.c:324 Hangup sofia/sipinterface_1/918474...@10.16.19.201 [CS_CONSUME_MEDIA] [PROGRESS_TIMEOUT]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_channel.c:3222 Send signal sofia/sipinterface_1/918474...@10.16.19.201 [KILL]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/918474...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/918474...@10.16.19.201) Running State Change CS_HANGUP
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:735 (sofia/sipinterface_1/918474...@10.16.19.201) Callstate Change DOWN -> HANGUP
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:737 (sofia/sipinterface_1/918474...@10.16.19.201) State HANGUP
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] mod_sofia.c:413 Channel sofia/sipinterface_1/918474...@10.16.19.201 hanging up, cause: PROGRESS_TIMEOUT
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] mod_sofia.c:478 Sending CANCEL to sofia/sipinterface_1/918474...@10.16.19.201
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:60 sofia/sipinterface_1/918474...@10.16.19.201 Standard HANGUP, cause: PROGRESS_TIMEOUT
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:737 (sofia/sipinterface_1/918474...@10.16.19.201) State HANGUP going to sleep
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:504 (sofia/sipinterface_1/918474...@10.16.19.201) State Change CS_HANGUP -> CS_REPORTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/918474...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/918474...@10.16.19.201) Running State Change CS_REPORTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:823 (sofia/sipinterface_1/918474...@10.16.19.201) State REPORTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:104 sofia/sipinterface_1/918474...@10.16.19.201 Standard REPORTING, cause: PROGRESS_TIMEOUT
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:823 (sofia/sipinterface_1/918474...@10.16.19.201) State REPORTING going to sleep
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:498 (sofia/sipinterface_1/918474...@10.16.19.201) State Change CS_REPORTING -> CS_DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/918474...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1615 Session 57 (sofia/sipinterface_1/918474...@10.16.19.201) Locked, Waiting on external entities
78728YmNkZjgzYjM3NTA4MGI0NGU0OGJkZjc2ZmI3MjVmYTM 2015-12-08 18:25:12.023846 [DEBUG] switch_ivr_originate.c:3723 Originate Resulted in Error Cause: 607 [PROGRESS_TIMEOUT]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [NOTICE] switch_core_session.c:1633 Session 57 (sofia/sipinterface_1/918474...@10.16.19.201) Ended
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [NOTICE] switch_core_session.c:1637 Close Channel sofia/sipinterface_1/918474...@10.16.19.201 [CS_DESTROY]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:626 (sofia/sipinterface_1/918474...@10.16.19.201) Running State Change CS_DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:636 (sofia/sipinterface_1/918474...@10.16.19.201) State DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] mod_sofia.c:323 sofia/sipinterface_1/918474...@10.16.19.201 SOFIA DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:111 sofia/sipinterface_1/918474...@10.16.19.201 Standard DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:636 (sofia/sipinterface_1/918474...@10.16.19.201) State DESTROY going to sleep
78728YmNkZjgzYjM3NTA4MGI0NGU0OGJkZjc2ZmI3MjVmYTM 2015-12-08 18:25:12.023846 [INFO] mod_dptools.c:3262 Originate Failed.  Cause: PROGRESS_TIMEOUT

Ben Carrasco

unread,
Dec 8, 2015, 11:56:42 PM12/8/15
to 2600h...@googlegroups.com, ja...@2600hz.com
​The carrier is using Avaya? Strange, that usually a CPE.  Incoming traffic is most likely being dropped by a firewall ruleset somewhere.  There are some SIP stacks that might report their sending a response to a specific port (I have run into this with both Genband and Oracle under certain conditions).  Everything is suspect until a packet capture is obtained.  If you can't acquire one from in front of your firewall then I would just check for iptables rules that might be blocking traffic (on the freeswitch/media servers) and any other firewalls that might be under your control through which the traffic may traverse.  

-BC

--

jesse miller

unread,
Dec 9, 2015, 12:16:14 AM12/9/15
to 2600h...@googlegroups.com, James Aimonetti

This is a test environment, hence the "carrier" in quotes :)

There is no firewall, it's only a layer 3 switch, so definitely nothing being blocked.

Iptables is off on the kazoo server.

Will get a packet capture tomorrow, just wanted to see if you had experienced this and had any thoughts on it.

As always thanks for all the replies and help, much appreciated.

jesse miller

unread,
Dec 9, 2015, 12:16:19 AM12/9/15
to 2600h...@googlegroups.com

I should also add that I can telnet on port 11000 from the 10.16.19.201 IP to the kazoo freeswitch server at 10.16.18.23, so it's not a layer 4 port blocking issue, the ports are open.

On Dec 8, 2015 10:56 PM, "Ben Carrasco" <ben.ca...@gmail.com> wrote:

jallen202020

unread,
Dec 9, 2015, 3:12:30 PM12/9/15
to 2600hz-dev, ja...@2600hz.com
Ben,

You are correct! that was it, my "carrier" system was reporting as sending on port 11000, but was actually sending on 5060 when viewing the pcap.  So once I hard-coded the response port on my "carrier" system to respond on port 11000 for received invites, all works for outbound calls from kazoo.

Thanks again to you and James for all the pointers along the way!  DID, inbound/outbound calls, and registrations are all working, with full functionality from both monster and kazoo UI's.  

Now time for the real fun to begin.

On Tuesday, December 8, 2015 at 10:56:42 PM UTC-6, Ben Carrasco wrote:
​The carrier is using Avaya? Strange, that usually a CPE.  Incoming traffic is most likely being dropped by a firewall ruleset somewhere.  There are some SIP stacks that might report their sending a response to a specific port (I have run into this with both Genband and Oracle under certain conditions).  Everything is suspect until a packet capture is obtained.  If you can't acquire one from in front of your firewall then I would just check for iptables rules that might be blocking traffic (on the freeswitch/media servers) and any other firewalls that might be under your control through which the traffic may traverse.  

-BC
On Tue, Dec 8, 2015 at 7:26 PM, jallen202020 <jallen...@gmail.com> wrote:
So, using the carrier setup in kazoo-ui, i was able to set up an outbound carrier, and calls are now routing out from kazoo to my test "carrier". 

I'm getting progress timeouts at this point....very strange.  what is happening, is freeswitch is sending the invite with a "via" specifying port 11000 as you would expect, and then my "carrier" replies back witha  trying to port 11000, but fee switch never gets the message.  Does this ring a bell of something you have run into before?

FROM FREESWITCH (after proxy auth completes successfully with my softphone):

send 1196 bytes to udp/[10.16.19.201]:5060 at 18:21:04.153663:
   ------------------------------------------------------------------------
   INVITE sip:9184...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKaXcrKUcgg93Bp
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=NBSDH5rDgp6XK
                    INVITE sip:9184...@10.16.19.201 SIP/2.0
                    Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKB65gNpXKDjtyH
                    Max-Forwards: 49
                    From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=7D0BHc8cvpQem
                    To: <sip:9184...@10.16.19.201>
                    To: <sip:9184...@10.16.19.201>;tag=b667fd8c35120bf6
                    Content-Length: 0
                    






FREESWITCH NEVER SEES THE RESPONSE BACK AND KEEPS SENDING INVITE MESSAGES UNTIL TIMEOUT IS REACHED

   INVITE sip:9184...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKcFZ9pHeQaUgHD
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=tS02je8F5ZyHg
   Call-ID: 4ba74294-9e0b-11e5-b9e0-8b7af99f9725
   CSeq: 84474288 INVITE
   User-Agent: 2600hz
   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
   Supported: path, replaces
   Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
   Content-Type: application/sdp
   Content-Disposition: session
   Content-Length: 221
   X-AUTH-IP: 10.16.18.73
   X-AUTH-PORT: 638264ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/9184742415...@10.16.19.201) Running State Change CS_ROUTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:528 (sofia/sipinterface_1/9184742415...@10.16.19.201) State ROUTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] mod_sofia.c:123 sofia/sipinterface_1/9184742415...@10.16.19.201 SOFIA ROUTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_ivr_originate.c:67 (sofia/sipinterface_1/9184742415...@10.16.19.201) State Change CS_ROUTING -> CS_CONSUME_MEDIA
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/9184742415...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:528 (sofia/sipinterface_1/9184742415...@10.16.19.201) State ROUTING going to sleep
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/9184742415...@10.16.19.201) Running State Change CS_CONSUME_MEDIA
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:547 (sofia/sipinterface_1/9184742415...@10.16.19.201) State CONSUME_MEDIA
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_state_machine.c:547 (sofia/sipinterface_1/9184742415...@10.16.19.201) State CONSUME_MEDIA going to sleep

   X-FS-Support: update_display,send_info
   Remote-Party-ID: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;party=calling;screen=yes;privacy=off
   
   v=0
   o=FreeSWITCH 1449602719 1449602720 IN IP4 10.16.18.23
   s=FreeSWITCH
   c=IN IP4 10.16.18.23
   t=0 0
   m=audio 17986 RTP/AVP 0 101 13
   a=rtpmap:0 PCMU/8000
   a=rtpmap:101 telephone-event/8000
   a=fmtp:101 0-16
   a=ptime:20
   ------------------------------------------------------------------------
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] switch_core_session.c:1053 Send signal sofia/sipinterface_1/9184742415...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:05.563854 [DEBUG] sofia.c:6614 Channel sofia/sipinterface_1/9184742415...@10.16.19.201 entering state [calling][0]
2015-12-08 18:25:05.563854 [DEBUG] kazoo_node.c:1100 Sent erlang message to ecal...@kazoo01.ccs.local <1.10889.0>
2015-12-08 18:25:05.563854 [INFO] kazoo_node.c:625 exec: uuid_setvar_multi(4ba74294-9e0b-11e5-b9e0-8b7af99f9725 ecallmgr_Channel-Authorized=true;ecallmgr_Reseller-ID=b497bdab67c60087a0d26984cb66a8b3;ecallmgr_Account-ID=3303b40d216be330b46ec7fbaee5dd62)
2015-12-08 18:25:05.763845 [DEBUG] kazoo_node.c:1100 Sent erlang message to ecal...@kazoo01.ccs.local <1.10935.0>
send 1196 bytes to udp/[10.16.19.201]:5060 at 18:25:06.577412:
   ------------------------------------------------------------------------
   INVITE sip:9184...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKcFZ9pHeQaUgHD
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=tS02je8F5ZyHg
   INVITE sip:9184...@10.16.19.201 SIP/2.0
   Via: SIP/2.0/UDP 10.16.18.23:11000;rport;branch=z9hG4bKcFZ9pHeQaUgHD
   Max-Forwards: 49
   From: "Account Admin" <sip:+15554...@sip.kazoo01.ccs.local>;tag=tS02je8F5ZyHg
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [NOTICE] switch_ivr_originate.c:324 Hangup sofia/sipinterface_1/9184742415...@10.16.19.201 [CS_CONSUME_MEDIA] [PROGRESS_TIMEOUT]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_channel.c:3222 Send signal sofia/sipinterface_1/9184742415...@10.16.19.201 [KILL]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/9184742415...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/9184742415...@10.16.19.201) Running State Change CS_HANGUP
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:735 (sofia/sipinterface_1/9184742415...@10.16.19.201) Callstate Change DOWN -> HANGUP
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:737 (sofia/sipinterface_1/9184742415...@10.16.19.201) State HANGUP
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] mod_sofia.c:413 Channel sofia/sipinterface_1/9184742415...@10.16.19.201 hanging up, cause: PROGRESS_TIMEOUT
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] mod_sofia.c:478 Sending CANCEL to sofia/sipinterface_1/9184742415...@10.16.19.201
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:60 sofia/sipinterface_1/9184742415...@10.16.19.201 Standard HANGUP, cause: PROGRESS_TIMEOUT
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:737 (sofia/sipinterface_1/9184742415...@10.16.19.201) State HANGUP going to sleep
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:504 (sofia/sipinterface_1/9184742415...@10.16.19.201) State Change CS_HANGUP -> CS_REPORTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/9184742415...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:472 (sofia/sipinterface_1/9184742415...@10.16.19.201) Running State Change CS_REPORTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:823 (sofia/sipinterface_1/9184742415...@10.16.19.201) State REPORTING
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:104 sofia/sipinterface_1/9184742415...@10.16.19.201 Standard REPORTING, cause: PROGRESS_TIMEOUT
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:823 (sofia/sipinterface_1/9184742415...@10.16.19.201) State REPORTING going to sleep
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_state_machine.c:498 (sofia/sipinterface_1/9184742415...@10.16.19.201) State Change CS_REPORTING -> CS_DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1388 Send signal sofia/sipinterface_1/9184742415...@10.16.19.201 [BREAK]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.003841 [DEBUG] switch_core_session.c:1615 Session 57 (sofia/sipinterface_1/9184742415...@10.16.19.201) Locked, Waiting on external entities
78728YmNkZjgzYjM3NTA4MGI0NGU0OGJkZjc2ZmI3MjVmYTM 2015-12-08 18:25:12.023846 [DEBUG] switch_ivr_originate.c:3723 Originate Resulted in Error Cause: 607 [PROGRESS_TIMEOUT]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [NOTICE] switch_core_session.c:1633 Session 57 (sofia/sipinterface_1/9184742415...@10.16.19.201) Ended
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [NOTICE] switch_core_session.c:1637 Close Channel sofia/sipinterface_1/9184742415...@10.16.19.201 [CS_DESTROY]
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:626 (sofia/sipinterface_1/9184742415...@10.16.19.201) Running State Change CS_DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:636 (sofia/sipinterface_1/9184742415...@10.16.19.201) State DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] mod_sofia.c:323 sofia/sipinterface_1/9184742415...@10.16.19.201 SOFIA DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:111 sofia/sipinterface_1/9184742415...@10.16.19.201 Standard DESTROY
4ba74294-9e0b-11e5-b9e0-8b7af99f9725 2015-12-08 18:25:12.023846 [DEBUG] switch_core_state_machine.c:636 (sofia/sipinterface_1/9184742415...@10.16.19.201) State DESTROY going to sleep
78728YmNkZjgzYjM3NTA4MGI0NGU0OGJkZjc2ZmI3MjVmYTM 2015-12-08 18:25:12.023846 [INFO] mod_dptools.c:3262 Originate Failed.  Cause: PROGRESS_TIMEOUT
Reply all
Reply to author
Forward
0 new messages