Im working on converting my 18.0.1 test system from SIP to PJSIP and Ive run into something odd.I have a queue defined named acme-test that has two agents in it, PJSIP/7001acme and PJSIP/7002acme.I have autohints=yes in my acme-intern context, I h..
Author : John Kiniston
Im implementing a SBC with my Asterisk PBX but the keeps disabling the trunk group Ive configured and I think it may be because Asterisk is returning a 4r04 to the OPTIONS.Ive created a test context and have put in a wildcard pattern match to try ..
Its a configuration issue with the peer (or the peer its matching) in sip.confYou have configured the peer to use avpf but your phone is not attempting to do avpf.Either configure the phone to match the entry in sip.conf or change sip.conf to match ..
Im toying with the idea of replacing a statically generated file I include in my extensions.conf with a realtime lookup against my database.Ive got it working but something seems off in my logs, It looks like Im getting two lookups for every priority?[..
Im messing around with pre-dialer handlers today and running into a wall.Dial has the U option where I can execute a Gosub when the channels bridge and there I can set the variable GOSUB_RESULT to BUSY to make Dial act like the channel I called was Bus..
Im trying to find where you configure the parking lot used by phones registered via pjsip.In sip.conf you could set the default lot for call parking with theparkinglot=mylot setting but I dont see an equivalent in pjsip.confDo I need to use setvar..
Im working on my sip to pjsip translation.Right now I do some functionality based on what the user agent is on the calling phone using:${SIPPEER(${CHANNEL(peername)},useragent)}Im trying to replace it withPJSIP_CONTACT(${CHANNEL(contact)},user-agen..
Howdy everyone,Im writing a little click to dial type tool and Ive run into a snag where my Originate command needs to call a Sub routine to do a database lookup and some other stuff.I cant seem to get the syntax right to call Gosub with OriginateJ..
Should setting a namedcallgroup & namedpickupgroup supersede numeric callgroups and pickupgroup ?Ive got 5 peers on my 13.7.0 box,Three of them have a namedcallgroup & namedpickupgroup of kiniston and Two of them have a namedcallgroup & namedpickupgr..
On my older Asterisk installs Im still using Automon because I can set MONITOR_EXEC to run my post process command and use MONITOR_EXEC_ARGS to send it some options I need by adding those to my sip.conf entries with SetVar lines.On my Asterisk 13…