search for: myendpoint

Displaying 2 results from an estimated 2 matches for "myendpoint".

Did you mean: endpoint
2016 Apr 25
2
Is set_var allowed with pjsip_wizard.conf ?
...nel but I actually don't remember (but I'll check). "same = n,Verbose(0,${PJSIP_ENDPOINT(1000,xxxxx)})" works for me but the final ')' is missing in you example, maybe just a cut and paste error though. There's also an alternate way to specify arbitrary variables... [myendpoint] @myvariable = myvalue You can then retrieve it with ${PJSIP_ENDPOINT(1000, at myvariable)} The '@' tells the config to just treat is as an opaque extended variable. > PS: In the above example, 1000 is the name of the PJSIP endpoint (as > displayed with pjsip show endpoint...
2016 Apr 25
2
Is set_var allowed with pjsip_wizard.conf ?
On Mon, Apr 25, 2016 at 10:00 AM, George Joseph <gjoseph at digium.com> wrote: > > > On Mon, Apr 25, 2016 at 9:29 AM, Olivier <oza.4h07 at gmail.com> wrote: > >> Hello, >> >> I've just discovered PJSIP 's support of set_var setting in pjsip.conf. >> Is this setting also supported in pjsip_wizard.conf ? >> On a fresh 13.8.2, it