linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] asterisk and linphonec setup


From: Simon Morlat
Subject: Re: [Linphone-users] asterisk and linphonec setup
Date: Wed, 31 Jan 2007 10:51:19 +0100
User-agent: KMail/1.9.5

Hi Craig,

I see two problems in your logs:
- linphone fails to read sound from the oss devices (actually the driver 
returns no samples): if an alsa driver exists for your device, prefer to use. 
Maybe your oss driver isn't full-duplex ?
- the asterisk server does re-INVITE and currently linphone does not support 
this. Check if there is way to disable the re-INVITE feature from asterisk ?

Simon

Le mercredi 24 janvier 2007 20:11, Craig Matsuura a écrit :
> I replied on another email, however I will attach the logs for version 1.5
> on my device.
>
> thanks,
> Craig
>
> On Wednesday 24 January 2007 8:21 am, Simon Morlat wrote:
> > The logs are incomplete !
> > use linphone --verbose &>log.txt and send as attachement the log.txt
> > file.
> >
> > Simon
> >
> > Le lundi 22 janvier 2007 20:45, Craig Matsuura a écrit :
> > > Thank you Simon.  Here are two logs one is from linphone 1.5 and the
> > > other is from 1.2.  I calling a SIP phone and with 1.2 I make a
> > > connection and everything works.  With version 1.5 I make the call the
> > > to the SIP Phone, and everything appears to work but not audio.
> > >
> > > I will also attach my .linphonerc (or .linphonec) config too.
> > >
> > > Linphone 1.5 Log
> > > ------------------------
> > >
> > > | INFO3 | <osip_event.c: 89> MESSAGE REC. CALLID:1600048906
> > > | INFO1 | <jcallback.c: 1218> cb_rcv2xx (id=8)
> > > | INFO1 | <eXosip.c: 340> eXosip: timer sec:3 usec:52632!
> > >
> > > ortp-message-cfg= sip:192.168.0.21, cfg->rid=1, rid=1
> > >
> > > | INFO1 | <jreg.c: 81> Release a non-terminated transaction
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 8
> > > | 1600048906 INFO2 | <nict.c: 123> free nict ressource
> > > | INFO1 | <eXosip.c: 281> Release a terminated transaction
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 4
> > > | 147186140 INFO2 | <ict.c: 127> free ict ressource
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 6
> > > | 147186140 INFO2 | <nict.c: 123> free nict ressource
> > > | INFO1 | <eXosip.c: 281> Release a terminated transaction
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 5
> > > | 147186140 INFO2 | <ist.c: 83> free ist ressource
> > > | ERROR | <eXosip.c: 168> module sfp: _osip_kill_transaction
> > > | transaction
> > >
> > > should be released by modules!
> > >
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 3
> > > | 147186140 INFO2 | <ict.c: 127> free ict ressource
> > >
> > > Linephone 1.2 Log
> > > --------------------------
> > >
> > > | INFO3 | <osip_event.c: 89> MESSAGE REC. CALLID:939770138
> > > | INFO1 | <jcallback.c: 1213> cb_rcv2xx (id=8)
> > > | INFO1 | <eXosip.c: 340> eXosip: timer sec:3 usec:978010!
> > > | INFO1 | <jreg.c: 80> Release a non-terminated transaction
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 8
> > > | 939770138 INFO2 | <nict.c: 123> free nict ressource
> > > | INFO1 | <eXosip.c: 281> Release a terminated transaction
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 4
> > > | 1891087716 INFO2 | <ict.c: 127> free ict ressource
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 6
> > > | 1891087716 INFO2 | <nict.c: 123> free nict ressource
> > > | INFO1 | <eXosip.c: 281> Release a terminated transaction
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 5
> > > | 1891087716 INFO2 | <ist.c: 83> free ist ressource
> > > | ERROR | <eXosip.c: 168> module sfp: _osip_kill_transaction
> > > | transaction
> > >
> > > should be released by modules!
> > >
> > > | INFO2 | <osip_transaction.c: 285> free transaction ressource 3
> > > | 1891087716 INFO2 | <ict.c: 127> free ict ressource
> > >
> > > Linphone 1.2 config file (.linphonec)
> > > -----------------------------------------------------
> > >
> > > [net]
> > > download_bw=0
> > > upload_bw=0
> > > use_stun=0
> > > use_nat=0
> > > con_type=3
> > >
> > > [sip]
> > > sip_port=5060
> > > guess_hostname=1
> > > contact=sip:address@hidden
> > > inc_timeout=15
> > > use_info=0
> > > use_ipv6=0
> > > default_proxy=0
> > >
> > > [rtp]
> > > audio_rtp_port=7078
> > > video_rtp_port=9078
> > > audio_jitt_comp=60
> > > video_jitt_comp=60
> > >
> > > [sound]
> > > playback_dev_id=1
> > > ringer_dev_id=1
> > > capture_dev_id=1
> > > local_ring=/control4/share/sounds/linphone/rings/oldphone.wav
> > > remote_ring=/usr/share/sounds/linphone/ringback.wav
> > > echocancelation=0
> > > rec_lev=80
> > > play_lev=80
> > > ring_lev=80
> > > source=m
> > >
> > > [video]
> > > enabled=0
> > > show_local=0
> > >
> > > [audio_codec_0]
> > > mime=speex
> > > rate=16000
> > > enabled=1
> > >
> > > [audio_codec_1]
> > > mime=speex
> > > rate=8000
> > > enabled=1
> > >
> > > [audio_codec_2]
> > > mime=PCMU
> > > rate=8000
> > > enabled=1
> > >
> > > [audio_codec_3]
> > > mime=GSM
> > > rate=8000
> > > enabled=1
> > >
> > > [audio_codec_4]
> > > mime=PCMA
> > > rate=8000
> > > enabled=1
> > >
> > > [proxy_0]
> > > reg_proxy=sip:192.168.0.21
> > > reg_identity=sip:address@hidden
> > > reg_expires=600
> > > reg_sendregister=1
> > > publish=0
> > >
> > > [audio_codec_5]
> > > mime=1015
> > > rate=8000
> > > enabled=1
> > >
> > > [auth_info_0]
> > > username=mini-touch-000FFF002DF0
> > > passwd=secret
> > > realm="asterisk"
> > >
> > > Linephone 1.5 config file (.linphonerc)
> > > -------------------------------------------------------
> > >
> > > [net]
> > > download_bw=0
> > > upload_bw=0
> > > firewall_policy=0
> > > stun_server=192.168.0.21
> > >
> > > [sip]
> > > sip_port=5060
> > > guess_hostname=1
> > > contact=sip:address@hidden
> > > inc_timeout=15
> > > use_info=0
> > > use_ipv6=0
> > > default_proxy=0
> > >
> > > [rtp]
> > > audio_rtp_port=7078
> > > video_rtp_port=9078
> > > audio_jitt_comp=60
> > > video_jitt_comp=60
> > >
> > > [sound]
> > > playback_dev_id=OSS: /dev/dsp1
> > > ringer_dev_id=OSS: /dev/dsp1
> > > capture_dev_id=OSS: /dev/dsp1
> > > local_ring=/control4/share/sounds/linphone/rings/oldphone.wav
> > > remote_ring=/control4/share/sounds/linphone/ringback.wav
> > > echocancelation=0
> > > rec_lev=80
> > > play_lev=80
> > > ring_lev=80
> > >
> > > [video]
> > > enabled=0
> > > show_local=0
> > >
> > > [audio_codec_0]
> > > mime=speex
> > > rate=16000
> > > enabled=1
> > >
> > > [audio_codec_1]
> > > mime=speex
> > > rate=8000
> > > enabled=1
> > >
> > > [audio_codec_2]
> > > mime=PCMU
> > > rate=8000
> > > enabled=1
> > >
> > > [audio_codec_3]
> > > mime=GSM
> > > rate=8000
> > > enabled=1
> > >
> > > [audio_codec_4]
> > > mime=PCMA
> > > rate=8000
> > > enabled=1
> > >
> > > [proxy_0]
> > > reg_proxy=sip:192.168.0.21
> > > reg_identity=sip:address@hidden
> > > reg_expires=600
> > > reg_sendregister=1
> > > publish=0
> > >
> > > [auth_info_0]
> > > username=mini-touch-000FFF00165F
> > > passwd=secret
> > > realm="asterisk"
> > >
> > > On Monday 22 January 2007 7:22 am, Simon Morlat wrote:
> > >
> > > Thanks,
> > > Craig
> > >
> > > > --verbose &>log.txt
> > >
> > > _______________________________________________
> > > Linphone-users mailing list
> > > address@hidden
> > > http://lists.nongnu.org/mailman/listinfo/linphone-users




reply via email to

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