summaryrefslogtreecommitdiff
path: root/lib/tasks/originate.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/originate.rake')
-rw-r--r--lib/tasks/originate.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/originate.rake b/lib/tasks/originate.rake
index 5e7dfe3..b89b11b 100644
--- a/lib/tasks/originate.rake
+++ b/lib/tasks/originate.rake
@@ -9,5 +9,5 @@ task :originate, [
sip_account = SipAccount.where(:id => a.sip_account_id.to_i).first
print "Originate #{sip_account} -> #{extension} ... "
- puts sip_account.call(extension)
-end \ No newline at end of file
+ puts sip_account.call(extension, nil, nil, true)
+end