Re: [asterisk-users] Alternative to Local channel

2023-08-16 Thread Steve Edwards

On Wed, 16 Aug 2023, Federico wrote:


But now I upgraded to Asterisk18 and there is no longer a local channels


Are app_originate.so and res_clioriginate.so loaded?

--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281

--
_
-- 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] Alternative to Local channel

2023-08-16 Thread Federico
I used to use the local channel to create a global variable

(dialplan)

[default]

exten => s,1,Set(GLOBAL(LSESSION)=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})

 

to that end, I modified cli.conf

[startup_commands]

originate local/s extension s@default = yes

 

But now I upgraded to Asterisk18 and there is no longer a local channels

Does anybody have any idea of a workaround?

 

 

 

 

-- 
_
-- 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] Segmentation fault

2023-08-16 Thread Federico
I tested this issue with version 13 and version 18.

In res_odbc.conf, if I add a second, new data source like

 

[asterisk]

enabled=yes

dsn=asterisk

sanitysql => select 1

isolation => read_committed

username=root

;password=

pre-connect => yes

forcecommit => yes

connect_timeout => 10

negative_connection_cache => 0

max_connections =>500

 

my odbc.ini

[cdr]

Description = MySQL ODBC Driver Testing

Driver = maria

Socket = /var/run/mysqld/mysqld.sock

User = root

Password =

Database = public

Option = 3

 

 

I  get, immediately, segmentation fault.

With only one, it works fine.

Is this by design?

 

Philip

 

 

 

-- 
_
-- 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] libpri release 1.6.1

2023-08-16 Thread Asterisk Development Team
The Asterisk Development Team would like to announce  
the release of libpri-1.6.1.

The release artifacts are available for immediate download at  
https://github.com/asterisk/libpri/releases/tag/1.6.1
and
https://downloads.asterisk.org/pub/telephony/libpri

This release resolves issues reported by the community  
and would have not been possible without your participation.

Thank You!


Change Log for Release libpri-1.6.1


Links:


 - [Full 
ChangeLog](https://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.6.1.md)
  
 - [GitHub Diff](https://github.com/asterisk/libpri/compare/1.6.0...1.6.1)  
 - 
[Tarball](https://downloads.asterisk.org/pub/telephony/libpri/libpri-1.6.1.tar.gz)
  
 - [Downloads](https://downloads.asterisk.org/pub/telephony/libpri)  

Summary:


- .github: Add Releaser workflow
- Link README to README.md
- Makefile: Fix modern compiler errors.
- Makefile: Add the ability to build libpri on MacOS for Linux target.
- q931.c: Fix subaddress finding octet 4.

User Notes:



Upgrade Notes:



Closed Issues:


None

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