Asterisk 22.3.0
I know you can set a static pin in confbridge.conf for a user, is it possible to dynamically change or set the pin?
I’ve tried using Set(CONFBRIDGE(user,pin)=1234) with no luck.
Yes I know can use Authenticate to do authentication before Confbridge.
Howdy! Welcome back to the forums!
That should work - just tried it
- maybe something else is clobbering the pin in your dialplan ?
Thanks for the welcome, its been a while since I needed the forum 
It looks like if I specify which user profile to use with Confbridge it clobbers the pin, if I don’t feed it a profile as argument 3 it uses the dynamic pin.
I can work with that 