hi,
i have one jitsi meet server and one asterisk.
i configured in “/etc/jitsi/jigasi/sip-communicator.properties” these lines:
net.java.sip.communicator.impl.protocol.sip.acc1403273890647=acc1403273890647
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.ACCOUNT_UID=SIP\:1238@10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PASSWORD=mypassword
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PROTOCOL_NAME=SIP
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.SERVER_ADDRESS=10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.USER_ID=1238
in my asterisk log i get this error:
[2015-05-11 13:49:47] NOTICE[1581] chan_sip.c: Registration from '"1238" <sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
10.172.2.170 - asterisk
212.54.120.8 - jitsi meet videoserver
the account is valid one and is working on my computer or on my android with aother sip clients.is something wrong that i do?
or these feature is not yet supported? to be able to call somebody from a jitsi room webconference over the sip?
Stefan Szabo
The password is base64 encoded in the config file. Execute “echo
‘mypassword' | base64” and put the result into the password field in your
config.
···
On 5/11/15, 3:56 AM, "Stefan Szabo" <stefan.szabo@rcs-rds.ro> wrote:
hi,
i have one jitsi meet server and one asterisk.
i configured in “/etc/jitsi/jigasi/sip-communicator.properties” these
lines:
net.java.sip.communicator.impl.protocol.sip.acc1403273890647=acc1403273890
647
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.ACCOUNT_UID=S
IP\:1238@10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PASSWORD=mypa
ssword
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PROTOCOL_NAME
=SIP
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.SERVER_ADDRES
S=10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.USER_ID=1238
in my asterisk log i get this error:
[2015-05-11 13:49:47] NOTICE[1581] chan_sip.c: Registration from '"1238"
<sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
10.172.2.170 - asterisk
212.54.120.8 - jitsi meet videoserver
the account is valid one and is working on my computer or on my android
with aother sip clients.is something wrong that i do?
or these feature is not yet supported? to be able to call somebody from a
jitsi room webconference over the sip?
Stefan Szabo
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
same error:
jigasi.log:
2015-04-11 15:56:07.879 WARNING: [26] impl.protocol.sip.SipLogger.logWarning().174 Warning from the JAIN-SIP stackusing default tls security policy
2015-04-11 15:56:07.893 INFO: [26] impl.protocol.sip.SipLogger.logInfo().185 Info from the JAIN-SIP stack: the sip stack timer gov.nist.javax.sip.stack.timers.DefaultSipTimer has been started
2015-04-11 15:56:08.222 INFO: [35] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Unregistered; newState=RegistrationState=Registering; reasonCode=-1; reason=null]
2015-04-11 15:56:08.402 INFO: [44] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Registering; newState=RegistrationState=Authentication Failed; reasonCode=1; reason=null]
2015-04-11 15:56:08.402 INFO: [44] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Authentication Failed; newState=RegistrationState=Unregistered; reasonCode=0; reason=User has canceled the authentication process.]
asterisk.log:
[2015-05-11 15:56:18] NOTICE[1581] chan_sip.c: Registration from '"1238" <sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
···
On 11 May 2015, at 15:19, John Lightfoot <john@vizhn.com> wrote:
The password is base64 encoded in the config file. Execute “echo
‘mypassword' | base64” and put the result into the password field in your
config.
On 5/11/15, 3:56 AM, "Stefan Szabo" <stefan.szabo@rcs-rds.ro> wrote:
hi,
i have one jitsi meet server and one asterisk.
i configured in “/etc/jitsi/jigasi/sip-communicator.properties” these
lines:
net.java.sip.communicator.impl.protocol.sip.acc1403273890647=acc1403273890
647
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.ACCOUNT_UID=S
IP\:1238@10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PASSWORD=mypa
ssword
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PROTOCOL_NAME
=SIP
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.SERVER_ADDRES
S=10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.USER_ID=1238
in my asterisk log i get this error:
[2015-05-11 13:49:47] NOTICE[1581] chan_sip.c: Registration from '"1238"
<sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
10.172.2.170 - asterisk
212.54.120.8 - jitsi meet videoserver
the account is valid one and is working on my computer or on my android
with aother sip clients.is something wrong that i do?
or these feature is not yet supported? to be able to call somebody from a
jitsi room webconference over the sip?
Stefan Szabo
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
You could try and configure the SIP account in the Jitsi client, then copy over the relevant properties to Jigasi's configuration.
Boris
···
On 11/05/15 07:58, Stefan Szabo wrote:
same error:
jigasi.log:
2015-04-11 15:56:07.879 WARNING: [26] impl.protocol.sip.SipLogger.logWarning().174 Warning from the JAIN-SIP stackusing default tls security policy
2015-04-11 15:56:07.893 INFO: [26] impl.protocol.sip.SipLogger.logInfo().185 Info from the JAIN-SIP stack: the sip stack timer gov.nist.javax.sip.stack.timers.DefaultSipTimer has been started
2015-04-11 15:56:08.222 INFO: [35] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Unregistered; newState=RegistrationState=Registering; reasonCode=-1; reason=null]
2015-04-11 15:56:08.402 INFO: [44] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Registering; newState=RegistrationState=Authentication Failed; reasonCode=1; reason=null]
2015-04-11 15:56:08.402 INFO: [44] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Authentication Failed; newState=RegistrationState=Unregistered; reasonCode=0; reason=User has canceled the authentication process.]
asterisk.log:
[2015-05-11 15:56:18] NOTICE[1581] chan_sip.c: Registration from '"1238" <sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
On 11 May 2015, at 15:19, John Lightfoot <john@vizhn.com> wrote:
The password is base64 encoded in the config file. Execute “echo
‘mypassword' | base64” and put the result into the password field in your
config.
On 5/11/15, 3:56 AM, "Stefan Szabo" <stefan.szabo@rcs-rds.ro> wrote:
hi,
i have one jitsi meet server and one asterisk.
i configured in “/etc/jitsi/jigasi/sip-communicator.properties” these
lines:
net.java.sip.communicator.impl.protocol.sip.acc1403273890647=acc1403273890
647
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.ACCOUNT_UID=S
IP\:1238@10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PASSWORD=mypa
ssword
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PROTOCOL_NAME
=SIP
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.SERVER_ADDRES
S=10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.USER_ID=1238
in my asterisk log i get this error:
[2015-05-11 13:49:47] NOTICE[1581] chan_sip.c: Registration from '"1238"
<sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
10.172.2.170 - asterisk
212.54.120.8 - jitsi meet videoserver
the account is valid one and is working on my computer or on my android
with aother sip clients.is something wrong that i do?
or these feature is not yet supported? to be able to call somebody from a
jitsi room webconference over the sip?
Stefan Szabo
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
it has to be with -n
echo -n mypassword | base64
now its registered, thanks.
···
On 11 May 2015, at 15:58, Stefan Szabo <stefan.szabo@rcs-rds.ro> wrote:
same error:
jigasi.log:
2015-04-11 15:56:07.879 WARNING: [26] impl.protocol.sip.SipLogger.logWarning().174 Warning from the JAIN-SIP stackusing default tls security policy
2015-04-11 15:56:07.893 INFO: [26] impl.protocol.sip.SipLogger.logInfo().185 Info from the JAIN-SIP stack: the sip stack timer gov.nist.javax.sip.stack.timers.DefaultSipTimer has been started
2015-04-11 15:56:08.222 INFO: [35] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Unregistered; newState=RegistrationState=Registering; reasonCode=-1; reason=null]
2015-04-11 15:56:08.402 INFO: [44] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Registering; newState=RegistrationState=Authentication Failed; reasonCode=1; reason=null]
2015-04-11 15:56:08.402 INFO: [44] org.jitsi.jigasi.SipGateway.registrationStateChanged().159 REG STATE CHANGE ProtocolProviderServiceSipImpl(1238 (SIP)) -> RegistrationStateChangeEvent[ oldState=Authentication Failed; newState=RegistrationState=Unregistered; reasonCode=0; reason=User has canceled the authentication process.]
asterisk.log:
[2015-05-11 15:56:18] NOTICE[1581] chan_sip.c: Registration from '"1238" <sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
On 11 May 2015, at 15:19, John Lightfoot <john@vizhn.com> wrote:
The password is base64 encoded in the config file. Execute “echo
‘mypassword' | base64” and put the result into the password field in your
config.
On 5/11/15, 3:56 AM, "Stefan Szabo" <stefan.szabo@rcs-rds.ro> wrote:
hi,
i have one jitsi meet server and one asterisk.
i configured in “/etc/jitsi/jigasi/sip-communicator.properties” these
lines:
net.java.sip.communicator.impl.protocol.sip.acc1403273890647=acc1403273890
647
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.ACCOUNT_UID=S
IP\:1238@10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PASSWORD=mypa
ssword
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.PROTOCOL_NAME
=SIP
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.SERVER_ADDRES
S=10.172.2.170
net.java.sip.communicator.impl.protocol.sip.acc1403273890647.USER_ID=1238
in my asterisk log i get this error:
[2015-05-11 13:49:47] NOTICE[1581] chan_sip.c: Registration from '"1238"
<sip:1238@10.172.2.170>' failed for '212.54.120.8:5060' - Wrong password
10.172.2.170 - asterisk
212.54.120.8 - jitsi meet videoserver
the account is valid one and is working on my computer or on my android
with aother sip clients.is something wrong that i do?
or these feature is not yet supported? to be able to call somebody from a
jitsi room webconference over the sip?
Stefan Szabo
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users