Hi,
have you tried expanding the login interface to advanced settings and enter sip:your server name:your port ? It may fail at first attempt and try anyway to get port 5060 but if you then re-try(without reloading the page) it should work. This annoying double attempt shall be fixed at some point.

regards

johan

On 18/08/15 13:06, Bart Coninckx wrote:
RE: [Linphone-users] change the SIP port for the Webphone

OK, can I pay someone to look at this problem?

Met Vriendelijke Groet,
Kind Regards,
Salutations,


Bart Coninckx
Bits 'n Tricks BVBA

Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
[email protected]
http://www.bitsandtricks.com
BTW: BE0817.401.875

Crelan BE46 8601 0806 3436

/Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden/


    -----Original message-----
    *From:* Bart Coninckx <[email protected]>
    *Sent:* Sat 15-08-2015 16:54
    *Subject:* Re: [Linphone-users] change the SIP port for the Webphone
    *To:* [email protected];

    Hi,

    we still get attacks on our PBX because it is open on the standard
    5060 port. Not good.

    I grepped the code for the mentioned linphonerc file and all I can
    find is :

    var configFileName = 'local:///.linphonerc_' + username + '@' +
    domain;

    does this mean that a .linhonerc_user@domain file is expected
    somewhere? If so, where and how do we get it there?

    Thank you,

    Met Vriendelijke Groet,
    Kind Regards,
    Salutations,


    Bart Coninckx
    Bits 'n Tricks BVBA

    Hoge Mierdse Heide 182
    2360 Oud-Turnhout
    tel. +32 478 88 33 08
    [email protected]
    http://www.bitsandtricks.com
    BTW: BE0817.401.875

    Crelan BE46 8601 0806 3436

    /Voor onze Algemene Voorwaarden, zie:
    http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden/


        -----Original message-----
        *From:* Simon MORLAT <[email protected]>
        *Sent:* Sun 09-08-2015 11:48
        *Subject:* Re: [Linphone-users] change the SIP port for the
        Webphone
        *To:* [email protected];
        Hi,
        The "sip_port" field of the config file sets the port on which
        linphone (web, ios, android, all versions) are listening for
        SIP messages over UDP.
        Most of the time, having a server socket where to listen is
        not needed, and leaving the default value or use -1 (random
        port) is even better.
        What you need is to change the sip port where linphone is
        connecting to send REGISTER and INVITE to your SIP server.
        This is done in the LinphoneProxyConfig object, that describes
        the SIP account configuration, with the serverAddr property.
        If this information is provisionned by configuration file,
        this will for example in the [proxy_XXX] section:

        [proxy_0]
        reg_proxy=*sip:mysipserver.com:9803 <http://mysipserver.com:9803>*
        reg_identity=<sip:[email protected]
        <mailto:sip%[email protected]>>
        reg_sendregister=1
        transport can be specified as well, eg:
        *sip:mysipserver.com:9803;transport=tcp*
        Best regards,
        Simon

        2015-08-07 20:56 GMT+02:00 Bart Coninckx
        <[email protected] <mailto:[email protected]>>:

            Or is the port hardcoded in the plugin? If so, where
            should I change the source to use another port?

            Thanks,

            Met Vriendelijke Groet,
            Kind Regards,
            Salutations,


            Bart Coninckx
            Bits 'n Tricks BVBA

            Hoge Mierdse Heide 182
            2360 Oud-Turnhout
            tel. +32 478 88 33 08 <tel:%2B32%20478%2088%2033%2008>
            [email protected] <mailto:[email protected]>
            http://www.bitsandtricks.com
            BTW: BE0817.401.875

            Crelan BE46 8601 0806 3436

            /Voor onze Algemene Voorwaarden, zie:
            http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden/


                -----Original message-----
                *From:* Bart Coninckx <[email protected]
                <mailto:[email protected]>>
                *Sent:* Fri 07-08-2015 14:42
                *Subject:* [Linphone-users] change the SIP port for
                the Webphone
                *To:* [email protected]
                <mailto:[email protected]>;

                Hi,

                as our pbx got hacked, I want to change the SIP port
                so it becomes harder to find. I suppose this is done
                with the

                <entry name="sip_port" overwrite="true">-1</entry>

                I changed it to:

                <entry name="sip_port" overwrite="true">6555</entry>

                But while registering the webphone, it still connects
                on the defualt 5060.

                What am I doing wrong?

                thx,

                Met Vriendelijke Groet,
                Kind Regards,
                Salutations,


                Bart Coninckx
                Bits 'n Tricks BVBA

                Hoge Mierdse Heide 182
                2360 Oud-Turnhout
                tel. +32 478 88 33 08 <tel:%2B32%20478%2088%2033%2008>
                [email protected] <mailto:[email protected]>
                http://www.bitsandtricks.com
                BTW: BE0817.401.875

                Crelan BE46 8601 0806 3436

                /Voor onze Algemene Voorwaarden, zie:
                
http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden/

                  _______________________________________________
                  Linphone-users mailing list
                  [email protected]  <mailto:[email protected]>
                  https://lists.nongnu.org/mailman/listinfo/linphone-users

            _______________________________________________
            Linphone-users mailing list
            [email protected] <mailto:[email protected]>
            https://lists.nongnu.org/mailman/listinfo/linphone-users

          _______________________________________________
          Linphone-users mailing list
          [email protected]
          https://lists.nongnu.org/mailman/listinfo/linphone-users
    _______________________________________________
      Linphone-users mailing list
      [email protected]
      https://lists.nongnu.org/mailman/listinfo/linphone-users


_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to