Displaying 2 results from an estimated 2 matches for "pcb2pca12345".
Did you mean:
  pca2pcb12345
  
2008 Mar 28
1
how to register IAX user without password for any user
...17891511.JavaMail.root at mail>
Content-Type: text/plain; charset=utf-8
Create a User and a Peer on both the machines for each other.
e.g  IAX.conf on PCa
[pca2pcb]
type=peer
host=[IP OF pcb]
username=pca2pcb
serect=pca2pcb12345
qualify=yes
[pcb2pca]
type=user
context=default
auth=md5
secret=pcb2pca12345
deny=0.0.0.0/0.0.0.0
permit=[IP of pcb]
qualify=yes
ON PCb do the reverse in iax.conf
[pcb2pca]
type=peer
host=[IP OF pca]
username=pcb2pca
serect=pcb2pca12345
qualify=yes
[pca2pcb]
type=user
context=default
auth=md5
secret=pca2pcb12345
deny=0.0.0.0/0.0.0.0
permit=[IP of pca]
qualify=yes
NOW...
2008 Mar 28
1
how to register IAX user without password
hi,
  i want to call PC2PC between to IAX client without authentication i
  want to allow every user to use PC2PC no any password required. Please
  let me know what i have need to do in IAX.conf or any other file to
  allow any user to call Pc2Pc.
  My IAX.conf
  [guest]
  type=user
  context=default
  callerid="Guest IAX User"
  My extensions.conf
  [default]