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

[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-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