Author : sean darcy

Home » Articles posted by sean darcy











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

Read more





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 [+\ ]..

Read more



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

Read more