Re: [asterisk-users] dahdi on systemd (CentOS 7)

2016-02-03 Thread Tzafrir Cohen
On Tue, Feb 02, 2016 at 10:07:42AM -0500, Jerry Geis wrote: > It doesnt appear dahdi is starting up under systemd and CentOS 7.2 > > What should I look for? > > find /etc/systemd | grep -i dahdi > > find nothing. /etc/systemd is for services installed by the system administrator. You should

Re: [asterisk-users] Dial command: channel type detection

2016-02-03 Thread jg
Some of my users connect to my asterisk box using SIP, other using iax (in users.conf, I set "hasiax=yes" for those users). How do I detect which protocol some user is using ? I cannot find any variable which contains that information. Reason is: I need this information for the Dial() command

Re: [asterisk-users] Compile error with libpri 1.4.15

2016-02-03 Thread Tzafrir Cohen
On Tue, Feb 02, 2016 at 11:57:08AM -0500, Jerry Geis wrote: > make[4]: Entering directory > `/home/silentm/LayeredSolutions/digium/dahdi-linux-complete-2.11.0+2.11.0/tools/xpp' > /usr/bin/install: cannot stat ‘./dahdi_registration.8’: No such file or > directory > /usr/bin/install: cannot stat

Re: [asterisk-users] How to deal with error messages passed as Early Media

2016-02-03 Thread Duncan
On 04/02/16 06:00, Scott Griepentrog wrote: For calls that fail, even where early media is played, the call should terminate with a 4xx or 5xx SIP response which to a certain degree correlates to the nature of the actual failure. The SIP error code is delayed until the media playback

[asterisk-users] What is SIP Early Media useful for ?

2016-02-03 Thread Olivier
Hello, Could you help me to summarize what is SIP Early Media useful for ? I was thinking of: - Passing error messages to caller, - Custom ringing tones to caller. Did I miss something ? Best regards -- _ -- Bandwidth and

Re: [asterisk-users] How to deal with error messages passed as Early Media

2016-02-03 Thread Olivier
2016-02-03 15:59 GMT+01:00 Steve Howes : > > > On 03/02/16 14:41, Olivier wrote: > >> How can I best deal with error messages passed as Early Media. >> > Tell the ITSP to give you proper signaling, if they wont then get a new > ITSP. I suspect if they can't handle this

Re: [asterisk-users] How to deal with error messages passed as Early Media

2016-02-03 Thread Steve Howes
On 03/02/16 15:29, Olivier wrote: 2016-02-03 15:59 GMT+01:00 Steve Howes >: On 03/02/16 14:41, Olivier wrote: How can I best deal with error messages passed as Early Media. Tell the ITSP to give you proper

Re: [asterisk-users] How to deal with error messages passed as Early Media

2016-02-03 Thread Steve Howes
On 03/02/16 14:41, Olivier wrote: How can I best deal with error messages passed as Early Media. Tell the ITSP to give you proper signaling, if they wont then get a new ITSP. I suspect if they can't handle this correctly, there will be a lot more they're doing wrong as well. Long term you'll

[asterisk-users] How to deal with error messages passed as Early Media

2016-02-03 Thread Olivier
Hello, I'm trunking with an ITSP that, when treating an outbound to an unknown destination, either: - send a SIP error code (I can't be more explicit, at the moment), - or cast a pre-recorded audio message using Early Media. At the same time, I'm also trunking with Contact Center solution which

[asterisk-users] Asterisk 11.6-cert12, 11.21.1, 13.1-cert3, 13.7.1 Now Available (Security Release)

2016-02-03 Thread Asterisk Development Team
The Asterisk Development Team has announced security releases for Certified Asterisk 11.6 and 13.1 and Asterisk 11 and 13. The available security releases are released as versions 11.6-cert12, 11.21.1, 13.1-cert3, and 13.7.1. These releases are available for immediate download at

[asterisk-users] AST-2016-003: Remote crash vulnerability when receiving UDPTL FAX data.

2016-02-03 Thread Asterisk Security Team
Asterisk Project Security Advisory - AST-2016-003 ProductAsterisk SummaryRemote crash vulnerability when receiving UDPTL FAX data.

[asterisk-users] AST-2016-001: BEAST vulnerability in HTTP server

2016-02-03 Thread Asterisk Security Team
Asterisk Project Security Advisory - AST-2016-001 ProductAsterisk SummaryBEAST vulnerability in HTTP server Nature of Advisory Unauthorized data disclosure due to

[asterisk-users] AST-2016-002: File descriptor exhaustion in chan_sip

2016-02-03 Thread Asterisk Security Team
Asterisk Project Security Advisory - AST-2016-002 ProductAsterisk SummaryFile descriptor exhaustion in chan_sip Nature of Advisory Denial of Service

Re: [asterisk-users] How to deal with error messages passed as Early Media

2016-02-03 Thread Scott Griepentrog
For calls that fail, even where early media is played, the call should terminate with a 4xx or 5xx SIP response which to a certain degree correlates to the nature of the actual failure. The SIP error code is delayed until the media playback completes, but should be no different whether or not

Re: [asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'

2016-02-03 Thread Doug Lytle
>>> On Feb 3, 2016, at 2:19 PM, Vitor Mazuco vitor.maz...@gmail.com wrote: >>> Humm, thanks for your reply >>> But whats is the code in parkedcalls context. >>> Please, can you give an example? [ramais] include => parkedcalls Doug --

Re: [asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'

2016-02-03 Thread Vitor Mazuco
Ah no, I'm asking what code I put inside of parkedcalls? This example works? [ramais] include => parkedcalls [parkedcalls] exten => 700,1,ParkedCall(701) exten => 702,1,ParkedCall(702) exten => 703,1,ParkedCall(703) exten => 704,1,ParkedCall(704) This exten works? 2016-02-03 17:27

Re: [asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'

2016-02-03 Thread Doug Lytle
>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.maz...@gmail.com wrote: >>> Ah no, I'm asking what code I put inside of parkedcalls? Nothing, The context parkedcalls is generated by features.conf, you just need to include it in your dialplan CLI> dialplan show parkedcalls [ Context

[asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'

2016-02-03 Thread Vitor Mazuco
Hi! I tried to use Parking Calls I use Asterisk 13, but I can't park any calls and it returns me [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 ast_context_verify_includes: Context 'ramais' tries to include nonexistent context 'parkedcalls' What is the correct code for put in extensions.conf?

Re: [asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'

2016-02-03 Thread Richard Mudgett
On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco wrote: > Hi! > > I tried to use Parking Calls > > I use Asterisk 13, but I can't park any calls and it returns me > > [Feb 3 16:56:11] WARNING[1693]: pbx.c:12543 > ast_context_verify_includes: Context 'ramais' tries to include

Re: [asterisk-users] include => parkedcalls but nonexistent context 'parkedcalls'

2016-02-03 Thread Vitor Mazuco
Humm, thanks for your reply But whats is the code in parkedcalls context. Please, can you give an example? Thanks very much. 2016-02-03 17:15 GMT-02:00, Richard Mudgett : > On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco > wrote: > >> Hi! >> >> I

Re: [asterisk-users] Asterisk 13.6.0: Is there a way to create PJSIP users and dialplans programmatically using API

2016-02-03 Thread Sonny Rajagopalan
Thanks to everyone for your responses. I grappled with this the past few days, but I have to confess any amount of poking around AMI has not yielded any result. I find the ARI based method most convenient as I am familiar with that interface already. I did not discover this as the ARI method is