search for: reqprep

Displaying 3 results from an estimated 3 matches for "reqprep".

Did you mean: reprex
2003 Dec 10
0
Native Bridging and Polycom 600 Solved
...he branch numbers must be different for new invites. So here's the change: In chan_sip.c, in transmit_reinvite_with_sdp(): static int transmit_reinvite_with_sdp(struct sip_pvt *p, struct ast_rtp *rtp, struct ast_rtp *vrtp) { struct sip_request req; if (p->canreinvite == REINVITE_UPDATE) reqprep(&req, p, "UPDATE", 0); else { // BEGIN POLYCOM CHANGE p->branch++; snprintf(p->via, sizeof(p->via), "SIP/2.0/UDP %s:%d;branch=z9hG4bK%08x", inet_ntoa(p->ourip), ourport, p->branch); // END POLYCOM CHANGE reqprep(&r...
2010 Jul 28
2
Nat issue one way audio on IP dial
...), combined - 0xc (ulaw|alaw) Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event) Peer audio RTP is at port 192.168.0.12:55246 list_route: hop: <sip:adf at 116.18.35.235:28614> [Jul 21 11:10:27] DEBUG[9707]: chan_sip.c:5695 reqprep: Strict routing enforced for session 0433af7878e3a8067a40f896382cc3a6 at 79.80.x.x set_destination: Parsing <sip:adf at 116.18.35.235:28614> for address/port to send to set_destination: set destination to 116.18.35.235, port 28614 Transmitting (NAT) to 116.18.35.235:28614: ACK sip:adf at 116....
2015 May 05
0
Authenticated SUBSCRIBE and NOTIFY's R-URI
...3BB238-554124D200064934-6C865700 at 10.0.0.32;transport=udp> [2015-05-04 16:56:50] DEBUG[1948]: chan_sip.c:16259 build_route: build_route: Retaining previous route: < sip:1D3BB238-554124D200064934-6C865700 at 10.0.0.32;transport=udp> ... [2015-05-04 16:56:50] DEBUG[1948]: chan_sip.c:11811 reqprep: Strict routing enforced for session ... ... set_destination: Parsing <sip:33F18ADD-554124D20004E0F0-6CB68700 at 10.0.0.32;transport=udp> for address/port to send to ... <-- 200 OK <-- NOTIFY: NOTIFY sip:33F18ADD-554124D20004E0F0-6CB68700 at 10.0.0.32;transport=udp SIP/2.0 ... Contact:...