Hello,
we have trixbox running with 2.8 running with asterisk 1.6
i have a customer who has changed from provider.
when the customer leaves the offices he wants to forward all calls to his cell phone.
all of that is working perfectly, but the number appearing on the cell phone is the number from the office.
We want the CID number appearing on the cell phone.
out provider supports this with a diversion header.
the is the explination in the manual from the provider:
The invite message needs to contain the information of the call originator:
From: sip:32997000@192.168.1.35;tag=7810debb-b384-4693-bfbd-c8c0882ab539-29102869
And/or
Remote-Party-ID: sip:32997000@192.168.1.35;party=calling;screen=yes;privacy=off
The invite message needs to contain the information of the forwarding party:
Diversion: sip:32997006@192.168.1.35;reason=unconditional;privacy=off;screen=no
i have absolutly no idea how we need to implement this in asterisk/Trixbox.