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:
Stan Gor
2014-08-19 11:54:09 -07:00
parent 3e5933a57b
commit 64060c7dbd
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -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;