search for: do_forward

Displaying 4 results from an estimated 4 matches for "do_forward".

Did you mean: br_forward
2013 May 07
1
passing '302 moved temporarily' back to the SIP provider
...ne A sends back a 302 response. This results in: -- Got SIP response 302 "Moved Temporarily" back from 192.168.2.188:5072 -- Now forwarding SIP/public-000000e7 to 'Local/00662943825 at internal_extensions' (thanks to SIP/25-000000e8) [May 7 12:22:15] NOTICE[31241]: app_dial.c:859 do_forward: Not accepting call completion offers from call-forward recipient Local/00662943825 at internal_extensions-f967;1 and a Dial via Local channel to the SIP provider is made. However, two channels are consumed and bandwith is wasted. Second approach: I tried to catch the redirect in the call forward...
2013 Feb 26
1
Delay before audio starts
...ng works correctly. We never had this problem with the PRI. So I suspect it has something to do with a call coming in as SIP and going out as SIP. At first I thought it was a call forwarding issue because I got this message in the console: [Feb 26 12:35:19] NOTICE[1143][C-0000025d]: app_dial.c:958 do_forward: Not accepting call completion offers from call-forward recipient Local/1XXXXXXXXXX at default-00000013;1 So I put this in my dial plan: 1AAAAAAAAAA => { NoOp(${CALLERID(num)}); Ringing; Set(CHANNEL(musicclass)=none); Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30);...
2018 Dec 10
4
PJSIP_HEADER - Diversion header manipulation
..._two at example.com>\;reason=unconditional\;screen=yes\;privacy=off)) exten => FWDdiver,4,Return() Asterisk*CLI> -- Now forwarding PJSIP/527-00000168 to 'Local/0123456789 at outgoing' (thanks to PJSIP/836-00000169) [Dec 10 10:25:08] NOTICE[26309][C-000000c0]: app_dial.c:1005 do_forward: Not accepting call completion offers from call-forward recipient Local/0123456789 at outgoing-0000002c;1 -- Executing [0123456789 at outgoing:1] Dial("Local/0123456789 at outgoing-0000002c;2", "PJSIP/0123456789 at SBC1,,b(add_diversion^FWDdiver^1)") in new stack -...
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
Hi, This is a proof of concept of GPU forwarding for Linux guest on Linux host. I'd like to get comments and suggestions from community before I put more time on it. To summarize what it is: 1. It's a solution to bring GPU acceleration for Linux vm guest on Linux host. It could works with different GPU although the current proof of concept only works with Intel GPU. 2. The basic idea