Re: [asterisk-users] Asterisk 1.4, Unicall and Nextel...

2007-07-23 Thread Alvaro Parres

Steve:

   The problem occurs only in Asterisk 1.4, not at 1.2.

   The log is the same that Carlos post here. We recive an Unexpected MF6
signal when a No caller ID or restriected Caller ID is recive.

This is for all the operatos.

If we add mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12; to the
Mexico Definition we can recive restricted Caller ID calls, but no Not
Caller ID Calls.

I'm not shure why only on versions 1.4 and not on version 1.2.

Thanks.

On 7/22/07, Steve Underwood [EMAIL PROTECTED] wrote:


Alvaro Parres wrote:
 Search at mfcr2.c this:

 case MFCR2_PROT_MEXICO:

 And add the next line after that line:

  mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;

 This will help you on calls that have the restricted flag on the ANI
 only. (Nextel). But not on no caller id calls.

 I don't know if steve can help us whit the case where no caller id is
 send.

Is that change appropriate for all Mexican operators, or just some? For
the time being I have added that to my latest source code.

What happens when there is no ANI, and is it the same for all operators
in Mexico? Can you send a log of such a call with loglevel=255 in
unicall.conf, and I will try to sort this out. It seems strange I
haven't had more feedback on this, since there seem to be quite a few
users in Mexico.

Regards,
Steve


___
--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





--
Alvaro I. Parres Peredo
Director de IT
Grupo Xmarts SA de CV
Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
Cel: +52 (33) 33 68 1087
[EMAIL PROTECTED]
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-23 Thread Moises Silva
Alvaro,

Naming Asterisk versions is of little help since Asterisk is not
the one failing here. It would be more helpful know the libmfcr2 and
spandsp versions that were used in the working/non working tests, is
that possible? do you have the versions at hand?

Thanks a lot.

On 7/23/07, Alvaro Parres [EMAIL PROTECTED] wrote:
 Steve:

 The problem occurs only in Asterisk 1.4, not at 1.2.

 The log is the same that Carlos post here. We recive an Unexpected MF6
 signal when a No caller ID or restriected Caller ID is recive.

   This is for all the operatos.

  If we add mfcr2-group_i_end_of_ANI_restricted =
 R2_SIGI_12; to the Mexico Definition we can recive restricted Caller ID
 calls, but no Not Caller ID Calls.

  I'm not shure why only on versions 1.4 and not on version 1.2.

 Thanks.

 On 7/22/07, Steve Underwood  [EMAIL PROTECTED] wrote:
  Alvaro Parres wrote:
   Search at mfcr2.c this:
  
   case MFCR2_PROT_MEXICO:
  
   And add the next line after that line:
  
mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;
  
   This will help you on calls that have the restricted flag on the ANI
   only. (Nextel). But not on no caller id calls.
  
   I don't know if steve can help us whit the case where no caller id is
   send.
 
  Is that change appropriate for all Mexican operators, or just some? For
  the time being I have added that to my latest source code.
 
  What happens when there is no ANI, and is it the same for all operators
  in Mexico? Can you send a log of such a call with loglevel=255 in
  unicall.conf, and I will try to sort this out. It seems strange I
  haven't had more feedback on this, since there seem to be quite a few
  users in Mexico.
 
  Regards,
  Steve
 
 
  ___
  --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
 



 --
 Alvaro I. Parres Peredo
  Director de IT
  Grupo Xmarts SA de CV
  Tel: +52 (33) 35 63 6261 Ext. 112
01 800  087 2260
  Cel: +52 (33) 33 68 1087
  [EMAIL PROTECTED]
 ___
 --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



-- 
Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org;

___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-23 Thread Carlos Chavez
On Mon, 2007-07-23 at 11:47 -0500, Moises Silva wrote:
 Alvaro,
 
 Naming Asterisk versions is of little help since Asterisk is not
 the one failing here. It would be more helpful know the libmfcr2 and
 spandsp versions that were used in the working/non working tests, is
 that possible? do you have the versions at hand?
 
I am using libmfcr2-0.0.3_1.4.tar.bz2 which I downloaded from your
site.  I am in big trouble because the only way I can get calls from
Nextel phones is to disable CallerID by setting ANI to 0.  Right now I
have to use:

protocolvariant=mx,0,4

I am having the same problem on E1 service from Telmex and Avantel.
Obviously customers want CallerID on their phones.


 Thanks a lot.
 
 On 7/23/07, Alvaro Parres [EMAIL PROTECTED] wrote:
  Steve:
 
  The problem occurs only in Asterisk 1.4, not at 1.2.
 
  The log is the same that Carlos post here. We recive an Unexpected MF6
  signal when a No caller ID or restriected Caller ID is recive.
 
This is for all the operatos.
 
   If we add mfcr2-group_i_end_of_ANI_restricted =
  R2_SIGI_12; to the Mexico Definition we can recive restricted Caller ID
  calls, but no Not Caller ID Calls.
 
   I'm not shure why only on versions 1.4 and not on version 1.2.
 
  Thanks.
 
  On 7/22/07, Steve Underwood  [EMAIL PROTECTED] wrote:
   Alvaro Parres wrote:
Search at mfcr2.c this:
   
case MFCR2_PROT_MEXICO:
   
And add the next line after that line:
   
 mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;
   
This will help you on calls that have the restricted flag on the ANI
only. (Nextel). But not on no caller id calls.
   
I don't know if steve can help us whit the case where no caller id is
send.
  
   Is that change appropriate for all Mexican operators, or just some? For
   the time being I have added that to my latest source code.
  
   What happens when there is no ANI, and is it the same for all operators
   in Mexico? Can you send a log of such a call with loglevel=255 in
   unicall.conf, and I will try to sort this out. It seems strange I
   haven't had more feedback on this, since there seem to be quite a few
   users in Mexico.
  
   Regards,
   Steve
  
  
   ___
   --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
  
 
 
 
  --
  Alvaro I. Parres Peredo
   Director de IT
   Grupo Xmarts SA de CV
   Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
   Cel: +52 (33) 33 68 1087
   [EMAIL PROTECTED]
  ___
  --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
 
 
 
-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-23 Thread Alvaro Parres

Moises:

Yes:

 On version 1.4 I use the next versions:

 libmfcr2-0.0.3_1.4
  libunicall-0.0.3_1.4

The ones at 1.2. i send tomorrow, becouse i don't remeber witch
versions i use (witch pre).


 I menssioned the Asterisk versions, becouse after some diff over the
libmfcr, chan_unicall, and libunicall i didn't find any change on protocol
managment.






On Mon, 2007-07-23 at 11:47 -0500, Moises Silva wrote:
 Alvaro,

 Naming Asterisk versions is of little help since Asterisk is not
 the one failing here. It would be more helpful know the libmfcr2 and
 spandsp versions that were used in the working/non working tests, is
 that possible? do you have the versions at hand?

I am using libmfcr2-0.0.3_1.4.tar.bz2 which I downloaded from your
site.  I am in big trouble because the only way I can get calls from
Nextel phones is to disable CallerID by setting ANI to 0.  Right now I
have to use:

protocolvariant=mx,0,4

I am having the same problem on E1 service from Telmex and
Avantel.
Obviously customers want CallerID on their phones.


 Thanks a lot.

 On 7/23/07, Alvaro Parres [EMAIL PROTECTED] wrote:
  Steve:
 
  The problem occurs only in Asterisk 1.4, not at 1.2.
 
  The log is the same that Carlos post here. We recive an Unexpected
MF6
  signal when a No caller ID or restriected Caller ID is recive.
 
This is for all the operatos.
 
   If we add mfcr2-group_i_end_of_ANI_restricted =
  R2_SIGI_12; to the Mexico Definition we can recive restricted Caller
ID
  calls, but no Not Caller ID Calls.
 
   I'm not shure why only on versions 1.4 and not on version 1.2.
 
  Thanks.
 
  On 7/22/07, Steve Underwood  [EMAIL PROTECTED] wrote:
   Alvaro Parres wrote:
Search at mfcr2.c this:
   
case MFCR2_PROT_MEXICO:
   
And add the next line after that line:
   
 mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;
   
This will help you on calls that have the restricted flag on the
ANI
only. (Nextel). But not on no caller id calls.
   
I don't know if steve can help us whit the case where no caller id
is
send.
  
   Is that change appropriate for all Mexican operators, or just some?
For
   the time being I have added that to my latest source code.
  
   What happens when there is no ANI, and is it the same for all
operators
   in Mexico? Can you send a log of such a call with loglevel=255 in
   unicall.conf, and I will try to sort this out. It seems strange I
   haven't had more feedback on this, since there seem to be quite a
few
   users in Mexico.
  
   Regards,
   Steve
  
  
   ___
   --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
  
 
 
 
  --
  Alvaro I. Parres Peredo
   Director de IT
   Grupo Xmarts SA de CV
   Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
   Cel: +52 (33) 33 68 1087
   [EMAIL PROTECTED]
  ___
  --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
 


--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001

___
--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





--
Alvaro I. Parres Peredo
Director de IT
Grupo Xmarts SA de CV
Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
Cel: +52 (33) 33 68 1087
[EMAIL PROTECTED]
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-22 Thread Steve Underwood
Alvaro Parres wrote:
 Search at mfcr2.c this:

 case MFCR2_PROT_MEXICO:

 And add the next line after that line:
  
  mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;

 This will help you on calls that have the restricted flag on the ANI 
 only. (Nextel). But not on no caller id calls.

 I don't know if steve can help us whit the case where no caller id is 
 send.

Is that change appropriate for all Mexican operators, or just some? For 
the time being I have added that to my latest source code.

What happens when there is no ANI, and is it the same for all operators 
in Mexico? Can you send a log of such a call with loglevel=255 in 
unicall.conf, and I will try to sort this out. It seems strange I 
haven't had more feedback on this, since there seem to be quite a few 
users in Mexico.

Regards,
Steve


___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-21 Thread Carlos Chavez
On Thu, 19 Jul 2007 12:14:53 -0500, Alvaro Parres wrote
 Yes Moises, i was looking for it.
 
  The main problem is only on the files for version 1.4... it give that 
 error when no CallerID is recive or a private caller id is recive. 
 
  The change i made is to add to Mexico variant on mfcr2.c this line 
 mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;
 
  This works for nextel or phones that send private caller id.. But 
 doesn't work when no CallerID is recive.
 
  I have al ready check diff files from 1.2 files and 1.4 files and i 
 didn't find any big difference between both version.
 
    I patched mfcr2.c but I still cannot receive calls from Nextel phones 
unless I put ANI to 0 on unicall.conf

-- 
Carlos Chavez 
Director de Tecnología 
Telecomunicaciones Abiertas de México S.A. de C.V. 
Tel: +52-55-91169161 Ext 2001
 
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-21 Thread Alvaro Parres

Yes Moises, i was looking for it.

The main problem is only on the files for version 1.4... it give that
error when no CallerID is recive or a private caller id is recive.

The change i made is to add to Mexico variant on mfcr2.c this line
mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;

This works for nextel or phones that send private caller id.. But
doesn't work when no CallerID is recive.

I have al ready check diff files from 1.2 files and 1.4 files and i
didn't find any big difference between both version.





On 7/18/07, Moises Silva [EMAIL PROTECTED] wrote:


Alvaro, can you post the patch in a public place and post the URL
here? It might be a good idea to contact steve underwood to see what
he has to say about such a patch.

Regards,

On 7/18/07, Alvaro Parres [EMAIL PROTECTED] wrote:
 Carlos:

Only for check do this change:

 protocolvariant=mx,10,4

for

 protocolvariant=mx,0,4

If it's works, contact me and i will send you a patch for libmfcr.c


 Thanks.


 Carlos:

 Has el cambio que te pido arriva, para revisar si es lo del caller
ID.
 Casi estoy seguro nosotros en labortario y en el extrangero tuvimos esos
 problemas, si es asi te paso un parche solo que lo encuentre para la
 libmfcr.c Donde le digas como manejar la señal de private al recibir el
ANI.

 Saludos.



 On 7/18/07, Carlos Chavez  [EMAIL PROTECTED] wrote:
 
  On Wed, 2007-07-18 at 08:10 -0500, Alvaro Parres wrote:
   Could you send please your unicall.conf file
  
   Thanks.
  
   It appers to be a problem with de ANI digits you want to recive.
  
  
  Also Nextel never sends CallerID.  When someone calls me from
a
 Nextel
  phone to my cell or to my Asterisk server I always get Private Call.
 
  
  --
  Telecomunicaciones Abiertas de México S.A. de C.V.
  Carlos Chávez Prats
  Director de Tecnología
  +52-55-91169161 ext 2001
 
  ___
  --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
 
 



 --
 Alvaro I. Parres Peredo
  Director de IT
  Grupo Xmarts SA de CV
  Tel: +52 (33) 35 63 6261 Ext. 112
   01 800  087 2260
  Cel: +52 (33) 33 68 1087
  [EMAIL PROTECTED]
 ___
 --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



--
Su nombre es GNU/Linux, no solamente Linux, mas info en
http://www.gnu.org;

___
--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





--
Alvaro I. Parres Peredo
Director de IT
Grupo Xmarts SA de CV
Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
Cel: +52 (33) 33 68 1087
[EMAIL PROTECTED]
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-20 Thread Alvaro Parres

Search at mfcr2.c this:

   case MFCR2_PROT_MEXICO:

And add the next line after that line:

mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;

This will help you on calls that have the restricted flag on the ANI only.
(Nextel). But not on no caller id calls.

I don't know if steve can help us whit the case where no caller id is send.


On 7/19/07, Carlos Chavez [EMAIL PROTECTED] wrote:


 *On Thu, 19 Jul 2007 12:14:53 -0500, Alvaro Parres wrote*
 Yes Moises, i was looking for it.

  The main problem is only on the files for version 1.4... it give
that error when no CallerID is recive or a private caller id is recive.

   The change i made is to add to Mexico variant on mfcr2.c this line
mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;

  This works for nextel or phones that send private caller id.. But
doesn't work when no CallerID is recive.

  I have al ready check diff files from 1.2 files and 1.4 files and i
didn't find any big difference between both version.

Ok, I did the change you specified and now we can receive calls from
Nextel phones but get no callerid on any call.  How do I apply the patch to
libmfcr2?

--
Carlos Chavez
Director de Tecnología
Telecomunicaciones Abiertas de México S.A. de C.V.
Tel: +52-55-91169161 Ext 2001

___
--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





--
Alvaro I. Parres Peredo
Director de IT
Grupo Xmarts SA de CV
Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
Cel: +52 (33) 33 68 1087
[EMAIL PROTECTED]
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-19 Thread Carlos Chavez
On Thu, 19 Jul 2007 12:14:53 -0500, Alvaro Parres wrote
 Yes Moises, i was looking for it.
 
  The main problem is only on the files for version 1.4... it give that 
 error when no CallerID is recive or a private caller id is recive. 
 
  The change i made is to add to Mexico variant on mfcr2.c this line 
 mfcr2-group_i_end_of_ANI_restricted = R2_SIGI_12;
 
  This works for nextel or phones that send private caller id.. But 
 doesn't work when no CallerID is recive.
 
  I have al ready check diff files from 1.2 files and 1.4 files and i 
 didn't find any big difference between both version.
 
    Ok, I did the change you specified and now we can receive calls from Nextel 
phones but get no callerid on any call.  How do I apply the patch to libmfcr2?

-- 
Carlos Chavez 
Director de Tecnología 
Telecomunicaciones Abiertas de México S.A. de C.V. 
Tel: +52-55-91169161 Ext 2001
 
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-18 Thread Moises Silva
Alvaro, can you post the patch in a public place and post the URL
here? It might be a good idea to contact steve underwood to see what
he has to say about such a patch.

Regards,

On 7/18/07, Alvaro Parres [EMAIL PROTECTED] wrote:
 Carlos:

Only for check do this change:

 protocolvariant=mx,10,4

for

 protocolvariant=mx,0,4

If it's works, contact me and i will send you a patch for libmfcr.c


 Thanks.


 Carlos:

 Has el cambio que te pido arriva, para revisar si es lo del caller ID.
 Casi estoy seguro nosotros en labortario y en el extrangero tuvimos esos
 problemas, si es asi te paso un parche solo que lo encuentre para la
 libmfcr.c Donde le digas como manejar la señal de private al recibir el ANI.

 Saludos.



 On 7/18/07, Carlos Chavez  [EMAIL PROTECTED] wrote:
 
  On Wed, 2007-07-18 at 08:10 -0500, Alvaro Parres wrote:
   Could you send please your unicall.conf file
  
   Thanks.
  
   It appers to be a problem with de ANI digits you want to recive.
  
  
  Also Nextel never sends CallerID.  When someone calls me from a
 Nextel
  phone to my cell or to my Asterisk server I always get Private Call.
 
  
  --
  Telecomunicaciones Abiertas de México S.A. de C.V.
  Carlos Chávez Prats
  Director de Tecnología
  +52-55-91169161 ext 2001
 
  ___
  --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
 
 



 --
 Alvaro I. Parres Peredo
  Director de IT
  Grupo Xmarts SA de CV
  Tel: +52 (33) 35 63 6261 Ext. 112
   01 800  087 2260
  Cel: +52 (33) 33 68 1087
  [EMAIL PROTECTED]
 ___
 --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



-- 
Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org;

___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-18 Thread Alvaro Parres

Could you send please your unicall.conf file

Thanks.

It appers to be a problem with de ANI digits you want to recive.




On 7/17/07, Carlos Chavez [EMAIL PROTECTED] wrote:


On Tue, 2007-07-17 at 19:30 -0500, Moises Silva wrote:
 In order to help you I need testcall traces, with max level of
 logging, of incoming Nextel calls.

   Here is the log file from a couple of calls from a Nextel phone:

[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 0001  [1/   1/Idle  /Idle ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
Detected
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 Making
a new call with CRN 32769
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1101
-  [2/   2/Idle  /Idle ]
[Jul 17 21:46:08] NOTICE[4771] chan_unicall.c: Unicall/56 event Detected
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 8 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 6 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 8 off [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 6 off
-  [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group C   /ANI request  ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group C   /ANI request  ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- F on  [2/   2/Group C   /ANI request  ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 R2
prot. err. [2/   2/Group C   /ANI request  ] cause 32772 -
Unexpected MF6 signal
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1001
-  [1/   1/Idle  /Idle ]
[Jul 17 21:46:08] NOTICE[4771] chan_unicall.c: Unicall/56 event Protocol
failure
[Jul 17 21:46:08] ERROR[4771] chan_unicall.c: Unicall/56 protocol error.
Cause 32772
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
Channel echo cancel
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 0001  [1/   1/Idle  /Idle ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
Detected
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 Making
a new call with CRN 32769
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1101
-  [2/   2/Idle  /Idle ]
[Jul 17 21:46:09] NOTICE[4771] chan_unicall.c: Unicall/57 event Detected
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 on  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1 on
-  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] 

Re: [asterisk-users] Asterisk 1.4, Unicall and Nextel...

2007-07-18 Thread Carlos Chavez
On Wed, 2007-07-18 at 08:10 -0500, Alvaro Parres wrote:
 Could you send please your unicall.conf file
  
 Thanks.
  
 It appers to be a problem with de ANI digits you want to recive.
  
loglevel=1
protocolclass=mfcr2
protocolvariant=mx,10,4
protocolend=cpe
language=es
usecallerid=yes
hidecallerid=no
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
callprogress=no
busydetect=no
rxgain=0.0
txgain=0.0
callgroup=1
pickupgroup=1
immediate=no
musiconhold=default
group=1
context=e1-incoming
accountcode=Avantel
faxdetect=both
channel = 1-10
;channel = 17-21
;skip time slot 16


 
  
 On 7/17/07, Carlos Chavez [EMAIL PROTECTED] wrote: 
 On Tue, 2007-07-17 at 19:30 -0500, Moises Silva wrote:
  In order to help you I need testcall traces, with max level
 of 
  logging, of incoming Nextel calls.
 
Here is the log file from a couple of calls from a
 Nextel phone:
 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 0001  [1/   1/Idle  /Idle ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 Detected
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 Making
 a new call with CRN 32769
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1101 
 -  [2/   2/Idle  /Idle ]
 [Jul 17 21:46:08] NOTICE[4771] chan_unicall.c: Unicall/56
 event Detected
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 on  [2/   2/Seize ack /Seize ack] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 on
 -  [2/   2/Seize ack /Seize ack]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 off [2/   2/Group A   /DNIS request ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 off
 -  [2/   2/Group A   /DNIS request ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 on  [2/   2/Group A   /DNIS request ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 on
 -  [2/   2/Group A   /DNIS request ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 off [2/   2/Group A   /DNIS request ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 off
 -  [2/   2/Group A   /DNIS request ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 on  [2/   2/Group A   /DNIS request ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 on
 -  [2/   2/Group A   /DNIS request ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 off [2/   2/Group A   /DNIS request ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 off
 -  [2/   2/Group A   /DNIS request ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 8 on  [2/   2/Group A   /DNIS request ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 6 on
 -  [2/   2/Group A   /DNIS request ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 8 off [2/   2/Group C   /Category req ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 6 off
 -  [2/   2/Group C   /Category req ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 on  [2/   2/Group C   /Category req ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 on
 -  [2/   2/Group C   /Category req ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - 9 off [2/   2/Group C   /ANI request  ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1 off
 -  [2/   2/Group C   /ANI request  ]
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56
 - F on  [2/   2/Group C   /ANI request  ] 
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 R2
 prot. err. [2/   2/Group C   /ANI request  ] cause
 32772 -
 Unexpected MF6 signal
 [Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2
 UniCall/56 1001 

Re: [asterisk-users] Asterisk 1.4, Unicall and Nextel...

2007-07-18 Thread Carlos Chavez
On Wed, 2007-07-18 at 08:10 -0500, Alvaro Parres wrote:
 Could you send please your unicall.conf file
  
 Thanks.
  
 It appers to be a problem with de ANI digits you want to recive.
  
 
Also Nextel never sends CallerID.  When someone calls me from a Nextel
phone to my cell or to my Asterisk server I always get Private Call.

 
-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-18 Thread Alvaro Parres

Carlos:

  Only for check do this change:

protocolvariant=mx,10,4

  for

protocolvariant=mx,0,4

  If it's works, contact me and i will send you a patch for libmfcr.c


Thanks.


Carlos:

   Has el cambio que te pido arriva, para revisar si es lo del caller ID.
Casi estoy seguro nosotros en labortario y en el extrangero tuvimos esos
problemas, si es asi te paso un parche solo que lo encuentre para la
libmfcr.c Donde le digas como manejar la señal de private al recibir el ANI.

Saludos.


On 7/18/07, Carlos Chavez [EMAIL PROTECTED] wrote:


On Wed, 2007-07-18 at 08:10 -0500, Alvaro Parres wrote:
 Could you send please your unicall.conf file

 Thanks.

 It appers to be a problem with de ANI digits you want to recive.


Also Nextel never sends CallerID.  When someone calls me from a
Nextel
phone to my cell or to my Asterisk server I always get Private Call.


--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001

___
--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





--
Alvaro I. Parres Peredo
Director de IT
Grupo Xmarts SA de CV
Tel: +52 (33) 35 63 6261 Ext. 112
 01 800  087 2260
Cel: +52 (33) 33 68 1087
[EMAIL PROTECTED]
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-17 Thread Carlos Chavez
I have a customer that is complaining that any call coming in from
Nextel gives a fast busy.  We are running Asterisk 1.4.7.1 with Zaptel
1.4.3 and all the MFC/R2 patches and libraries.  All other calls go out
and come in, just Nextel seems to have this problem.  The phone company
technician connected a PBX emulator on the line and that one could
receive the calls from Nextel.

The E1 is provided by Avantel in Mexico City, there are 10 channels
available at the moment.  I have already increased the T1 parameter to
2 in mfcr2.c (libmfcr2).  Maybe I need to increase it again?  The
strange thing is that I can dial any Nextel phone without problems.

-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-17 Thread Victor Toofic
El Tue, Jul 17 de 2007 a las 14:39 -0500, Carlos Chavez comentaba:
   I have a customer that is complaining that any call coming in from
 Nextel gives a fast busy.  We are running Asterisk 1.4.7.1 with Zaptel
 1.4.3 and all the MFC/R2 patches and libraries.  All other calls go out
 and come in, just Nextel seems to have this problem.  The phone company
 technician connected a PBX emulator on the line and that one could
 receive the calls from Nextel.

Would you please tell me what version of the libraries are you using, Im
trying to get running * with R2 without success.

Thanks...
Víctor Toofic


___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-17 Thread Carlos Chavez
On Tue, 2007-07-17 at 15:39 -0500, Victor Toofic wrote:
 El Tue, Jul 17 de 2007 a las 14:39 -0500, Carlos Chavez comentaba:
  I have a customer that is complaining that any call coming in from
  Nextel gives a fast busy.  We are running Asterisk 1.4.7.1 with Zaptel
  1.4.3 and all the MFC/R2 patches and libraries.  All other calls go out
  and come in, just Nextel seems to have this problem.  The phone company
  technician connected a PBX emulator on the line and that one could
  receive the calls from Nextel.
 
 Would you please tell me what version of the libraries are you using, Im
 trying to get running * with R2 without success.
 
 Thanks...
 Víctor Toofic
 
 
You can download all the necesary libraries for Asterisk 1.4 from:

http://moy.ivsol.net/unicall/soft-switch/r1b1/

Apart from this one problem they work well.

-- 
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez Prats
Director de Tecnología
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-17 Thread Moises Silva
In order to help you I need testcall traces, with max level of
logging, of incoming Nextel calls.

Regards,

On 7/17/07, Carlos Chavez [EMAIL PROTECTED] wrote:
 On Tue, 2007-07-17 at 15:39 -0500, Victor Toofic wrote:
  El Tue, Jul 17 de 2007 a las 14:39 -0500, Carlos Chavez comentaba:
   I have a customer that is complaining that any call coming in from
   Nextel gives a fast busy.  We are running Asterisk 1.4.7.1 with Zaptel
   1.4.3 and all the MFC/R2 patches and libraries.  All other calls go out
   and come in, just Nextel seems to have this problem.  The phone company
   technician connected a PBX emulator on the line and that one could
   receive the calls from Nextel.
 
  Would you please tell me what version of the libraries are you using, Im
  trying to get running * with R2 without success.
 
  Thanks...
  Víctor Toofic
 
 
 You can download all the necesary libraries for Asterisk 1.4 from:

 http://moy.ivsol.net/unicall/soft-switch/r1b1/

 Apart from this one problem they work well.

 --
 Telecomunicaciones Abiertas de México S.A. de C.V.
 Carlos Chávez Prats
 Director de Tecnología
 +52-55-91169161 ext 2001

 ___
 --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




-- 
Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org;

___
--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] Asterisk 1.4, Unicall and Nextel...

2007-07-17 Thread Carlos Chavez
On Tue, 2007-07-17 at 19:30 -0500, Moises Silva wrote:
 In order to help you I need testcall traces, with max level of
 logging, of incoming Nextel calls.
 
Here is the log file from a couple of calls from a Nextel phone:

[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 0001  [1/   1/Idle  /Idle ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
Detected
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 Making
a new call with CRN 32769
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1101
-  [2/   2/Idle  /Idle ]
[Jul 17 21:46:08] NOTICE[4771] chan_unicall.c: Unicall/56 event Detected
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 8 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 6 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 8 off [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 6 off
-  [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 on  [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 on
-  [2/   2/Group C   /Category req ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- 9 off [2/   2/Group C   /ANI request  ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1 off
-  [2/   2/Group C   /ANI request  ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
- F on  [2/   2/Group C   /ANI request  ]
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 R2
prot. err. [2/   2/Group C   /ANI request  ] cause 32772 -
Unexpected MF6 signal
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56 1001
-  [1/   1/Idle  /Idle ]
[Jul 17 21:46:08] NOTICE[4771] chan_unicall.c: Unicall/56 event Protocol
failure
[Jul 17 21:46:08] ERROR[4771] chan_unicall.c: Unicall/56 protocol error.
Cause 32772
[Jul 17 21:46:08] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/56
Channel echo cancel
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 0001  [1/   1/Idle  /Idle ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
Detected
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 Making
a new call with CRN 32769
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1101
-  [2/   2/Idle  /Idle ]
[Jul 17 21:46:09] NOTICE[4771] chan_unicall.c: Unicall/57 event Detected
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 on  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1 on
-  [2/   2/Seize ack /Seize ack]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 off [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1 off
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 on  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57 1 on
-  [2/   2/Group A   /DNIS request ]
[Jul 17 21:46:09] WARNING[4771] chan_unicall.c: MFC/R2 UniCall/57
- 9 off [2/