Re: [OpenSIPStack] Call Forwarding Problem
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-08-21 16:10:39
|
Julian F. Tasis, III wrote: > Good day, > > Hi, I'm having a problem with call forward right now. This is the call setup I'm doing. > > client1: 8000 > client2: 1212 > client3: 1512 > > a. all of the said client ared registered on osbc. > b. 1212 is set to always call forward to 1512. > c. client1 calls 1212 > d. client2 responded the invite with 302 move temporarily, contact header contains 1512 as the next address. > e. opensbc replied ACK to 302. > > Opensbc did not send the invite to 1512. > > I looked on the log files, opensbc created the invite going to 1512 for redirection but it has encountered a transport error and the current transaciton was queued for deletion. > This is caused by the failure of OpenSBC to perform a separate routing for 3xx forwarded back to the SBC local domain. The correct behavior should do a reg db lookup. I have provided a patch for this problem in CVS. Please test again and let me know if the problem is fixed. |