*** id: be5fd256-ba33-48cf-885c-cda0038ae4be title: Clean and reconfigure with mod\_signalwire slug: /freeswitch/mod-signalwire x-custom: ported\_from\_readme: true tags: * 'product:freeswitch' *** When using FreeSWITCH mod\_signalwire, these commands can be used to unload mod\_signalwire, discard current Connector configs, and obtain a new Token. | Action | Command | | :------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Unload mod | `fs_cli -x “unload mod_signalwire”` | | Kill gateway | `fs_cli -x “sofia profile signalwire killgw signalwire”` | | Remove config files | `fs_cli -x "signalwire token-reset"` | | Load mod | `fs_cli-x “load mod_signalwire”` | | Reconfigure | Obtain new token with `fs_cli -x "signalwire token"`, delete old connector from account Dashboard and complete setup process again; also re-forward Number to newly created Connector |