Re: [Linphone-users] Linphone on RPi3

2016-03-21 Thread Wlady
Try with

--enable-external-ortp
Il 21 mar 2016 19:19, "Matej Kovacic"  ha scritto:

> Hi,
>
> I am trying to compile Linphone 3.9.1 Debian Jessie on
> Raspberry Pi 3.
>
> The configure is the following:
> ./configure --enable-ipv6 --enable-alsa --enable-zrt
>
> However, after make, I got this error:
>
> Making all in oRTP
> /bin/bash: line 20: cd: oRTP: No such file or directory
> Makefile:585: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/pi/linphone-3.9.1'
> Makefile:513: recipe for target 'all' failed
> make: *** [all] Error 2
>
> Any idea what is wrong?
>
> Regards,
>
> M.
>
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] Linphone on RPi3

2016-03-21 Thread Matej Kovacic
Hi,

I am trying to compile Linphone 3.9.1 Debian Jessie on
Raspberry Pi 3.

The configure is the following:
./configure --enable-ipv6 --enable-alsa --enable-zrt

However, after make, I got this error:

Making all in oRTP
/bin/bash: line 20: cd: oRTP: No such file or directory
Makefile:585: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/linphone-3.9.1'
Makefile:513: recipe for target 'all' failed
make: *** [all] Error 2

Any idea what is wrong?

Regards,

M.

___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] Trying to get working outgoing call with Linphonecsh and Hipath4000 HG3550v2 Module

2016-03-21 Thread Jens . Schneider
Hello,

i'm trying to get a working outgoing call from an Ubuntu Linux System
(14.04 LTS) with a HiPatch 4000 HG3550v2 SIP Module.
I got no further information as the following. The admin could not give me
any more informations (no username and password, no realm, ...).

So i'm browsing the net for more information and found this mailing list.

I found in the archive a mail from Holger Kaufmann from 23.01.2006 - he
wrote that outgoing calls are working, but had problems with incoming ...
if you still read this list, please answer! Wenn Sie immer noch diese
Mailing-Liste lesen, bitte setzen Sie sich mit mir in Verbindung. Vielen
Dank!

installed version:
linphone-common Version 3.6.1-2.1build2/all
linphone-nogtk  Version 3.6.1-2.1build2/amd64

Linux Server
IP-Address 10.91.0.216

HiPath
IP-Address 10.91.0.205

+-+

| GWNR  216   GWATTR EXTGWREGGWHG3550V2 SIP|
| GWIPADR   10 .91 .0  .216GWRNR  901216|
| WAPLNUM 0 WABE 0|
| LBER  1|
| GATEWAY REGISTRIERT: NEIN|
| IP GATEWAY WIRD KONFIGURIERT MIT GKREG|
| INFO:   SERVER LINUX   |
| SECLEVEL:  TRADITIO|
+-+


I tried it with the following script, but the telephone does not ring, i
get a registered=-1 and nothing happens ...


Script:

#!/bin/bash
linphonecsh init
sleep 4

# Anmeldung am VoIP Server
linphonecsh register --host 10.91.0.205 --username none
linphonecsh status register
linphonecsh generic "soundcard use files"

# call internal number
linphonecsh dial 4136

sleep 2

linphonecsh generic "speak default hallo"
sleep 8
# pause for the spoken text
linphonecsh hangup
linphonecsh exit
sleep 2


Output:

user@server:~$ sudo ./linphone_call.sh
registered=-1
Using wav files instead of soundcard.
Establishing call id to , assigned id 1
Call 1 to  in progress.
0 seconds



So my question is: does some have a working configuration and/or script
for outgoing/calling numbers at a HiPath telephone system?

Thank you.

Jens Schneider



Unternehmenssitz: Darmstadt
Registergericht: Darmstadt HRB 4441
Geschäftsführung: Dipl.-Kfm. Matthias Kalbfuss (Vors.),
Dipl.-Ing. Dipl.-Wirt.-Ing. Michael Dirmeier
Aufsichtsratsvorsitzende: Ellen Schüßler

Ein Unternehmen der HEAG-Gruppe

Die Information in dieser E-Mail-Nachricht ist vertraulich und ausschließlich 
für den Adressaten bestimmt.
Der Empfänger dieser Nachricht, der nicht Adressat, einer seiner Mitarbeiter 
oder sein Empfangsbevollmächtigter ist, wird hiermit davon in Kenntnis gesetzt, 
dass er deren Inhalt nicht verwenden, weitergeben oder reproduzieren darf.
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Login details not transmitted securely

2016-03-21 Thread Guillaume
What kind of connection to the server were you using? Did you enable TLS?
If using simple TCP/UDP connection, this is expected. Using TLS, you shouldn’t 
be able to to that.

Best regards,
Guillaume Bienkowski
guillaume.bienkow...@belledonne-communications.com



> Le 18 mars 2016 à 23:31, Shadow Dragon  a écrit :
> 
> By running a MITM attack I was able to intercept login details as they
> were not properly protected.
> *note: password hash has been removed*
> 
> [192.168.0.100 > 91.121.209.194:5060] [HTTP Digest AUTH] http://
> Digest: username="shadow_dragon", realm="sip.linphone.org",
> nonce="3liI2gCOEVNdAACwI+TVyvwA", uri="sip:sip.linphone.org",
> response="*redacted*", algorithm=MD5,
> cnonce="24f9e2be-e1da-4d2f-b97f-b08d6df80e9e", opaque="+GNywA==",
> qop=auth, nc=0001
> 
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users