Hello everyone!
What I would like to do is very simple apparently but I can't really get out of it.
Imagine a cell phone with a SIM and that when it is turned off I wanted to send the call to my extension on FusionPBX.
However, the fixed number registered on FusionPBX is only one and fusionpbx should understand that the call "x" is forwarded by the "y" number of my sim.
y is always the same as is my mobile number.
Is there any way to intercept this option? If I look at the provider sip logs I see this:
then fusionpbx could understand that the call is coming from my sim and redirect it to my extension.
In the FusionPBX logs instead there is no trace of my number but only of what is calling
You would really help anyone who can make a contribution
What I would like to do is very simple apparently but I can't really get out of it.
Imagine a cell phone with a SIM and that when it is turned off I wanted to send the call to my extension on FusionPBX.
However, the fixed number registered on FusionPBX is only one and fusionpbx should understand that the call "x" is forwarded by the "y" number of my sim.
y is always the same as is my mobile number.
Is there any way to intercept this option? If I look at the provider sip logs I see this:
Code:
Accept: application/sdp, application/isup, application/xml
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, MESSAGE, NOTIFY, REGISTER, INFO, REFER, SUBSCRIBE, PUBLISH, UPDATE
History-Info: <tel:0000my-number-here000?Privacy=none>;index=1, <tel:000the-fixed-number000;cause=302>;index=1.1
then fusionpbx could understand that the call is coming from my sim and redirect it to my extension.
In the FusionPBX logs instead there is no trace of my number but only of what is calling
You would really help anyone who can make a contribution