arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

carrier is sending DID in sip_to_user rather than destination_number #770

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  have a block of DID's routed to a primary DID / carrier's username such as 
with engin.com.au sip trunk offerings
2.  add a dialplan destination for intended DID
3.  call DID and have freeswitch try to satisfy call as if you had dialled the 
carrier's username as the DID, not the intended DID

What is the expected output? What do you see instead?

expected: DID dialled == destination_number
instead: DID dialled == sip_to_user && destination_number == gateway username

What version of the product are you using? On what operating system?

updated with fusionpbx subversion within the last hour

Please provide any additional information below.

fix it to create a route that uses a sip_to_user condition

Original issue reported on code.google.com by joeyjoey...@gmail.com on 27 Nov 2014 at 8:30