linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Config file for flexisip


From: Hajiba Ifrah
Subject: [Linphone-developers] Config file for flexisip
Date: Fri, 3 Feb 2017 11:21:46 +0000

Hello programmers,

When start flexisip I got this error :
2017-02-03 12:11:22:532 flexisip-debug-New network: Name: lo    Address: 127.0.0.1      Mask: 255.0.0.0
2017-02-03 12:11:22:532 flexisip-debug-New network: Name: eth0  Address: 10.0.2.15      Mask: 255.255.255.0
2017-02-03 12:11:22:532 flexisip-debug-New network: Name: eth1  Address: 192.168.1.50   Mask: 255.255.255.0
2017-02-03 12:11:22:533 flexisip-debug-New network: Name: lo    Address: ::1    Mask: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
2017-02-03 12:11:22:533 flexisip-debug-New network: Name: eth0  Address: fec0::7427:7eff:fedd:bbaa      Mask: ffff:ffff:ffff:ffff::
2017-02-03 12:11:22:533 flexisip-debug-New network: Name: eth0  Address: fe80::7427:7eff:fedd:bbaa%eth0 Mask: ffff:ffff:ffff:ffff::
2017-02-03 12:11:22:533 flexisip-debug-New network: Name: eth1  Address: fe80::6cdd:d3ff:fee0:b03d%eth1 Mask: ffff:ffff:ffff:ffff::
2017-02-03 12:11:22:533 flexisip-debug-nta_agent_create: initialized hash tables
2017-02-03 12:11:22:534 flexisip-debug-nta_agent_create: initialized transports
2017-02-03 12:11:22:534 flexisip-debug-nta_agent_create: initialized random identifiers
2017-02-03 12:11:22:534 flexisip-debug-nta_agent_create: initialized timer
2017-02-03 12:11:22:534 flexisip-debug-nta_agent_create: initialized resolver
2017-02-03 12:11:22:534 flexisip-debug-Main tls certs dir : /etc/flexisip/tls
2017-02-03 12:11:22:534 flexisip-debug-Enabling transport sip:149.202.194.24:6060;maddr=192.168.1.50
2017-02-03 12:11:22:534 flexisip-debug-tport_create(): 0x19e6790
2017-02-03 12:11:22:535 flexisip-debug-nta: master transport created
2017-02-03 12:11:22:535 flexisip-debug-tport_bind_server(0x19e6790) to */192.168.1.50:6060
2017-02-03 12:11:22:535 flexisip-debug-tport_bind_server(0x19e6790): calling tport_listen for udp
2017-02-03 12:11:22:535 flexisip-debug-tport_alloc_primary(0x19e6790): new primary tport 0x19e6db0
2017-02-03 12:11:22:535 flexisip-debug-tport_listen(0x19e6790): bind(pf=2 udp/[192.168.1.50]:6060): Address already in use
2017-02-03 12:11:22:535 flexisip-debug-nta: bind(149.202.194.24:6060;transport=*;maddr=192.168.1.50): Address already in use
2017-02-03 12:11:22:535 flexisip-error-Could not enable transport sip:149.202.194.24:6060;maddr=192.168.1.50: Address already in use
No sip transport defined.


My config file contains 
aliases=149.202.194.24
transports=sip:149.202.194.24:6060;maddr=192.168.1.50

I use also : transports= sip*, I changed the value of port but I got always the same error.

Any suggestions please?

Thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]