Archives : February-2019
Following up on my previously asked question if I rewrite the branching example (not that it negates the more general branching question) I was using as such:exten => s,n,Set(EXT=${IF($[${SIP}=PJSIP]?${PJSIP_DIAL_CONTACTS(${STRREPLACE(ARG2,PJSIP/,)})}:${ARG2})})ex..
Is there any less cumbersome way of doing conditionalized/branching in extensions.conf other than something like:exten => s,n,GotoIf($[${SIP} = PJSIP ]?pjsip)exten => s,n,Dial(${ARG2},20,TtWw)exten => s,n,Goto(afterdial)exten => s,n(pjsip),Dial(${PJSIP_DIAL_CONTACTS(${STRREPLACE(ARG2,PJSIP/,)})},20,TtWw)ex..
–_000_EFCDF2C6785A7B478B3A77A6E7C3636901ECF7A4F6mailxaccelnet_Content-Type: text/plain; charset=us-asciiContent-Transfer-Encoding: quoted-printableAnyone know how to disable DNS in asterisk so PJSIP still works when the internet goes down.I trie..
all,we are searching for shorter post dial delay and we were wondering why the asterisk takes about 190ms from an ARI Command Playback or Answer until the SIP Message is send out.We took the latest code from github and used the python scripts provi..