Re: [asterisk-users] Asterisk non-root - selinux - astdb

2018-12-03 Thread Rafael dos Santos Saraiva
Hi Jean

Thanks, you've solved my problem.

Reference:
https://bugzilla.redhat.com/show_bug.cgi?id=1342733


Solution:

semanage fcontext -a -t asterisk_var_lib_t /var/lib/asterisk/

restorecon -v /var/lib/asterisk/

Regards

Rafael S. Saraiva
Porto Alegre - RS | Mobile: (51) 981-747-956




Em seg, 3 de dez de 2018 às 05:51, Jean Aunis 
escreveu:

> Hello,
>
> I haven't tried but this post probably gives a solution :
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1342733
>
> Regards
>
> Jean Aunis
> Le 30/11/2018 à 19:24, Rafael dos Santos Saraiva a écrit :
>
> Hi
>
> I'm trying to use Asterisk running as non-root user and selinux enabled.
> Asterisk is running ok, but astdb not works. When i try to put in astdb,
> console shows this message:
>
> WARNING[1853]: db.c:350 ast_db_put: Couldn't execute statment: SQL logic
> error or missing database
>
> CentOS 7.5.1804
> Asterisk certified/13.21-cert3
>
> [root@sv03 asterisk]# ls -lahZ /var/lib/asterisk/astdb.sqlite3
> -rw-r-. asterisk asterisk unconfined_u:object_r:asterisk_var_lib_t:s0
> /var/lib/asterisk/astdb.sqlite3
>
>
> Can anyone help?
>
> Thanks.
>
>
>
>
> Rafael S. Saraiva
>
> 
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk PJSIP useragent in Dialplan

2018-12-03 Thread Benjamin Marty
Found a way to solve it with the following Snippet:
`same =>
n,NoOp(${PJSIP_CONTACT(${PJSIP_AOR(${EXTEN},contact)},user_agent)})`
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk PJSIP useragent in Dialplan

2018-12-03 Thread Benjamin Marty
Hello,

I have an Asterisk 16.0.1 installation with PJSIP SIP Driver. I like to get
the useragent in the Dialplan in the form of an Variable to check if it is
allowed to place a Call. Is there anything available to achieve that in
Asterisk? With the old chan_sip driver this was possible with
CHANNEL(sip,useragent).

Thanks

Benjamin
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users