In in the MySQL SER database you need to add a record to the 'trusted' table. There are three fields that need to be populated, 'src_ip', 'proto' and 'from_pattern'.
You can change the below IP to yours and use this query.
INSERT INTO `trusted` ( `src_ip` , `proto` , `from_pattern` ) VALUES ( '65.103.x.x', 'any', '^sip:.*$' );
- Daryl
On 11/25/05, Voipers Portugal voipers@gmail.com wrote:
I'm sorry for my ignorance, but how can I add it to the trusted table?
Jose Simoes
On 11/25/05, Daryl Sanders daryl.sanders@gmail.com wrote:
Greetings Jose,
Make sure the address of your asterisk box is listed in the trusted table on your SER, and make a peer entry for the SER on you asterisk box. They should then be able to talk.
- Daryl
On 11/25/05, Voipers Portugal voipers@gmail.com wrote:
Hello,
I am trying to authenticate the call redirection between my SER and my Asterisk server. My idea is to create a User for each Server, but still donĀ“t know how to do it. Any ideas?
Regards,
Jose Simoes _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers