Displaying 2 results from an estimated 2 matches for "not_very_secret".
2015 Sep 22
2
How to set the global setting for each pjsip endpoint
I have many endpoints and each endpoint has some parameter in common so i
wonder is there any way to config one for all endpoints? Like in my example
I have two endpoints and I repeat the same thing,
[100]
type=endpoint
aors=100
auth=100-auth
allow=ulaw,alaw,gsm,g726
context=from-internal
callerid=device <100>
dtmf_mode=rfc4733
use_avpf=no
ice_support=no
2015 Sep 22
2
How to set the global setting for each pjsip endpoint
...; disallow=all
> allow=ulaw
> ; Again, more simply:
> ;allow=!all,ulaw
>
> ; and finally instantiate a few phones
> ;
> ; [2133](natted-phone,my-codecs)
> ; secret = peekaboo
> ; [2134](natted-phone,ulaw-phone)
> ; secret = not_very_secret
> ; [2136](public-phone,ulaw-phone)
> ; secret = not_very_secret_either
> ; ...
> ;
>
> Regards
>
> Ish
> --
>
> Ishfaq Malik
> Department: VOIP Support
> Company: Packnet Limited
> t: +44 (0)161 660 2350
> f: +44 (0)161 660 9825
> e: ish at pa...