Re: [asterisk-users] mfcr2 stuck

2008-02-26 Thread Jakub Arkon Syrek
] chan_unicall.c: Enabled echo cancellation on 
channel 20
[Feb 26 11:18:55] DEBUG[5682] chan_unicall.c: needcongestion
[Feb 26 11:19:03] NOTICE[5682] chan_unicall.c: Exception on 27, channel 20
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20  - 
1001  [1/CONNECTD/Answer/Accepted Paid]
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20 Far end 
disconnected(cause=Normal Clearing [16]) - state 0x400
[Feb 26 11:19:03] NOTICE[5682] chan_unicall.c: Unicall/20 event Far end 
disconnected
[Feb 26 11:19:03] NOTICE[5682] chan_unicall.c: CRN 32770 - far disconnected 
cause=Normal Clearing [16]
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20 Channel 
gains
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20 Channel 
switching
[Feb 26 11:19:03] DEBUG[5682] chan_unicall.c: Hangup: channel: 20 index = 0, 
normal = 27, callwait = -1, thirdcall = -1
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20 Call 
control(7)
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20 Drop 
call(cause=Normal Clearing [16])
[Feb 26 11:19:03] WARNING[5682] chan_unicall.c: MFC/R2 UniCall/20 Call 
disconnected(cause=Normal Clearing [16]) - state 0x800
[Feb 26 11:19:03] DEBUG[5682] chan_unicall.c: Updated conferencing on 20, 
with 0 conference users
[Feb 26 11:19:03] NOTICE[2968] chan_unicall.c: Unicall/20 event Drop call
[Feb 26 11:19:03] DEBUG[2968] chan_unicall.c: CRN 32770 - Doing a release 
call
[Feb 26 11:19:03] WARNING[2968] chan_unicall.c: MFC/R2 UniCall/20 Call 
control(8)
[Feb 26 11:19:03] WARNING[2968] chan_unicall.c: MFC/R2 UniCall/20 Release 
call
[Feb 26 11:19:03] WARNING[2968] chan_unicall.c: MFC/R2 UniCall/20 1001  - 
[1/ALL DISC/Release guard /Accepted Paid]
[Feb 26 11:19:03] WARNING[2968] chan_unicall.c: MFC/R2 UniCall/20 Release 
guard expired
[Feb 26 11:19:03] WARNING[2968] chan_unicall.c: MFC/R2 UniCall/20 Destroying 
call with CRN 32770
[Feb 26 11:19:04] NOTICE[2968] chan_unicall.c: Unicall/20 event Release call
[Feb 26 11:19:04] DEBUG[2968] chan_unicall.c: CRN 32770 - Call released
[Feb 26 11:19:04] WARNING[2968] chan_unicall.c: MFC/R2 UniCall/20 Channel 
echo cancel
[Feb 26 11:19:04] DEBUG[2968] chan_unicall.c: disabled echo cancellation on 
channel 20

Regards
Jakub
- Original Message - 
From: Moises Silva [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Monday, February 18, 2008 6:23 PM
Subject: Re: [asterisk-users] mfcr2 stuck


protocolend does not matter when using MFC/R2, you can totally forget
about it, ignore it etc.

What we need is a trace of the R2 signaling. You can take such by
adding this line to unicall.conf

loglevel=255

Then make sure you have enabled max debugging in logger.conf in
Asterisk. When the failure ocurs, copy and paste here the unicall
logs.

Regards,

- Moisés Silva

On Feb 18, 2008 8:27 AM, aymen warfalli [EMAIL PROTECTED] wrote:


 Hi Jakub

  could you please post the zaptel.conf and asterisk cli unicall channel
 error plus what is version of unicall  and zaptel are  u install and i 
 think
 you miss the protocolend= option (cpe or net??)  line in the uncall.conf

  ayman



  
  From: [EMAIL PROTECTED]
 To: asterisk-users@lists.digium.com
 Date: Mon, 18 Feb 2008 08:36:52 +0100
 Subject: [asterisk-users] mfcr2 stuck




 Hello
 I'm using mfcr2 support (unicall) in asterisk 1.4. Everything is working
 fine, asterisk can answer calls.
 But after some random period of time mfcr2 module stuck. When I make a 
 call
 to my * box I can hear only signal of getting caller ID („tritirirti – 
 like
 jumping on :) ) and connection is terminated by my telecom operator. When
 everything I ok after few seconds of this signal my asterisk answer.

 Below is my unciall.conf

 [EMAIL PROTECTED] ~]# cat /etc/asterisk/unicall.conf
 [Channels]
 loglevel=255
 language=pl
 context=from-pstn
 usecallerid=no
 hidecallerid=no
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 cancallforward=yes
 callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 ;echotraining=800
 echotraining=yes
 relaxdtmf=no
 rxgain=0
 txgain=0
 group=11
 callgroup=0
 pickupgroup=0
 immediate=yes
 callerid=asreceived
 amaflags=default
 accountcode=avantel
 musiconhold=default
 protocolclass=mfcr2
 protocolvariant=cz,9,6
 channel=1-15
 channel=17-31
 supertones=pl


 Regards
 Jakub


 
 Shed those extra pounds with MSN and The Biggest Loser! Learn more.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
I do not agree with what you have to say, but I'll defend to the
death your right to say it. Voltaire

___
-- Bandwidth and Colocation Provided

Re: [asterisk-users] mfcr2 stuck

2008-02-18 Thread aymen warfalli

Hi Jakub
 
could you please post the zaptel.conf and asterisk cli unicall channel error 
plus what is version of unicall  and zaptel are  u install and i think you miss 
the protocolend= option (cpe or net??)  line in the uncall.conf 
 
ayman



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Mon, 18 Feb 2008 08:36:52 
+0100Subject: [asterisk-users] mfcr2 stuck



Hello
I'm using mfcr2 support (unicall) in asterisk 1.4. Everything is working fine, 
asterisk can answer calls.
But after some random period of time mfcr2 module stuck. When I make a call to 
my * box I can hear only signal of getting caller ID („tritirirti” – like 
jumping on :) ) and connection is terminated by my telecom operator. When 
everything I ok after few seconds of this signal my asterisk answer.
 
Below is my unciall.conf
[EMAIL PROTECTED] ~]# cat /etc/asterisk/unicall.conf
[Channels]
loglevel=255
language=pl
context=from-pstn
usecallerid=no
hidecallerid=no
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
;echotraining=800
echotraining=yes
relaxdtmf=no
rxgain=0
txgain=0
group=11
callgroup=0
pickupgroup=0
immediate=yes
callerid=asreceived
amaflags=default
accountcode=avantel
musiconhold=default
protocolclass=mfcr2
protocolvariant=cz,9,6
channel=1-15
channel=17-31
supertones=pl
 
Regards
Jakub
 
_
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser.msn.com/___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] mfcr2 stuck

2008-02-18 Thread Moises Silva
protocolend does not matter when using MFC/R2, you can totally forget
about it, ignore it etc.

What we need is a trace of the R2 signaling. You can take such by
adding this line to unicall.conf

loglevel=255

Then make sure you have enabled max debugging in logger.conf in
Asterisk. When the failure ocurs, copy and paste here the unicall
logs.

Regards,

- Moisés Silva

On Feb 18, 2008 8:27 AM, aymen warfalli [EMAIL PROTECTED] wrote:


 Hi Jakub

  could you please post the zaptel.conf and asterisk cli unicall channel
 error plus what is version of unicall  and zaptel are  u install and i think
 you miss the protocolend= option (cpe or net??)  line in the uncall.conf

  ayman



  
  From: [EMAIL PROTECTED]
 To: asterisk-users@lists.digium.com
 Date: Mon, 18 Feb 2008 08:36:52 +0100
 Subject: [asterisk-users] mfcr2 stuck




 Hello
 I'm using mfcr2 support (unicall) in asterisk 1.4. Everything is working
 fine, asterisk can answer calls.
 But after some random period of time mfcr2 module stuck. When I make a call
 to my * box I can hear only signal of getting caller ID („tritirirti – like
 jumping on :) ) and connection is terminated by my telecom operator. When
 everything I ok after few seconds of this signal my asterisk answer.

 Below is my unciall.conf

 [EMAIL PROTECTED] ~]# cat /etc/asterisk/unicall.conf
 [Channels]
 loglevel=255
 language=pl
 context=from-pstn
 usecallerid=no
 hidecallerid=no
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 cancallforward=yes
 callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 ;echotraining=800
 echotraining=yes
 relaxdtmf=no
 rxgain=0
 txgain=0
 group=11
 callgroup=0
 pickupgroup=0
 immediate=yes
 callerid=asreceived
 amaflags=default
 accountcode=avantel
 musiconhold=default
 protocolclass=mfcr2
 protocolvariant=cz,9,6
 channel=1-15
 channel=17-31
 supertones=pl


 Regards
 Jakub


 
 Shed those extra pounds with MSN and The Biggest Loser! Learn more.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
I do not agree with what you have to say, but I'll defend to the
death your right to say it. Voltaire

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] mfcr2 stuck

2008-02-17 Thread Jakub Arkon Syrek
Hello
I'm using mfcr2 support (unicall) in asterisk 1.4. Everything is working fine, 
asterisk can answer calls.
But after some random period of time mfcr2 module stuck. When I make a call to 
my * box I can hear only signal of getting caller ID (tritirirti - like 
jumping on :) ) and connection is terminated by my telecom operator. When 
everything I ok after few seconds of this signal my asterisk answer.

Below is my unciall.conf

[EMAIL PROTECTED] ~]# cat /etc/asterisk/unicall.conf
[Channels]
loglevel=255
language=pl
context=from-pstn
usecallerid=no
hidecallerid=no
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
;echotraining=800
echotraining=yes
relaxdtmf=no
rxgain=0
txgain=0
group=11
callgroup=0
pickupgroup=0
immediate=yes
callerid=asreceived
amaflags=default
accountcode=avantel
musiconhold=default
protocolclass=mfcr2
protocolvariant=cz,9,6
channel=1-15
channel=17-31
supertones=pl


Regards
Jakub
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users