Help with CallCentric

Status
Not open for further replies.

nba_warren

New Member
Feb 2, 2021
3
0
1
56
I install the PBX and setup an account with CallCentric. I can make outbound calls no problem. The PBX and CallCentric show the status as registered. When I try to call in the PBX hangs up and does not route my call to the extension I have setup.

I have two public destinations setup, one for the inbound DID and one for the CallCentric number. Under Inbound Routes I have once gain the DID and the CallCentric phone number setup to transfer to my extension.

CallCentric provided me their FreeSwitch setup guide, but not sure what I am missing specific to FusionPBX.

Inbound Dialplan

Name: callcentric.com
Number: callcentric SIP user name, ie: 1777XXXXXXX
Context: public
Continue: False
Order: 100
Destination: True
Domain: Global
Enabled: true

XML:
<extension name="callcentric.com" continue="false" uuid="bbbbbbb-c54d-4974-a64e-253bc0fb4d08">
<action application="export" data="call_direction=inbound" inline="true"/>
<action application="set" data="domain_name=${domain}"/>
<action application="transfer" data="27 XML default"/>
</extension>

Thank you,=
 

Attachments

  • Callcentric_FreeSwitch guide.pdf
    76.3 KB · Views: 8

nba_warren

New Member
Feb 2, 2021
3
0
1
56
Here is what the log shows (with Line Numbers, Descending), I replaced my calling phone number with 11231231234, callcentric extension with 7771234567, callcentric DID with 3213213214:

1 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.126222 [DEBUG] switch_core_state_machine.c:749 (sofia/external/11231231234@199.87.151.78) State DESTROY going to sleep
2 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.126222 [DEBUG] switch_core_state_machine.c:181 sofia/external/11231231234@199.87.151.78 Standard DESTROY
3 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.126222 [DEBUG] mod_sofia.c:364 sofia/external/11231231234@199.87.151.78 SOFIA DESTROY
4 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.126222 [DEBUG] switch_core_state_machine.c:749 (sofia/external/11231231234@199.87.151.78) State DESTROY
5 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.126222 [DEBUG] switch_core_state_machine.c:739 (sofia/external/11231231234@199.87.151.78) Running State Change CS_DESTROY (Cur 0 Tot 48)
6 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.106229 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external/11231231234@199.87.151.78 [CS_DESTROY]
7 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.106229 [NOTICE] switch_core_session.c:1744 Session 48 (sofia/external/11231231234@199.87.151.78) Ended
8 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.106229 [DEBUG] switch_core_session.c:1726 Session 48 (sofia/external/11231231234@199.87.151.78) Locked, Waiting on external entities
9 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.106229 [DEBUG] switch_core_state_machine.c:611 (sofia/external/11231231234@199.87.151.78) State Change CS_REPORTING -> CS_DESTROY
10 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.106229 [DEBUG] switch_core_state_machine.c:936 (sofia/external/11231231234@199.87.151.78) State REPORTING going to sleep
11 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.106229 [DEBUG] switch_core_state_machine.c:174 sofia/external/11231231234@199.87.151.78 Standard REPORTING, cause: NORMAL_CLEARING
12 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:936 (sofia/external/11231231234@199.87.151.78) State REPORTING
13 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_REPORTING (Cur 1 Tot 48)
14 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:620 (sofia/external/11231231234@199.87.151.78) State Change CS_HANGUP -> CS_REPORTING
15 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:850 (sofia/external/11231231234@199.87.151.78) State HANGUP going to sleep
16 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:60 sofia/external/11231231234@199.87.151.78 Standard HANGUP, cause: NORMAL_CLEARING
17 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_sofia.c:598 Responding to INVITE with: 480
18 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_sofia.c:453 Channel sofia/external/11231231234@199.87.151.78 hanging up, cause: NORMAL_CLEARING
19 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:850 (sofia/external/11231231234@199.87.151.78) State HANGUP
20 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:848 (sofia/external/11231231234@199.87.151.78) Callstate Change RINGING -> HANGUP
21 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_HANGUP (Cur 1 Tot 48)
22 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:651 (sofia/external/11231231234@199.87.151.78) State EXECUTE going to sleep
23 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [NOTICE] switch_core_state_machine.c:388 Hangup sofia/external/11231231234@199.87.151.78 [CS_EXECUTE] [NORMAL_CLEARING]
24 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [NOTICE] switch_core_state_machine.c:386 sofia/external/11231231234@199.87.151.78 has executed the last dialplan instruction, hanging up.
25 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [RFC2822_DATE]=[Fri, 19 Feb 2021 10:10:25 -0800]
26 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(RFC2822_DATE=Fri, 19 Feb 2021 10:10:25 -0800)
27 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:329 sofia/external/11231231234@199.87.151.78 Standard EXECUTE
28 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_sofia.c:209 sofia/external/11231231234@199.87.151.78 SOFIA EXECUTE
29 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:651 (sofia/external/11231231234@199.87.151.78) State EXECUTE
30 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_EXECUTE (Cur 1 Tot 48)
31 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:644 (sofia/external/11231231234@199.87.151.78) State ROUTING going to sleep
32 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:287 (sofia/external/11231231234@199.87.151.78) State Change CS_ROUTING -> CS_EXECUTE
33 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [voicemail] ${user_exists}(false) =~ /true/ break=on-false
34 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->voicemail] continue=false
35 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [local_extension] ${user_exists}(false) =~ /true/ break=on-false
36 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->local_extension] continue=true
37 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [talking clock date] destination_number(27) =~ /^\*9171$/ break=on-false
38 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->talking clock date] continue=
39 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [talking clock time] destination_number(27) =~ /^\*9170$/ break=on-false
40 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->talking clock time] continue=
41 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [talking clock date and time] destination_number(27) =~ /^\*9172$/ break=on-false
42 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->talking clock date and time] continue=
43 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [call-forward-not-registered] ${user_exists}(false) =~ /true/ break=on-false
44 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->call-forward-not-registered] continue=
45 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [call-forward-all] ${user_exists}(false) =~ /true/ break=on-false
46 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->call-forward-all] continue=
47 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [follow-me-destinations] ${user_exists}(false) =~ /^true$/ break=on-false
48 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->follow-me-destinations] continue=false
49 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [extension-to-voicemail] ${user_exists}(false) =~ /^true$/ break=on-false
50 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->extension-to-voicemail] continue=false
51 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [intercept-ext-polycom] destination_number(27) =~ /^\*97(\d+)$/ break=on-false
52 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->intercept-ext-polycom] continue=false
53 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [rtp_has_crypto] ${rtp_has_crypto}() =~ /^(AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH)$/ break=on-false
54 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->rtp_has_crypto] continue=true
55 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false
56 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->is_loopback] continue=true
57 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)})
58 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (PASS) [global-variables] () =~ // break=on-false
59 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->global-variables] continue=true
60 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false
61 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [from_user_exists]=[false]
62 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(from_user_exists=false)
63 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE
64 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [user_exists]=[false]
65 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(user_exists=false)
66 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE
67 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (PASS) [user_exists] () =~ // break=on-false
68 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never
69 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [default->user_exists] continue=true
70 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [INFO] mod_dialplan_xml.c:637 Processing 11231231234 <11231231234>->27 in context default
71 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:236 sofia/external/11231231234@199.87.151.78 Standard ROUTING
72 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_sofia.c:154 sofia/external/11231231234@199.87.151.78 SOFIA ROUTING
73 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_sofia.c:145 Call appears to be already acknowledged
74 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:644 (sofia/external/11231231234@199.87.151.78) State ROUTING
75 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_ROUTING (Cur 1 Tot 48)
76 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:651 (sofia/external/11231231234@199.87.151.78) State EXECUTE going to sleep
77 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [NOTICE] switch_ivr.c:2250 Transfer sofia/external/11231231234@199.87.151.78 to XML[27@default]
78 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_ivr.c:2243 (sofia/external/11231231234@199.87.151.78) State Change CS_EXECUTE -> CS_ROUTING
79 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 transfer(27 XML default)
80 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [domain_name]=[UNDEF]
81 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(domain_name=)
82 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [caller_id_number]=[11231231234]
83 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(caller_id_number=11231231234)
84 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:329 sofia/external/11231231234@199.87.151.78 Standard EXECUTE
85 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_sofia.c:209 sofia/external/11231231234@199.87.151.78 SOFIA EXECUTE
86 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:651 (sofia/external/11231231234@199.87.151.78) State EXECUTE
87 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_EXECUTE (Cur 1 Tot 48)
88 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:644 (sofia/external/11231231234@199.87.151.78) State ROUTING going to sleep
89 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] switch_core_state_machine.c:287 (sofia/external/11231231234@199.87.151.78) State Change CS_ROUTING -> CS_EXECUTE
90 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action transfer(27 XML default)
91 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.086227 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [continue_on_fail]=[true]
92 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(continue_on_fail=true)
93 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(continue_on_fail=true) INLINE
94 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [hangup_after_bridge]=[true]
95 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(hangup_after_bridge=true)
96 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(hangup_after_bridge=true) INLINE
97 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[inbound]
98 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 export(call_direction=inbound)
99 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action export(call_direction=inbound) INLINE
100 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (PASS) [7771234567] destination_number(17771234567) =~ /^\+?1?(7771234567)$/ break=on-false
101 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [public->7771234567] continue=false
102 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (FAIL) [7073214321] destination_number(17771234567) =~ /^\+?1?(7073214321)$/ break=on-false
103 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [public->7073214321] continue=false
104 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(domain_name=${domain})
105 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(caller_id_number=${caller_id_number})
106 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [caller_id_name]=[11231231234]
107 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(caller_id_name=11231231234)
108 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(caller_id_name=${caller_id_name}) INLINE
109 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] mod_dptools.c:1672 SET sofia/external/11231231234@199.87.151.78 [caller_destination]=[17073214321]
110 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 set(caller_destination=17073214321)
111 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action set(caller_destination=${sip_to_user}) INLINE
112 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[inbound]
113 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 EXECUTE [depth=0] sofia/external/11231231234@199.87.151.78 export(call_direction=inbound)
114 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Action export(call_direction=inbound) INLINE
115 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 Regex (PASS) [caller-details] () =~ // break=never
116 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 Dialplan: sofia/external/11231231234@199.87.151.78 parsing [public->caller-details] continue=true
117 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [INFO] mod_dialplan_xml.c:637 Processing 11231231234 <11231231234>->17771234567 in context public
118 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:236 sofia/external/11231231234@199.87.151.78 Standard ROUTING
119 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] mod_sofia.c:154 sofia/external/11231231234@199.87.151.78 SOFIA ROUTING
120 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:644 (sofia/external/11231231234@199.87.151.78) State ROUTING
121 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_channel.c:2332 (sofia/external/11231231234@199.87.151.78) Callstate Change DOWN -> RINGING
122 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_ROUTING (Cur 1 Tot 48)
123 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:628 (sofia/external/11231231234@199.87.151.78) State INIT going to sleep
124 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:48 (sofia/external/11231231234@199.87.151.78) State Change CS_INIT -> CS_ROUTING
125 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:40 sofia/external/11231231234@199.87.151.78 Standard INIT
126 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] mod_sofia.c:93 sofia/external/11231231234@199.87.151.78 SOFIA INIT
127 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:628 (sofia/external/11231231234@199.87.151.78) State INIT
128 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_INIT (Cur 1 Tot 48)
129 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:604 (sofia/external/11231231234@199.87.151.78) State NEW
130 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:7760 (sofia/external/11231231234@199.87.151.78) State Change CS_NEW -> CS_INIT
131 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5911 sofia/external/11231231234@199.87.151.78 Set 2833 dtmf send payload to 101 recv payload to 101
132 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5853 Set telephone-event payload to 101@8000
133 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_codec.c:111 sofia/external/11231231234@199.87.151.78 Original read codec set to PCMU:0
134 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:3839 Set Codec sofia/external/11231231234@199.87.151.78 PCMU/8000 20 ms 160 samples 64000 bits 1 channels
135 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5510 Set telephone-event payload to 101@8000
136 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1]
137 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1]
138 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1]
139 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1]
140 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5649 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match
141 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1]
142 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1]
143 c8724170-7a83-4d65-a0e7-cfb8aec0aea1
144 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=setup:actpass
145 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=silenceSupp:eek:ff - - - -
146 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=ptime:20
147 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=fmtp:101 0-16
148 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=rtpmap:101 telephone-event/8000
149 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=fmtp:18 annexb=no
150 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=rtpmap:18 G729/8000
151 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 a=rtpmap:0 PCMU/8000
152 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 m=audio 63940 RTP/AVP 0 18 101
153 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 t=0 0
154 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 c=IN IP4 204.11.192.135
155 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 s=CCSBC
156 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 o=CCSBC 1613730460 1613730461 IN IP4 204.11.192.135
157 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 v=0
158 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:7336 Remote SDP:
159 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:7326 Channel sofia/external/11231231234@199.87.151.78 entering state [received][100]
160 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:11169 sofia/external/11231231234@199.87.151.78 setting variable [sip_cid_type]=[rpid]
161 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:10403 IP 204.11.192.135 Approved by acl "domains[]". Access Granted.
162 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:10374 verifying acl "domains" for ip/port 204.11.192.135:0.
163 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] sofia.c:10280 sofia/external/11231231234@199.87.151.78 receiving invite from 204.11.192.135:5080 version: 1.10.5 -release-17-25569c1631 64bit
164 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [DEBUG] switch_core_state_machine.c:585 (sofia/external/11231231234@199.87.151.78) Running State Change CS_NEW (Cur 1 Tot 48)
165 c8724170-7a83-4d65-a0e7-cfb8aec0aea1 2021-02-19 10:10:25.066217 [NOTICE] switch_channel.c:1118 New Channel sofia/external/11231231234@199.87.151.78 [c8724170-7a83-4d65-a0e7-cfb8aec0aea1]
166
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
You are sending the call to 27 in the “default” context. Fusionpbx almost never uses “default” as the context name. It should be 27 XML <your domain name or IP>

Most “how to” guides for Freeswitch will mostly work, but rarely can be used word for word when using Fusionpbx. Take their how to and mix it with information found Here

And This page will show what the inbound route should look like. It will show how Fusionpbx displays the commands and the underlying Freeswitch XML
 

nba_warren

New Member
Feb 2, 2021
3
0
1
56
Not sure what I am doing wrong, I can send calls but still not receive them. Moving on to a different PBX to evaluate for now. Will circle back at some point in the future.

Does anyone actually have it working with CallCentric? I've read the documentation and that didn't help. Thank you for re-pointing to the links, no doubt I did something very basic and incorrect.
 
Status
Not open for further replies.