[asterisk-users] Question about Sip Trunks who support Stir Shaken

2023-08-17 Thread Federico
I am looking for a decent provider of SIP Trunks but it has to pass the Stir Shaken token to the next carrier. Does anybody know about any? Sipstation from Sangoma, does not support Stir Shaken. ( Case #01466843 / 001300G8PLG / MAIN / Open [ ref:_00D306mPe._5004U1BlBLF:ref ]) Although it's man

Re: [asterisk-users] Alternative to Local channel

2023-08-17 Thread Federico
It's a great idea but it doesn't work. Maybe this should be the way that works. -Original Message- From: Eric Wieling Sent: Thursday, August 17, 2023 3:43 PM To: Asterisk Users Mailing List - Non-Commercial Discussion ; Federico Subject: Re: [asterisk-users] Alternative to Local chann

Re: [asterisk-users] Alternative to Local channel

2023-08-17 Thread Eric Wieling
You can't set the variable in globals? I don't know if functions work in globals, but it is worth a try. [globals] LSESSION=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)} On 8/16/23 20:39, Federico wrote: I used to use the local channel to create a global variable (dialplan) [default] exten => s

Re: [asterisk-users] Alternative to Local channel

2023-08-17 Thread C. Maj
On 8/17/23 05:04, Federico wrote: Yes that are, but how do I use them to execute a part of the dialplan, once, when Asterisk starts up. Systemd provides "ExecStartPost=" option to run more commands eg. cp /usr/local/src/asterisk/sample.call /var/spool/asterisk/outgoing/ -- __

Re: [asterisk-users] Segmentation fault

2023-08-17 Thread C. Maj
On 8/17/23 12:44, John Harragin wrote: You should be able to define multiple data sources. However I'm having my own issues. I have my dialplan accessing one maria database which is hosted locally on the asterisk server then logging cdr with odbc adaptive which connects to maria on a remote machi

Re: [asterisk-users] Segmentation fault

2023-08-17 Thread John Harragin
You should be able to define multiple data sources. However I'm having my own issues. I have my dialplan accessing one maria database which is hosted locally on the asterisk server then logging cdr with odbc adaptive which connects to maria on a remote machine. This works fine except when the remot

Re: [asterisk-users] Alternative to Local channel

2023-08-17 Thread Federico
Yes that are, but how do I use them to execute a part of the dialplan, once, when Asterisk starts up. module show like originate Module Description Use Count Status Support Level app_originate.so Originate call