Skip to content

Commit

Permalink
Realtime Billing
Browse files Browse the repository at this point in the history
  • Loading branch information
devangn authored Jan 2, 2018
1 parent aa8a42f commit 91f2df4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions freeswitch/scripts/astpp/scripts/astpp.dialplan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
--------------------------------------------------------------------------------------

destination_number = params:getHeader("Caller-Destination-Number")

if (destination_number == nil) then
return;
end

Logger.info("[Dialplan] Dialed number : "..destination_number)


Expand Down

0 comments on commit 91f2df4

Please sign in to comment.