Displaying 1 result from an estimated 1 matches for "z9hg4bk6e117757".
2005 Sep 28
0
Problem redirecting to voicemail through a SIP proxy (Looks like a bug)
...}
rewritehostport("FEATURE:5060");
append_branch();
t_relay();
}
}
>From the gateway's point of view, the invite looks like
1. U GATEWAY:5060 -> PROXY:5060
2. INVITE sip:DSTNUM@PROXY SIP/2.0.
3. Via: SIP/2.0/UDP GATEWAY:5060;branch=z9hG4bK6e117757.
4. From: "SRCNUM" <sip:SRCNUM@GATEWAY>;tag=as7f56ca42.
5. To: <sip:DSTNUM@PROXY>.
6. Contact: <sip:SRCNUM@GATEWAY>.
7. Call-ID: 372174c0757805861ab2dcaa54b52a97@GATEWAY.
8. CSeq: 102 INVITE.
9. User-Agent: Asterisk PBX.
10. Date: Tue, 20 Sep 2005 21:13:57 GMT.
11. Allow...