mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
Add sofia gateway parameter "destination-prefix"
FS-5497 add sofia gateway parameter destination-prefix in case you need to send Invites to your provider with prefix only to this gateway
This commit is contained in:
@@ -478,6 +478,7 @@ struct sofia_gateway {
|
||||
char *register_context;
|
||||
char *expires_str;
|
||||
char *register_url;
|
||||
char *destination_prefix;
|
||||
char *from_domain;
|
||||
sofia_transport_t register_transport;
|
||||
uint32_t freq;
|
||||
|
||||
Reference in New Issue
Block a user