I have one asterisk Asterisk 1.6.2.16.1.
the sip.conf is configured for default in [general]
I have one SIP Trunk configured :
[GENESYS]
type=friend
qualify=no
port=5060
nat=yes
host=172.27.28.7
dtmfmode=rfc2833
disallow=all
allow=alaw
context=genesys
canreinvite=no
GENESYS is Sip Server and there is softphone register in it,
I have a problem with originate transfer in telephone of sipserver…
the call is terminate in the transfer
trace sip…
|Time | 172.27.28.34 | 172.27.28.7 | 172.27.27.140 |
|9,728 | INVITE SDP ( g711A telephone-event) | |SIP From: sip:Anonymous@anonymous.invalid To:sip:5000@172.27.28.7:5060
| |(5060) ------------------> (5060) | |
|9,729 | 180 Ringing | |SIP Status
| |(5060) <------------------ (5060) | |
|9,882 | 200 OK SDP ( g711A telephone-event) | |SIP Status
| |(5060) <------------------ (5060) | |
|9,882 | ACK | | |SIP Request
| |(5060) ------------------> (5060) | |
|9,887 | RTP (g711A) | |RTP Num packets:894 Duration:17.858s SSRC:0x4AEEE9BF
| |(17728) --------------------------------------> (1032) |
|10,036 | RTP (g711A) | |RTP Num packets:793 Duration:15.858s SSRC:0xA62E00B0
| |(17728) <-------------------------------------- (1032) |
|27,748 | REFER | | |SIP Request
| |(5060) <------------------ (5060) | |
|27,748 | 202 Accepted | |SIP Status
| |(5060) ------------------> (5060) | |
|27,748 | NOTIFY | | |SIP Request
| |(5060) ------------------> (5060) | |
|27,749 | 200 OK | | |SIP Status
| |(5060) <------------------ (5060) | |
|27,763 | BYE | | |SIP Request
| |(5060) <------------------ (5060) | |
|27,763 | 200 OK | | |SIP Status
| |(5060) ------------------> (5060) | |
NOTIFY:
Request-Line: NOTIFY sip:172.27.28.7:5060 SIP/2.0
.
.
.
.
Subscription-state: terminated;reason=noresource
the response support genesys is :
It is my understanding that this system is back up and running after multiple restarts, can you please confirm?
The logs provided indicate a transfer was attempted, but it timed out on the far end due to no resource:
NOTIFY sip:User_Name@172.27.27.140:5060;transport=udp SIP/2.0
From: “1058” sip:1058@172.27.28.34;tag=C9E8BF21-FD7E-478E-81F9-CFD802A8E0E3-5450
To: sip:5000@172.27.28.7:5060;tag=51D1488D-669A-40D8-A260-0B389A18DA89-1
Call-ID: 93B01E59-FE81-4F86-B02B-B5F3D5F794BF-4039@172.27.28.7
CSeq: 2 NOTIFY
Content-Length: 35
Content-Type: message/sipfrag
Via: SIP/2.0/UDP 172.27.28.7:5060;branch=z9hG4bK52DB7199-D23A-4313-BDC1-7CCF5D7A49C3-22085
Contact: sip:1058@172.27.28.7:5060
Event: refer
Subscription-State: terminated;reason=noresource
Max-Forwards: 69
SIP/2.0 500 Server Internal Error
Cheers,
Dan Hicks