question

Jesse Merriman avatar image
Jesse Merriman asked Phong Vu answered

Does the call sessionid change if an unanswered call is forwarded to another extension?

If we have configured our phone system to forward the call to other extensions if an incoming call is not answered, does the call sessionid change or does it remain the same?


I am currently storing a generated key value, call sessionid and phone number in my database in order to provide a lookup table for existing calls. If a record exists for the sessionid and phone number the existing key is returned, but if a record does not exist we generate a new key.

Recreating this scenario is hard, and my thought is that i am adding a record for the sessionid and when it is forwarded to another extension, it finds the existing key and tries to insert it again.


sessions
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Phong Vu avatar image
Phong Vu answered

I think it is unchanged but you can double check it easily by printing it out before and after an unanswered call forwarded.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.