Archives : January-2020
Gang To get our customers more information on how they registered I am looking for a elegant way to get an information like the CLI command: pjsip show endpoint [endpoint] I had a got on ARI, but that basically only returns the information if an endpo..
Gang I have stumbled of this problem. I need the P-Asserted-Identity header in an AGI scrip. In the Dial-Plan I do: same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) In the AGI I do: my $pai = $AGI->get_variable(PAI); This works fine, unl..
My Asterisk 16.2 instance (Debian Buster package) has:same = n,Verbose(0,CHANNEL is ${CHANNEL})same = n,Verbose(0,CHANNEL(accountcode) is ${CHANNEL(accountcode)})same = n,Verbose(0,CHANNEL(contact) is ${CHANNEL(contact)})same = n,Verbose(0,CHANNEL(endpoi..
Gang Mitel PBX use options without username to monitor the connection. Therefore Asterisk PJSIP cannot match an unsername against an endpoint and prints a notice on the console. Is there a way to silence this kind of notice? I wonder if identify_by hea..
Are you using chan_sip or chan_pjsip? If chan_pjsip then you need to use the PJSIP_HEADER function [1] instead. For instance the following returned the call-id for me:PJSIP_HEADER(read,Call-ID)How are you attempting to use the channel function [2]? ..
Im running asterisk 16 on Fedora 31. If I start asterisk as user asterisk, all goes well. But if I start asterisk from systemd: asterisk[1411]: [Jan 21 19:36:47] ERROR[1411]: res_sorcery_config.c:320 sorcery_config_internal_load: Unable to load con..
after switching from chan_sip to chan_pjsip, a device running Grandstream Wave leads to the following error message on the asterisk console: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: len: 0 peer: 10.10.20.29:43357 Something with the encryption m..
From Astricon 2019 notes [1], you can read [a]ll 3 app_voicemail variants can now be built. What does it mean ?Is this change tied with a specific Asterisk version ?Is possible to change from ODBC to IMAP without re-compilation ?Is it also possible..
any plans for astricon videos?
Thanks
M..
I have a customer who named their endpoint to include a space (example, 1003 a)From the CLI, I want to hangup a channel on this endpointFrom core show channels concise, I see the channel name includes the space PJSIP/1003 a-00000002I realize the sp..