16.13.0, pjsip Id like to get an alert if a call fails to authenticate: if Failed to authenticate then mail someone the source ip endif As I look at ami or ari, they deal with calls in channels. Is there a way to get failed invites or registers ? s..
Author : sean darcy
asterisk-16.13.0-rc2. Fedora 32 pjsip wont load because of undefined symbols: [Sep4 14:19:25] ERROR[141137]: loader.c:2396 load_modules: Error loading module func_pjsip_aor.so: /usr/lib64/asterisk/modules/func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_conta..
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..
Im moving asterisk to a laptop, so cant use the dahdi board. Is there any supported USB dahdi device ? I see the Sangoma USBfxo device, but the dahdi driver no longer supports it. Anything else ?
..
dahdi built fine on 5.1.20, but on 5.2.7: …………. CC [M] /home/asterisk/rpmbuild/BUILD/linux-dade6ac/drivers/dahdi/vpmadt032_loader/dahdi_vpmadt032_loader.o SHIPPED /home/asterisk/rpmbuild/BUILD/linux-dade6ac/drivers/dahdi/vpmadt032_loader/vpmadt032_x86_6..
Im trying to set up pjsip to work with an obi202 and google voice. But I cant configure the endpoint. pjsip: [obi202-auth](!) type = auth auth_type = userpass password = [obi202-aor](!) type = aor max_contacts = 2 ; ===== endpoints======== [gv-voice](obi202-endpoi..
Im using s extension in my dialplan: [gv-voice] exten => s,1,Verbose(callerid is ${CALLERID(all)} or ${CALLERID(num)}) ;Set(Var_TO=${SIP_HEADER(TO)}); PJSIP_HEADER(read,To) same=>n,…. But when a call comes in to the gv-voice context, s doesnt ma..
From my provider I get extensions of: +1 1 seemingly randomly. What Id like to do is exten=_!1234567890,1,Answer() which would match anything ending in 1234567890. But that doesnt work since ! can only be used at the end of a pattern. I tried [+\ ]..
Im using BLACKLIST() to check numbers, which does not like leading + signs. I want to test if there is a plus sign, and then remove it. I tried: ;strip leading plus sign same => n, Verbose( callerid 0:1 is ${CALLERID(num):0:1} ) same => n,ExecIf($[${CALLERID(num):0..
Im running Fedora 29. asterisk starts with a systemd service at boot. On any reboot I get a LOT of : [Jan 15 09:30:26] ERROR[1162]: netsock2.c:541 ast_sockaddr_hash: Unknown address family 0. [Jan 15 09:30:35] ERROR[1161]: netsock2.c:541 ast_sockaddr_ha..