[OpenSIPS-Users] (no subject)

Justin Zondagh zondagh at gmail.com
Wed Feb 5 07:51:39 CET 2014


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 at 10.10.10.10', '',
'my_username', 'my_password', 'sip:user at 10.10.10.99', 'transport=UDP', 300,
'');



*Justin Zondagh*zondagh at 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.dorantwyford at 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.dorantwyford at ivstel.com | Phone: +61 2 9288 8890 |
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140205/09f50c34/attachment.htm>


More information about the Users mailing list