Frederic Jean
2006-Jun-07 11:56 UTC
[Asterisk-Users] Unicall local_unblocking_expired error
Hello all, and especially Steve, It seems my libunicall installation is having a little problem when initializing. Should I play with these ? #define DEFAULT_BLOCKING_RELEASE_TIME 450 #define DEFAULT_ANSWER_GUARD_TIME 100 #define DEFAULT_RELEASE_GUARD_TIME 20 #define DEFAULT_T1 15000 #define DEFAULT_T1A 150 #define DEFAULT_T1B 60000 #define DEFAULT_T2 24000 #define DEFAULT_T3 15000 #define DEFAULT_MAX_SEIZE_ACK_WAIT 2000 #define DEFAULT_MAX_WAIT_FOR_GROUP_B_SIGNAL 15000 #define DEFAULT_MAX_AWAIT_ANSWER 60000 Thanks for any inputs, Fred --- Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/1 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/3 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/2 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/5 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/4 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/8 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/7 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/6 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/10 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 UniCall/9 local_unblocking_expired Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/1 event Local end unblocked -- Unicall/1 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/3 event Local end unblocked -- Unicall/3 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/2 event Local end unblocked -- Unicall/2 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/5 event Local end unblocked -- Unicall/5 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/4 event Local end unblocked -- Unicall/4 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/8 event Local end unblocked -- Unicall/8 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/7 event Local end unblocked -- Unicall/7 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/6 event Local end unblocked -- Unicall/6 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/10 event Local end unblocked -- Unicall/10 local unblocked Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: Unicall/9 event Local end unblocked -- Unicall/9 local unblocked -- I have 10 channels configured and I get this output: SNET-PBX*CLI> UC show channels Channel Extension Context Status Language MusicOnHold 21 external Idle br default 20 external Idle br default 19 external Idle br default 18 external Idle br default 17 external Idle br default 15 external Idle br default 14 external Idle br default 13 external Idle br default 12 external Idle br default 11 external Idle br default 10 external Idle br default 9 external Idle br default 8 external Idle br default 7 external Idle br default 6 external Idle br default 5 external Idle br default 4 external Idle br default 3 external Idle br default 2 external Idle br default 1 external Idle br default SNET-PBX*CLI> UC show channel 1 Channel: 1LI> File descriptor: 16 Group: 2*CLI> Extension: I> Context: external Destroy: 0LI> Signalling type: mfcr2 Signalling variant: br,10,4 Signalling end: CPE Owner: <None> Real: <None> Callwait: <None> Threeway: <None> Confno: -1 Propagated conference: -1 Real in conference: 0 Dialing: 0 Default law: unknown Fax handled: no UniCall flags: unicall.conf ; ; Sample configuration file ; [channels] language=br context=external usecallerid=yes hidecallerid=no restrictcid=no callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=no callreturn=no echocancel=yes echocancelwhenbridged=yes echotraining=yes echotraining=800 relaxdtmf=yes rxgain=5.0 txgain=5.0 callgroup=1 pickupgroup=1 immediate=no callerid=asreceived amaflags=default accountcode=line-E1 faxdetect=no musiconhold=default loglevel=255 protocolclass=mfcr2 protocolvariant=br,10,4 protocolend=cpe group=1 channel => 1-10 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060607/14f58127/attachment.htm
Moises Silva
2006-Jun-08 06:48 UTC
[Asterisk-Users] Unicall local_unblocking_expired error
Not sure, may be somebody else can confirm what im going to tell.>From reading the code, it seems the expired timer means the other endhave not recognized the Idle status of your local end (your box). When you start Asterisk, chan_unicall set the ABCD bits to the "unblocked" status and start the timer with BLOCKING_RELEASE_TIME seconds as grace time for the other end to detect your new "unblocked" status. It seems to me that is not a problem. In fact chan_unicall use WARNINGS for every debug message, so I think is not even a true warning. What real problem do you have? cannot place calls? On 6/7/06, Frederic Jean <fjean@sunnetgroup.net> wrote:> > > > Hello all, and especially Steve, > > It seems my libunicall installation is having a little problem when > initializing. > > Should I play with these ? > > #define DEFAULT_BLOCKING_RELEASE_TIME 450 > #define DEFAULT_ANSWER_GUARD_TIME 100 > #define DEFAULT_RELEASE_GUARD_TIME 20 > #define DEFAULT_T1 15000 > #define DEFAULT_T1A > 150 > #define DEFAULT_T1B > 60000 > #define DEFAULT_T2 > 24000 > #define DEFAULT_T3 > 15000 > #define DEFAULT_MAX_SEIZE_ACK_WAIT 2000 > #define DEFAULT_MAX_WAIT_FOR_GROUP_B_SIGNAL 15000 > #define DEFAULT_MAX_AWAIT_ANSWER 60000 > > Thanks for any inputs, > Fred > > --- > > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/1 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/3 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/2 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/5 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/4 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/8 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/7 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/6 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/10 local_unblocking_expired > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:634 unicall_report: MFC/R2 > UniCall/9 local_unblocking_expired > > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/1 event Local end unblocked > -- Unicall/1 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/3 event Local end unblocked > -- Unicall/3 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/2 event Local end unblocked > -- Unicall/2 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/5 event Local end unblocked > -- Unicall/5 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/4 event Local end unblocked > -- Unicall/4 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/8 event Local end unblocked > -- Unicall/8 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/7 event Local end unblocked > -- Unicall/7 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/6 event Local end unblocked > -- Unicall/6 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/10 event Local end unblocked > -- Unicall/10 local unblocked > Jun 7 15:43:38 WARNING[3445]: chan_unicall.c:2694 handle_uc_event: > Unicall/9 event Local end unblocked > -- Unicall/9 local unblocked > > > -- I have 10 channels configured and I get this output: > > SNET-PBX*CLI> UC show channels > > Channel Extension Context Status Language MusicOnHold > 21 external Idle br default > 20 external Idle br default > 19 external Idle br default > 18 external Idle br default > 17 external Idle br default > 15 external Idle br default > 14 external Idle br default > 13 external Idle br default > 12 external Idle br default > 11 external Idle br default > 10 external Idle br default > 9 external Idle br default > 8 external Idle br default > 7 external Idle br default > 6 external Idle br default > 5 external Idle br default > 4 external Idle br default > 3 external Idle br default > 2 external Idle br default > 1 external Idle br default > > SNET-PBX*CLI> UC show channel 1 > > Channel: 1LI> > File descriptor: 16 > Group: 2*CLI> > Extension: I> > Context: external > Destroy: 0LI> > Signalling type: mfcr2 > Signalling variant: br,10,4 > Signalling end: CPE > Owner: <None> > Real: <None> > Callwait: <None> > Threeway: <None> > Confno: -1 > Propagated conference: -1 > Real in conference: 0 > Dialing: 0 > Default law: unknown > Fax handled: no > UniCall flags: > > > unicall.conf > > ; > ; Sample configuration file > ; > [channels] > > language=br > context=external > usecallerid=yes > hidecallerid=no > restrictcid=no > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=no > callreturn=no > echocancel=yes > echocancelwhenbridged=yes > echotraining=yes > echotraining=800 > relaxdtmf=yes > rxgain=5.0 > txgain=5.0 > callgroup=1 > pickupgroup=1 > immediate=no > callerid=asreceived > amaflags=default > accountcode=line-E1 > faxdetect=no > musiconhold=default > loglevel=255 > > protocolclass=mfcr2 > protocolvariant=br,10,4 > protocolend=cpe > group=1 > channel => 1-10 > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.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"