Would you like to display a different area code in your Freespee number than the one you have on your phone number (the answering number)?
It can be done using the requested_ndc feature in our script.
All you will have to do is add this part to your Freespee script:
'requested_ndc': 'e164 area code'
So it will look like this:
__fs_conf.push(['setAdv',{'id': 'xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx', 'requested_ndc': '4420'}]);
The example above will tell the script to use a local number for London.
To use this feature when replacing a number on a click, you will need to pass in the requested ndc in the advid field like so:
...,
'xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx;4420',
...