I had a similar issue.

When INSERTing a record to the registrant table don't leave any of your DB
fields NULL, rather use an empty string, i.e. ''

E.g.

INSERT INTO registrant (registrar, proxy, aor, third_party_registrant,
username, password, binding_URI, binding_params, expiry, forced_socket)
VALUES('sip:10.10.10.10', '', 'sip:27877009000@10.10.10.10', '',
'my_username', 'my_password', 'sip:user@10.10.10.99', 'transport=UDP', 300,
'');



*Justin Zondagh*zond...@gmail.com

Cape Town | South Africa
skype: jrzondagh
m: +27 72 598 4887 | f: +27 86 546 1405
uk: +44 20 328 99610


On Wed, Feb 5, 2014 at 8:00 AM, Alec Doran-Twyford <
a.dorantwyf...@ivstel.com> wrote:

> Hi All,
> I'm trying to get Opensips to act as a client to register and authenticate
> to other device.
> I found the uac_registrant & uac_auth and have added them into
> openips.cfg.
> I have also done a "opensipsctl registrant add " filling the parameters
> into connect to the registrar server.
>
> I have been checking wireshark and cannot see it trying to register to the
> server am I missing something?
>
> Thanks
>
> Alec Doran-Twyford
>
> | Junior Support Enginner for IVSTel
> | E-mail: a.dorantwyf...@ivstel.com | Phone: +61 2 9288 8890 |
>
>
> _______________________________________________
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to