Hi,
Im wondering if it’s possible to use multiple, comma separated values for outbound_auth to get such call flow:
outbound_auth=AUTH1,AUTH2
AUTH1
password=100
username=100
AUTH2
password=200
username=200
INVITE
Asterisk —> PBX
401
Asterisk <— PBX
INVITE (AUTH1)
Asterisk —> PBX
401
Asterisk <— PBX
INVITE (AUTH2)
Asterisk —> PBX
200 OK
Asterisk <— PBX
Or is there any other way to change FROM header number (n,Set(CALLERID(num)=200) and not get:
“Authentication credentials not accepted by server”