Re: [asterisk-users] set codec based on B side

2023-01-31 Thread Joshua C. Colp
On Tue, Jan 31, 2023 at 4:14 PM Fabian Borot wrote: > > Using Asterisk 18.12.0, a little confused on how to configure my > pjsip.conf file to determine the codec to use for a call > > I have 2 endpoints: > [Alice] > disallow:all > allow:ulaw,alaw,g729 > > [Bob] > disallow:all >

Re: [asterisk-users] [External] Is there a list of Channel ARI requests that are allowed when the call is not handed off to the Stasis application

2023-01-31 Thread Dan Cropp
Thank you Joshua! Retrieving the Application details is a great solution for this. I completely forgot about that support. On a reconnect… Code and start monitoring for StasisStart events for new channel can control. Also can perform a GET with it’s own Application for the details. Then, it

[asterisk-users] set codec based on B side

2023-01-31 Thread Fabian Borot
Using Asterisk 18.12.0, a little confused on how to configure my pjsip.conf file to determine the codec to use for a call I have 2 endpoints: [Alice] disallow:all allow:ulaw,alaw,g729 [Bob] disallow:all allow:ulaw,alaw,g729 Alice calls into Asterisk on ext 100 and then we dial Bob I want to