ASTPP v4 ORIGNATION_RATE_NOT_FOUND for inbound calls

879 views
Skip to first unread message

Paps Grey

unread,
Jun 12, 2019, 5:19:41 AM6/12/19
to ASTPP
Hi All

I just started using v4 of ASTPP. I have configured my rates for both origination and termination. My outbound
calls works but inbound calls are not working. I get ORIGNATION_RATE_NOT_FOUND error in fs_cli. 

I want inbound calls to be free, just like in v3.6 my inbound call were not checked against my ratings. How do I 
achieve this in v4. Can someone assist please.





Log
=======

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/03012...@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/03012...@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/03012...@197.221.XX.XX Standard ROUTING
2019-06-12 09:00:36.369523 [INFO] mod_dialplan_xml.c:637 Processing 030121XXXX <030121XXXX>->030274XXXX in context default
2019-06-12 09:00:36.389525 [DEBUG] freeswitch_lua.cpp:365 DBH handle 0x7f081c06f940 Connected.
2019-06-12 09:00:36.389525 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [LOAD_CONF] Query :SELECT name,value FROM `system` WHERE group_title IN ('global','opensips','callingcard','calls','InternationalPrefixes')
2019-06-12 09:00:36.389525 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [LOAD_ADDON_CONF] Query :SELECT package_name FROM addons
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [Dialplan] Dialed number : 030274XXXX
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [DOAUTHORIZATION] Query :SELECT access_number FROM accessnumber WHERE access_number = '030274XXXX' AND status=0 limit 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [Dialplan] Caller Id name / number  : 030121XXXX / 030121XXXX
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [CHECK_DID] Query :SELECT A.id as id,A.number as did_number,B.id as accountid,B.number as account_code,A.number as did_number,A.connectcost,A.includedseconds,A.cost,A.inc,A.extensions,A.maxchannels,A.call_type,A.city,A.province,A.init_inc,A.leg_timeout,A.status,A.country_id,A.call_type_vm_flag FROM dids AS A,accounts AS B WHERE B.status=0 AND B.deleted=0 AND B.id=A.accountid AND A.number ="030274XXXX" LIMIT 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [Dialplan] Call direction : inbound
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [IPAUTHENTICATION] Query :SELECT ip_map.*, (SELECT number FROM accounts where id=accountid AND status=0 AND deleted=0) AS account_code FROM ip_map WHERE INET_ATON("196.221.XX.150") BETWEEN(INET_ATON(SUBSTRING_INDEX(`ip`, '/', 1)) & 0xffffffff ^((0x1 <<(32 -  SUBSTRING_INDEX(`ip`, '/', -1))) -1 )) AND(INET_ATON(SUBSTRING_INDEX(`ip`, '/', 1)) |((0x100000000 >> SUBSTRING_INDEX(`ip`,'/', -1)) -1))  AND "030274XXXX"  LIKE CONCAT(prefix,'%') ORDER BY LENGTH(prefix) DESC LIMIT 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [Accountcode : 318840]
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [DOAUTHORIZATION] Query :SELECT * FROM accounts WHERE number = "318840" AND deleted = 0 limit 1
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [CHECK_SPEEDDIAL] Query :SELECT A.number FROM speed_dial as A,accounts as B WHERE B.status=0 AND B.deleted=0 AND B.id=A.accountid AND A.speed_num ="030274XXXX" AND A.accountid = '14' limit 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [Dialplan] SPEED DIAL NUMBER : 030274XXXX
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [CHECK_DID] Query :SELECT A.id as id,A.number as did_number,B.id as accountid,B.number as account_code,A.number as did_number,A.connectcost,A.includedseconds,A.cost,A.inc,A.extensions,A.maxchannels,A.call_type,A.city,A.province,A.init_inc,A.leg_timeout,A.status,A.country_id,A.call_type_vm_flag FROM dids AS A,accounts AS B WHERE B.status=0 AND B.deleted=0 AND B.id=A.accountid AND A.number ="030274XXXX" LIMIT 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [Dialplan] New Call direction : inbound
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [IS_CHECK_DID] Query :SELECT * FROM dids WHERE number ="030274XXXX" AND (accountid = 0 OR status = 1) LIMIT 1
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET_PACKAGE_INFO] call_direction :inbound
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET_PACKAGE_INFO] DID_ACCOUNTID :13
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET_PACKAGE_INFO] Query :SELECT * FROM packages_view as P inner join package_patterns as PKGPTR on P.id = PKGPTR.product_id WHERE (patterns = '^030274XXXX.*' OR patterns = '^030274820.*' OR patterns = '^03027482.*' OR patterns = '^0302748.*' OR patterns = '^030274.*' OR patterns = '^03027.*' OR patterns = '^0302.*' OR patterns = '^030.*' OR patterns = '^03.*' OR patterns = '^0.*' OR patterns ='--') AND accountid = 13 ORDER BY LENGTH(PKGPTR.patterns) DESC
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] =============== Account Information ===================
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] User id : 14
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Account code : 318840
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Balance : 10000
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Type : 1 [0:prepaid,1:postpaid]
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Ratecard id : 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] ========================================================
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET_PRICELIST_INFO] Query :select * from pricelists WHERE id = 1 AND status = 0
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET_RATES] call_direction :inbound
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [CHECK_DID] Query :SELECT A.id as id,A.number as did_number,B.id as accountid,B.number as account_code,A.number as did_number,A.connectcost,A.includedseconds,A.cost,A.inc,A.extensions,A.maxchannels,A.call_type,A.city,A.province,A.init_inc,A.leg_timeout,A.status,A.country_id,A.call_type_vm_flag FROM dids AS A,accounts AS B WHERE B.status=0 AND B.deleted=0 AND B.id=A.accountid AND A.number ="030274XXXX" LIMIT 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] call_direction:::::: inbound
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] =============== Rates Information ===================
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] ID : 3
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Connectcost : 0.00000
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Includedseconds : 0
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Cost : 0.00000
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] comment : 030274XXXX
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Country Id : 73
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Accid : 14
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] ================================================================
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [FIND_MAXLENGTH] Your10000 balance Accountid 14 !!!
2019-06-12 09:00:36.411708 [NOTICE] switch_cpp.cpp:1365 [ASTPP] [FIND_MAXLENGTH] Call is free - assigning max length!!! :: 100
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] Call Max length duration : 100 minutes
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [userinfo] INB_FREE:TRUE
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [userinfo] free_inbound:1
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET_OVERRIDE_CALLERID] Query :SELECT callerid_name as cid_name,callerid_number as cid_number,accountid FROM accounts_callerid WHERE accountid = 14 AND status=0 LIMIT 1
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [DOAUTHORIZATION] Query :SELECT * FROM accounts WHERE id = "13" AND deleted = 0 limit 1
2019-06-12 09:00:36.411708 [INFO] switch_cpp.cpp:1365 [ASTPP] [userinfo] Actual CustomerInfo XML:14
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] post_cdrs:::0
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] [GET RESELLERID] Query :SELECT reseller_id FROM accounts WHERE id = 14
2019-06-12 09:00:36.411708 [DEBUG] switch_cpp.cpp:1365 [ASTPP] Generated XML:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="freeswitch/xml">
<section name="dialplan" description="ASTPP Dialplan">
<context name="default">
<extension name="030274XXXX">
<condition field="destination_number" expression="030274XXXX">
<action application="log" data="WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!"/>
<action application="set" data="original_caller_id_name=030121XXXX"/>
<action application="set" data="original_caller_id_number=030121XXXX"/>
<action application="set" data="error_cdr=1"/>
<action application="set" data="callstart=2019-06-12 09:00:36"/>
<action application="set" data="account_id=14"/>
<action application="set" data="parent_id=0"/>
<action application="set" data="call_direction=inbound"/>
<action application="set" data="calltype=DID"/>
<action application="set" data="sip_ignore_remote_cause=true"/>
<action application="set" data="call_processed=internal"/>
<action application="set" data="effective_destination_number=030274XXXX"/>
<action application="set" data="last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND"/>
<action application="hangup" data="ORIGNATION_RATE_NOT_FOUND"/>
</condition>
</extension>
</context>
</section>
</document>
2019-06-12 09:00:36.411708 [DEBUG] freeswitch_lua.cpp:382 DBH handle 0x7f081c06f940 released.
Dialplan: sofia/default/03012...@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/03012...@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/03012...@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/03012...@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/03012...@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/03012...@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/03012...@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/03012...@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/03012...@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/03012...@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/03012...@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/03012...@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/03012...@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/03012...@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/03012...@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/03012...@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 
astpp origrate.PNG
astpp didipurl.PNG

Hemdip Badani

unread,
Jun 12, 2019, 5:30:59 AM6/12/19
to ASTPP
Go to your Rategroup select trunk again and save after that edit customer and save it without modification, It should solve your problem

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/40e75674-f74d-4703-9c07-e160aa6479d9%40googlegroups.com.


--
Hemdip Badani
QA Team Lead
iNextrix Technologies Pvt Ltd.

Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

Paps Grey

unread,
Jun 12, 2019, 5:58:12 AM6/12/19
to ASTPP
Hello  Hemdip

I have tried that but still get the same error. I have pasted my DID configs. Please check if I'm 
supposed to change something. 
astpp didsettings.PNG

Hemdip Badani

unread,
Jun 12, 2019, 6:08:31 AM6/12/19
to ASTPP
Have you installed any Addon's? If yes then please share name of it.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

Paps Grey

unread,
Jun 12, 2019, 6:11:09 AM6/12/19
to ASTPP
Yes, Wanted to try them.


Addons.PNG

Hemdip Badani

unread,
Jun 12, 2019, 6:15:14 AM6/12/19
to ASTPP
Go to configuration > settings > International prefix > set blank or any other prefix is different than your Origination rates. It will work

On Wed, Jun 12, 2019 at 3:41 PM Paps Grey <whispe...@gmail.com> wrote:
Yes, Wanted to try them.


--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

Paps Grey

unread,
Jun 12, 2019, 6:48:17 AM6/12/19
to ASTPP
I have done that and still not working. 
internationalsettings.PNG

Hemdip Badani

unread,
Jun 12, 2019, 6:52:16 AM6/12/19
to ASTPP
Seems your destination number rates not available as I seen in image, So either you can add that rate or you can change from calls > general >

On Wed, Jun 12, 2019 at 4:18 PM Paps Grey <whispe...@gmail.com> wrote:
I have done that and still not working. 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

Paps Grey

unread,
Jun 13, 2019, 2:19:13 AM6/13/19
to ASTPP
The rate has been added already but not working. Also were do i find calls > general > 



Thank you 

Hemdip Badani

unread,
Jun 13, 2019, 2:21:58 AM6/13/19
to ASTPP
Configuration > Settings > calls > general > 

On Thu, Jun 13, 2019 at 11:49 AM Paps Grey <whispe...@gmail.com> wrote:
The rate has been added already but not working. Also were do i find calls > general > 



Thank you 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

Paps Grey

unread,
Jun 13, 2019, 3:25:18 AM6/13/19
to ASTPP

 
 That worked  Hemdip.

 Thanks a lot .

Hemdip Badani

unread,
Jun 13, 2019, 3:27:23 AM6/13/19
to ASTPP
Great finally you did it !!!

On Thu, Jun 13, 2019 at 12:55 PM Paps Grey <whispe...@gmail.com> wrote:

 
 That worked  Hemdip.

 Thanks a lot .

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

abisio

unread,
Jul 23, 2019, 3:47:19 PM7/23/19
to ASTPP
You have to setup the incoming numbers as DIDs and put value ZERO

AlexB


On Wednesday, June 12, 2019 at 5:19:41 AM UTC-4, Paps Grey wrote:
Hi All

I just started using v4 of ASTPP. I have configured my rates for both origination and termination. My outbound
calls works but inbound calls are not working. I get ORIGNATION_RATE_NOT_FOUND error in fs_cli. 

I want inbound calls to be free, just like in v3.6 my inbound call were not checked against my ratings. How do I 
achieve this in v4. Can someone assist please.





Log
=======

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/030121XXXX@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/030121XXXX@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/030121XXXX@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/030121XXXX@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/030121XXXX@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/030121XXXX@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/030121XXXX@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/030121XXXX@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/030121XXXX@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/030121XXXX@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

Aaryan

unread,
Jul 23, 2019, 5:13:24 PM7/23/19
to ASTPP
even i am getting same issue, i did stated above and i started getting calls on DID but on backend i see 2 channels gets created one for inbound and another for outbound, it is using server resources and pushing it towards SWITCH_CONGESTION issue. any suggestion how to use in same inbound channel because it creates another issue if same provider is providing outbound calls then i have to increase the rate file as i have to use price 0 in one set and on another i have to use price so it gives headache.


On Wednesday, June 12, 2019 at 2:49:41 PM UTC+5:30, Paps Grey wrote:
Hi All

I just started using v4 of ASTPP. I have configured my rates for both origination and termination. My outbound
calls works but inbound calls are not working. I get ORIGNATION_RATE_NOT_FOUND error in fs_cli. 

I want inbound calls to be free, just like in v3.6 my inbound call were not checked against my ratings. How do I 
achieve this in v4. Can someone assist please.





Log
=======

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/030121XXXX@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/030121XXXX@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/030121XXXX@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/030121XXXX@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/030121XXXX@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/030121XXXX@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/030121XXXX@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/030121XXXX@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/030121XXXX@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/030121XXXX@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

larango

unread,
Aug 26, 2019, 8:39:14 AM8/26/19
to ASTPP
Hello Guys, 

I am also having issues with inbound calls and outbound. I have the trunk settings setup but I get ORIGNATION_RATE_NOT_FOUND for inbound calls. I am going in circles here. 

Samir Doshi

unread,
Aug 26, 2019, 8:53:35 AM8/26/19
to ASTPP
If that is DID call then make sure you have rate check for DID option set to NO from Settings -> Calls. 
If you are still facing the problem then please provide call log. 


Thanks,

Samir Doshi

iNextrix Technologies Pvt. Ltd.

https://www.inextrix.com

https://www.astppbilling.org


Disclaimer:

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance on the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.


Mailtrack Sender notified by
Mailtrack 08/26/19, 06:22:10 PM

On Mon, Aug 26, 2019 at 6:09 PM larango <lu...@funcshun.com> wrote:
Hello Guys, 

I am also having issues with inbound calls and outbound. I have the trunk settings setup but I get ORIGNATION_RATE_NOT_FOUND for inbound calls. I am going in circles here. 

On Tuesday, July 23, 2019 at 5:13:24 PM UTC-4, Aaryan wrote:
even i am getting same issue, i did stated above and i started getting calls on DID but on backend i see 2 channels gets created one for inbound and another for outbound, it is using server resources and pushing it towards SWITCH_CONGESTION issue. any suggestion how to use in same inbound channel because it creates another issue if same provider is providing outbound calls then i have to increase the rate file as i have to use price 0 in one set and on another i have to use price so it gives headache.

On Wednesday, June 12, 2019 at 2:49:41 PM UTC+5:30, Paps Grey wrote:
Hi All

I just started using v4 of ASTPP. I have configured my rates for both origination and termination. My outbound
calls works but inbound calls are not working. I get ORIGNATION_RATE_NOT_FOUND error in fs_cli. 

I want inbound calls to be free, just like in v3.6 my inbound call were not checked against my ratings. How do I 
achieve this in v4. Can someone assist please.





Log
=======

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/03012...@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/03012...@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/03012...@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/03012...@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/03012...@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/03012...@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/03012...@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/03012...@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/03012...@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/03012...@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/03012...@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/03012...@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/03012...@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/03012...@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/03012...@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/03012...@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/03012...@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/03012...@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/03012...@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

larango

unread,
Aug 26, 2019, 9:04:06 AM8/26/19
to ASTPP
Thank you for the quick reply Samir. 
I see I am now getting unallocated error. 

Log
Did configuration

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/030121XXXX@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/030121XXXX@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/030121XXXX@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/030121XXXX@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/030121XXXX@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/030121XXXX@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/030121XXXX@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/030121XXXX@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/030121XXXX@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/030121XXXX@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.

Samir Doshi

unread,
Aug 26, 2019, 8:55:09 PM8/26/19
to ASTPP
This is not a full call log. I am not unable to give you an answer based on that. 
I need full log to check the queries and dialplan parameters. 

Thanks,

Samir Doshi

iNextrix Technologies Pvt. Ltd.

https://www.inextrix.com

https://www.astppbilling.org


Disclaimer:

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance on the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.


Mailtrack Sender notified by
Mailtrack 08/27/19, 06:19:50 AM

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/03012...@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/03012...@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/03012...@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/03012...@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/03012...@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/03012...@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/03012...@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/03012...@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/03012...@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/03012...@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/03012...@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/03012...@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/03012...@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/03012...@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/03012...@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/03012...@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/03012...@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/03012...@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/03012...@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/cc5cb884-a83b-47c8-b38e-a359f313a5a3%40googlegroups.com.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/20b6255a-1681-4640-b75a-e5983356da00%40googlegroups.com.

larango

unread,
Aug 26, 2019, 9:13:57 PM8/26/19
to ASTPP
Hello Sam, 

Thank you for the reply here. To avoid back and forth where do you recommend I pull these logs from? I am honestly not certain where to look. I am running Debian 9 with fresh install, so I imagine you have default locations I can look into. Also good job on banning Aryan I thought that was very unprofessional for a business to bad mouth an open source project like this. 
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/030121XXXX@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/030121XXXX@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/030121XXXX@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/030121XXXX@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/030121XXXX@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/030121XXXX@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/030121XXXX@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/030121XXXX@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/030121XXXX@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/030121XXXX@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/cc5cb884-a83b-47c8-b38e-a359f313a5a3%40googlegroups.com.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.

Samir Doshi

unread,
Aug 26, 2019, 9:34:23 PM8/26/19
to ASTPP
Hi Larango, 

I just need the logs from fs_cli console as we are printing queries, diaplan, and variable information there. Just connect to fs_cli and run the call. You will find the logs. 

Regarding banning user, few people want to build their business on open source project (which is really good and we are more than happy when any business runs on ASTPP) but they do not want to provide any support to the community members nor to a company who provides backbone support to project. They simply think about their own benefits. Anyway, that's the story of almost all open source projects. We just want to make sure the platform which we have started for technical support, it remains for technical support. 

Thanks,

Samir Doshi

iNextrix Technologies Pvt. Ltd.

https://www.inextrix.com

https://www.astppbilling.org


Disclaimer:

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance on the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.


Mailtrack Sender notified by
Mailtrack 08/27/19, 06:44:49 AM

Hello Sam, 

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/03012...@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/03012...@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/03012...@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/03012...@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/03012...@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/03012...@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/03012...@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/03012...@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/03012...@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/03012...@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/03012...@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/03012...@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/03012...@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/03012...@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/03012...@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/03012...@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/03012...@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/03012...@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/03012...@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/cc5cb884-a83b-47c8-b38e-a359f313a5a3%40googlegroups.com.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/20b6255a-1681-4640-b75a-e5983356da00%40googlegroups.com.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/9a9f6cc2-9daf-4b4c-b2e9-e758f9da9943%40googlegroups.com.

larango

unread,
Sep 5, 2019, 10:24:11 PM9/5/19
to ASTPP
Hello Samir, 

Thank you for your reply. I was hurricane prepping quite a bit and got side tracked. 
Here is the pastebin I was able to create https://pastebin.com/nfGqJBia . 
Hello Sam, 

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/030121XXXX@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/030121XXXX@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/030121XXXX@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/030121XXXX@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/030121XXXX@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/030121XXXX@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/030121XXXX@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/030121XXXX@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/030121XXXX@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/030121XXXX@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/030121XXXX@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/030121XXXX@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/030121XXXX@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/030121XXXX@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/030121XXXX@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/030121XXXX@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/cc5cb884-a83b-47c8-b38e-a359f313a5a3%40googlegroups.com.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/20b6255a-1681-4640-b75a-e5983356da00%40googlegroups.com.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.

Samir Doshi

unread,
Sep 10, 2019, 2:42:26 AM9/10/19
to ASTPP
Hi Larango, 

Hope all good at your end. 

I checked your logs and found that FreeSwitch is sending call to gateway but then USC (Client) is hanging up the call and we are getting the following logs: 

  1. 2019-09-05 08:39:05.995526 [NOTICE] switch_ivr_originate.c:3713 Hangup sofia/default/13054229155 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL]
  2. 2019-09-05 08:39:05.995526 [DEBUG] switch_ivr_originate.c:3938 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL]
  3. 2019-09-05 08:39:05.995526 [INFO] mod_dptools.c:3631 Originate Failed.  Cause: ORIGINATOR_CANCEL

Please have look. 

Thanks,

Samir Doshi

iNextrix Technologies Pvt. Ltd.

https://www.inextrix.com

https://www.astppbilling.org


Disclaimer:

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance on the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.



Mailtrack Sender notified by
Mailtrack 09/10/19, 12:12:06 PM

Hello Sam, 

2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_ROUTING (Cur 1 Tot 75)
2019-06-12 09:00:36.369523 [DEBUG] switch_channel.c:2249 (sofia/default/03012...@197.221.XX.XX) Callstate Change DOWN -> RINGING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING
2019-06-12 09:00:36.369523 [DEBUG] mod_sofia.c:143 sofia/default/03012...@197.221.XX.XX SOFIA ROUTING
2019-06-12 09:00:36.369523 [DEBUG] switch_core_state_machine.c:236 sofia/default/03012...@197.221.XX.XX Standard ROUTING
Dialplan: sofia/default/03012...@197.221.XX.XX parsing [default->030274XXXX] continue=false
Dialplan: sofia/default/03012...@197.221.XX.XX Regex (PASS) [030274XXXX] destination_number(030274XXXX) =~ /030274XXXX/ break=on-false
Dialplan: sofia/default/03012...@197.221.XX.XX Action log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_name=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(original_caller_id_number=030121XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(error_cdr=1) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(callstart=2019-06-12 09:00:36) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(account_id=14) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(parent_id=0) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_direction=inbound) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(calltype=DID) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(sip_ignore_remote_cause=true) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(call_processed=internal) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(effective_destination_number=030274XXXX) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND) 
Dialplan: sofia/default/03012...@197.221.XX.XX Action hangup(ORIGNATION_RATE_NOT_FOUND) 
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:286 (sofia/default/03012...@197.221.XX.XX) State Change CS_ROUTING -> CS_EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:643 (sofia/default/03012...@197.221.XX.XX) State ROUTING going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_EXECUTE (Cur 1 Tot 75)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] mod_sofia.c:198 sofia/default/03012...@197.221.XX.XX SOFIA EXECUTE
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:328 sofia/default/03012...@197.221.XX.XX Standard EXECUTE
EXECUTE sofia/default/03012...@197.221.XX.XX log(WARNING Accountcode . Dialed number (030274XXXX)  origination rates not found!!)
2019-06-12 09:00:36.411708 [WARNING] mod_dptools.c:1742 Accountcode . Dialed number (030274XXXX)  origination rates not found!!
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_name=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_name]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(original_caller_id_number=030121XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [original_caller_id_number]=[030121XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(error_cdr=1)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [error_cdr]=[1]
EXECUTE sofia/default/03012...@197.221.XX.XX set(callstart=2019-06-12 09:00:36)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [callstart]=[2019-06-12 09:00:36]
EXECUTE sofia/default/03012...@197.221.XX.XX set(account_id=14)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [account_id]=[14]
EXECUTE sofia/default/03012...@197.221.XX.XX set(parent_id=0)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [parent_id]=[0]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_direction=inbound)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_direction]=[inbound]
EXECUTE sofia/default/03012...@197.221.XX.XX set(calltype=DID)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [calltype]=[DID]
EXECUTE sofia/default/03012...@197.221.XX.XX set(sip_ignore_remote_cause=true)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [sip_ignore_remote_cause]=[true]
EXECUTE sofia/default/03012...@197.221.XX.XX set(call_processed=internal)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [call_processed]=[internal]
EXECUTE sofia/default/03012...@197.221.XX.XX set(effective_destination_number=030274XXXX)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [effective_destination_number]=[030274XXXX]
EXECUTE sofia/default/03012...@197.221.XX.XX set(last_bridge_hangup_cause=ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [DEBUG] mod_dptools.c:1548 SET sofia/default/03012...@197.221.XX.XX [last_bridge_hangup_cause]=[ORIGNATION_RATE_NOT_FOUND]
EXECUTE sofia/default/03012...@197.221.XX.XX hangup(ORIGNATION_RATE_NOT_FOUND)
2019-06-12 09:00:36.411708 [NOTICE] mod_dptools.c:1286 Hangup sofia/default/03012...@197.221.XX.XX [CS_EXECUTE] [NORMAL_CLEARING]
2019-06-12 09:00:36.411708 [DEBUG] switch_core_session.c:2815 sofia/default/03012...@197.221.XX.XX skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:650 (sofia/default/03012...@197.221.XX.XX) State EXECUTE going to sleep
2019-06-12 09:00:36.411708 [DEBUG] switch_core_state_machine.c:584 (sofia/default/03012...@197.221.XX.XX) Running State Change CS_HANGUP (Cur 1 Tot 75)




Thank you
 
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/efe121ff-8322-41c2-a8e8-ef1473dc5334%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages