"From" Header getting modified!

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
gauravg
Posts: 1
Joined: Fri Dec 07, 2007 3:55 pm

"From" Header getting modified!

Post by gauravg »

1. Brekeke Product Name and version:
Version 2.0.7.2

2. Java version:
1.5.01

3. OS type and the version:
Windows XP SP2

4. UA (phone), gateway or other hardware/software involved:
X-lite (soft-phone) and application server

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
Pattern 1

6. Your problem:

Setup:
- Application server - say appserv with IP 10.1.1.10
- ONDO server IP is 10.1.1.11
- In OnDO Dial plan, all Message request are forwarded to appserv except the ones originated from appserv.
- ONDO : In advanced SIP config. Upper registration is "On" and register server is appserv i.e 10.1.1.10. Thru registration is "Off".
- One softphone client is registered with OnDO as user1

Scenerio:
- appserv sends a SIP Message with "From" header as user2@testdomain (not registered with Ondo) "To" user1@10.1.1.11
- Ondo receives the Message request and forwards the same BUT modifies the "FROM" header to user2@10.1.1.11 and user1 gets the message coming from user2@10.1.1.11.

- IN THIS SCENARIO THE "FROM" HEADER IS GETTING MODIFIED BY ONDO

- Subsequent reply to the message from user1 will have "To" as user2@10.1.1.11 instead of user2@testdomain. Once it is received by appserv, appserv doesn't have CORRECT domian info. in the "TO" header !

In short, the question is WHY Ondo modifying "From" header ??

Thanks.
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

Let's add "$replaceuri=off" in the Deploy Pattern of your DialPlan.
Post Reply