|
@@ -93,7 +93,7 @@ example data, can be used for demo
|
|
|
from_comment: 'Franz Bauer',
|
|
|
to: '4930609811111',
|
|
|
to_comment: 'Bob Smith',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'newCall',
|
|
|
done: true,
|
|
@@ -118,7 +118,7 @@ example data, can be used for demo
|
|
|
from_comment: 'Franz Bauer',
|
|
|
to: '4930609811111',
|
|
|
to_comment: 'Bob Smith',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'answer',
|
|
|
done: true,
|
|
@@ -146,7 +146,7 @@ example data, can be used for demo
|
|
|
from_comment: 'Franz Bauer',
|
|
|
to: '4930609811111',
|
|
|
to_comment: 'Bob Smith',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'hangup',
|
|
|
comment: 'normalClearing',
|
|
@@ -177,7 +177,7 @@ example data, can be used for demo
|
|
|
from_comment: 'Franz Bauer',
|
|
|
to: '4930609811111',
|
|
|
to_comment: 'Bob Smith',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'hangup',
|
|
|
done: true,
|
|
@@ -209,7 +209,7 @@ example data, can be used for demo
|
|
|
from_comment: 'Franz Bauer',
|
|
|
to: '4930609811111',
|
|
|
to_comment: '',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'hangup',
|
|
|
done: true,
|
|
@@ -241,7 +241,7 @@ example data, can be used for demo
|
|
|
from_comment: 'Franz Bauer',
|
|
|
to: '4930609811111',
|
|
|
to_comment: 'Bob Smith',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'hangup',
|
|
|
done: true,
|
|
@@ -271,7 +271,7 @@ example data, can be used for demo
|
|
|
direction: 'in',
|
|
|
from: '4930609854180',
|
|
|
to: '4930609811112',
|
|
|
- call_id: rand(999_999_999),
|
|
|
+ call_id: SecureRandom.uuid,
|
|
|
comment: '',
|
|
|
state: 'hangup',
|
|
|
done: true,
|