Skip to content

Commit

Permalink
correct the sip account id when did call
Browse files Browse the repository at this point in the history
correct the sip account id when did call instead of the sip name !
  • Loading branch information
mwolff44 authored Dec 22, 2017
1 parent fcaa084 commit 4b78b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/resources/fs/config/scripts/pyfreebilling_dp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ if (session:ready() == true) then
log("No corresponding destnum sip account found for didout", "warning")
else
execute("set", "sip_h_X-PyFB-SIPAccountId=" .. dnsipcode["name"])
myvarbridge = myvarbridge .. ",sip_account_id="..dnsipcode["name"]
myvarbridge = myvarbridge .. ",sip_account_id="..dnsipcode["trunk_id"]
end
end
myvarbridge = myvarbridge .. ",nibble_increment="..rate["block_min_duration"]
Expand Down

0 comments on commit 4b78b6b

Please sign in to comment.