Sparky Tony Posted May 13, 2019 Report Share Posted May 13, 2019 Hello 2600hz, I would like assistance stripping the + symbol from being used for an outbound carrier. I have googled for some time and not been able to make heads or tails of how to tell the carrier not to add that symbol on when making outbound calls to VoIP.ms. Many thanks in advance for the assistance, as I'm unsure quite how to approach this other than adding the carrier. Kind Regards, Sparky Tony Quote Link to comment Share on other sites More sharing options...
fmateo05 Posted May 14, 2019 Report Share Posted May 14, 2019 You should head to number_manager document of system_config, there are some regex for autocompletion on e164 format Quote Link to comment Share on other sites More sharing options...
simonp22 Posted March 16, 2020 Report Share Posted March 16, 2020 Hi Sparky Tony, I managed to do this using the resources document at /v2/resources when you add a carrier. You use the rules property to capture the correct part of the CLI and then use the prefix property in the gateway to specify no prefix. E.g. { "data": { "enabled": true, "emergency": false, "gateways": [ { "caller_id_type": "external", "channel_selection": "ascending", "codecs": [ "PCMU", "PCMA", "OPUS" ], "enabled": true, "endpoint_type": "sip", "force_port": false, "invite_format": "route", "password": "carrier_password", "port": 5060, "prefix": "", "server": "carrier_host", "suffix": "", "username": "carrier_username" } ], "name": "Carrier", "rules": [ "^\\+?(\\d{8,})$" ] } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.