fs_path not being used for INVITE issue

Status
Not open for further replies.

Mikey

New Member
Feb 10, 2020
15
1
3
54
I have a two FS node setup. Both sharing the same DB. fs_path is set to true. I see fs_path set correct when running the command "show registrations" on each node.

My issue is when I have extension 100 registered on node1 and extension 200 registered on node2. Extension 100 and 200 can not call each other. Looking at the INVITE I dont see fs_path being passed/used.

How do I get FS to realize extension 200 is on a different server and use the fs_path? I have not modified any dialplans and everything else so far are default settings.
 

Mikey

New Member
Feb 10, 2020
15
1
3
54
Update with more info;


In the FS logs I see the correct fs_path where it says "Parsing global variables"

However immediately after it says
"Setting proxy route to sofia/internal/100@mainsipdomain.com"

Then the INVITE is sent to the sip domain not the domain of the node from fs_path
 

Mikey

New Member
Feb 10, 2020
15
1
3
54
Solved this! For anyone else that has this issue here is the solution;

Modify dialplan local_extension.

Change the bridge line to "sofia_contact ${destination_number}@${domain_name}"

This seems get the users registration info with the correct fs_path
 
Status
Not open for further replies.