similar to: Copying received and sent RTP packets due legal obligations

Displaying 20 results from an estimated 200 matches similar to: "Copying received and sent RTP packets due legal obligations"

2019 Apr 10
7
Forking AGI or GoSub
I have an AGI that can sometimes take time complete. I don't want the dialplan to be held up by the agi. Is there any way to call it and have Asterisk continue with the dialplan? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190410/4c704231/attachment.html>
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like: $pid = pcntl_fork(); if ($pid != 0) { // we are the parent // do parent stuff exit; } // we are the child, detatch from terminal $sid = posix_setsid(); if ($sid < 0) { die; } // do child stuff On 04/19/2019 02:00 PM, Mark Wiater wrote: > On 4/19/2019 1:49 PM, Dovid Bender wrote: >> Mark, >> >> I am using PHP agi and when forking
2019 Feb 06
4
Freepbx / Asterisk PJsip multipe devices
In other words. I there a way that both phones are ring with only one extension? On 06.02.19 15:05, basti wrote: > both phones are in the same net. > when the soft phone is shut down, on hardware phone only an led is > flashing to show an incoming call but no sound. > > both phones use the same extension. that is the reason why I use pjsip. > > On 06.02.19 14:59, Antony
2016 Nov 22
2
Regression in 13.13.0-RC1
In my setup, which is FreeBSD, using pjsip 2.5.5 as sip backend I am observing a regression when testing the latest Release Candidate. Any calls get refused and the following error shown on console: [Nov 22 10:49:26] WARNING[101105]: res_rtp_asterisk.c:2400 int create_new_socket(const char *, int): Unable to allocate RTP socket: Protocol not supported [Nov 22 10:49:26] WARNING[101105]:
2019 Feb 06
2
Freepbx / Asterisk PJsip multipe devices
On Wednesday 06 February 2019 at 13:54:44, Mark Wiater wrote: > These two phones are not using the same extension, are they? If you shut down the softphone, does the hardware phone then ring? Antony. > On 2/6/2019 8:49 AM, basti wrote: > > both phones are registered. and the hardware phone can also make calls. > > but an incoming call is not displayed and also not hearing.
2008 Oct 23
1
Returning to Voicemail after returning call
Hello all, I've got dialout= and callback= set in my voicemail.conf so that I can have users return calls to folks who have left messages. They really like this feature. But when the callback is over, a normal hangup occurs instead of the caller being put back into voicemail at the next message. Is it possible that the users be returned into the voicemail system where they left off? thanks
2016 Dec 21
2
Polycom SoundStation IP 6000 does not register
Hi Mark, yes, you are right... these are different VLANs I configured the other phone to use the same IP (192.168.1.13)... and it worked flawlessly... on the SAME Networkcable in the same plug... so it must have something to do with the polycom phone config... remember... when I use tcp the phone tries to register, but does not even try with udp... thank you, yves Am 21.12.2016 um 13:34
2016 Feb 22
4
Windstream SIP Trunk settings
Does anyone on this list use Windstream as a SIP trunk provider? If so, would you mind sharing your peer settings? I'm using asterisk 13.7.2 and can't seem to get the inbound working correctly (using registration). Outbound is fine, but they are seeing an authentication error on their end. Here are my inbound peer settings: username=<accountnumber> secret=<secret>
2019 Feb 06
2
Freepbx / Asterisk PJsip multipe devices
that was my first idea. and how should an other user know which number he should dial? user a: soft phone extension 100 hardware phone extension 101 On 06.02.19 15:25, Mitch Claborn wrote: > You can do this in the dial plan. Register the devices separately and > include both addresses in the Dial() command. > > > Mitch > > On 2/6/19 8:16 AM, basti wrote: >> In
2017 Jan 16
4
How to send SIP_NOTIFY messages with variable content ?
Hello, One common mean to remotely configure a phone is to send it some XML data using HTTP. Of course, this XML data is vendor specific but thanks to Asterisk multiple tools, it is quite easy to customize your dialplan to both build and send this specific XML data. I have just discovered one interesting capability from one phone vendor: getting XML data from incoming SIP NOTIFY messages instead
2016 Dec 21
2
Polycom SoundStation IP 6000 does not register
sorry... typo.... the problematic phone has the 192.168.0.13 the asterisk has 192.168.1.211 when i connect a snom phone on the cable that was in the soundstation 6000 before and configure the phone to use 192.168.0.13 it does register on the asterisk via 5060/UDP... it would be helpful if someone, that has a running soundstation ip 6000 could send the configuration... :-/ regards, yves Am
2017 Jul 19
4
Integration of Google Speech API V2
Hi, I'm trying to integrate Google cloud speech recognition v2 in it. I can get the audio recorded, have created Service key and API key but whenever I try to access it, I just get 403 access denied. I am at my wits end here. Has anybody tried it ? were you successful ? Could you please guide me how to do it ? I'll be grateful to you if this works ! -- Warm Regds. MathuRahul
2008 Jul 19
1
Not a valid SIP contact - Asterisk 1.4.21.1 & Mitel SIP phones
Hi, I have a client using Mitel 5212 phones in SIP mode with a 1.4.21.1 Asterisk server (and a couple of previous 1.4 versions). They're mostly happy with the combination except for this one issue. For incoming calls only, either originating from other local SIP phones or from a PRI, calls won't get bridged (remote party get's hung up) if the call is answer too quickly on the
2019 Feb 06
4
Freepbx / Asterisk PJsip multipe devices
Hello, I have some user that had have a hardwarephone and an softphone. I use pjsip driver and set "Max Contacts = 2" to have register both at the same time. But Only the softphone is ring. the hardware phone is mute. How can i fix this?
2017 Apr 18
3
SIP connections over OpenVPN connection get one-way voice.
You need to ensure that traffic to the SIP box is sent to the correct IP. Also if you use split-tunnel (eg: not redirect-gateway def1) you must make sure NAT and traffic redirection works as is so the Asus router knows it should send the traffic through tunnel and not via WAN. IMPORTANT: Then you must, in the ASUS RT-N66U make a port forward inwards from TUN to the phone client. I would suggest
2016 Aug 30
12
Multiple phones when one is unregistered
I have an extension that looks like this: exten => 5555551111,1,Verbose(Door buzzer calling) same => n,Dial(SIP/user1&SIP/user2&SIP/user3) The idea is that any of the three users can answer the phone to let someone in. The problem is that if, say, user2 unplugs his phone then the call immediately goes to his voice mail and the other two do not have the ability to open the door.
2015 Oct 26
4
Calendar integration : Could not authenticate to server: rejected Basic challenge
Hello I find very little feedback on the following warning/error when trying to connect to Google calendar : [Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:118 auth_credentials: Invalid username or password for CalDAV calendar 'cal1' [Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:157 caldav_request: Unknown response to CalDAV calendar cal1, request REPORT to
2012 Mar 05
1
asterisk 1.8.9.2 channel.c: Channel allocation failed
Hello List! My Asterisk stopped making SIP-calls today, I could call from external, and saw Call coming in over PRI, but calling the SIP/Device wont work. I saw 5 open channels - all chan_spy. Only a restart helped. In the messages-file i found from yesterday: [Mar 4 17:28:01] NOTICE[25769] app_chanspy.c: Attaching SIP/209-0000170fto SIP/210-0000170e [Mar 4 17:29:38] NOTICE[25790]
2007 Nov 01
0
Chanspy attaching to a caller ID entry?
Hi folks, We have a very rare problem with Asterisk 1.2 where Chanspy reports the following: Oct 31 19:53:29 NOTICE[10490] app_chanspy.c: Attaching SIP/105-48807010 to SIP/2015-11b21148 Oct 31 19:53:42 NOTICE[10490] app_chanspy.c: Attaching SIP/105-48807010 to SIP/2066-11d42b80 Oct 31 19:53:46 NOTICE[10490] app_chanspy.c: Attaching SIP/105-48807010 to SIP/2022-11c10170 Oct 31 19:53:58
2016 Nov 03
5
Upgrading to Asterisk 13 - Strange Music On Hold Issue - Banging my head on this one
I sent this last night but it never showed up in the thread list so I'm trying again. Please pardon me if it duplicates. So I've been banging my head against the rack on this one and am now turning to the group for help. I'm in the process of bringing five Asterisk servers (all originally built from source code by myself) from various versions (1.6.2.x,11.6-cert13, and 13.1-cert2) up