Displaying 1 result from an estimated 1 matches for "foosec".
Did you mean:
  fooset
  
2004 May 12
1
Asterisk Questions
...e and manage, and with good debugging options.
There are a couple of questions I would like to ask:
a) We had some authentication issues trying to register a Planet ITG 
with asterisk. Apparently, asterisk ignored the username attribute on 
the sip.conf entry:
[10]
type=friend
username=foo
secret=foosec
host=dynamic
context=sip-call
The ITG was connecting as 'sip:10@<ITG-IP>' and its md5 was calculated 
using the specified user 'foo'. However, asterisk was using '10' to 
calculate the md5, and therefore authentication failed.  We don't know 
if we found a bug or...