2007/5/12, Greger Viken Teigre <greger(a)teigre.com>om>:
Copy the list!
Greg, all,
first of all thank you for support and patience.
I follow the getting started cfg example to edit my ser.cfg.
I would use my gateway in order to handle calls from and to pstn.
Here is VoIP Calls graph grep from Ethereal, to explain clearly my problem:
Time | 10.28.52.107 | 10.28.19.202 | 10.28.19.124 |
|21,624 | INVITE SDP ( g729 g711A g711U) |
|SIP From: sip:0672028405@10.28.52.107
To:sip:0660522014@10.28.19.202
| |(5060) ------------------> (5060) | |
|21,624 | 100 trying -- your call is important to us
| |SIP Status
| |(5060) <------------------ (5060) | |
|21,624 | | INVITE SDP ( g729 g711A g711U)
|SIP Request
| | |(5060) ------------------> (5060) |
|21,631 | | 100 Trying|
|SIP Status
| | |(5060) <------------------ (5060) |
|21,633 | | 180 Ringing
|SIP Status
| | |(5060) <------------------ (5060) |
|21,634 | 180 Ringing |
|SIP Status
| |(5060) <------------------ (5060) | |
|22,712 | | 200 OK SDP ( g729)
|SIP Status
| | |(5060) <------------------ (5060) |
|22,712 | 200 OK SDP ( g729) |
|SIP Status
| |(5060) <------------------ (5060) | |
|22,717 | ACK | |
|SIP Request
| |(5060) ------------------> (5060) | |
|22,717 | | ACK |
|SIP Request
| | |(5060) ------------------> (5060) |
|22,717 | | ACK |
|SIP Request
| | |(5060) ------------------> (5060) |
|26,037 | BYE | |
|SIP Request
| |(5060) ------------------> (5060) | |
|26,037 | 404 User Not Found |
|SIP Status
| |(5060) <------------------ (5060) | |
|26,040 | ACK | |
|SIP Request
| |(5060) ------------------> (5060) | |
|26,041 | | ACK |
|SIP Request
| | |(5060) ------------------> (5060) |
|26,041 | | ACK |
|SIP Request
| | |(5060) ------------------> (5060) |
|29,570 | | BYE |
|SIP Request
| | |(5060) <------------------ (5060) |
|29,570 | BYE | |
|SIP Request
| |(5060) <------------------ (5060) | |
|29,573 | 481 Transaction Does Not Exist |
|SIP Status
| |(5060) ------------------> (5060) | |
|29,574 | | 481 Transaction Does Not Exist
|SIP Status
| | |(5060) ------------------> (5060) |
10.28.52.107 is IP for my gateway
10.28.19.202 is IP for SER
10.28.19.124 is IP for my SIP Phone.
As you can see when Gateway send BYE message, SER does not relay it to
IP Phone, but reply with 404 Not Found SIP Message. Have you any
suggestions about this?
I don't understand your problem. The BYE will be
caught by the loose route section of the config and relayed. The standard getting started
should work fine.
g-)
------- Original message -------
From: flavio <flavio.patria(a)gmail.com>
Sent: 12.5.'07, 15:09
2007/5/12, Greger V. Teigre
<greger(a)teigre.com>om>:
Flavio,
SER doesn't reply 200 OK to BYE message, the SIP UA does that. So, you
are fine, the BYE reaches the UA.
g-)