Hi Marco,
it seems that msns=* is necessary to make Asterisk work correctly...I do not why... We have another PBX with a monoBRI but have not this problem, maybe is the different ISDN telco or the old misdn driver does not complain....the important is that now it works!! I have only to fix some warning (I hope for an update of the beronet manual) and it seems all right.


Thank you again for help!!





Marco Mouta wrote:
msns is as far as i know, similar to DIDs but it includes the complete Dialed number (the number your customer has dialed to call you).

put msns=*

also test this:
[outbound_isdn]
exten=> _X.,1,Answer()
exten => _X.,n,Playback(vm-goodbye)
exten => _X.,n,Hangup

exten=> s,1,Answer()
exten => s,n,Playback(vm-goodbye)
exten => s,n,Hangup


Enable an higher debug level for misdn messages in misdn.conf (I think is this the file).

Pls post your results Asterisk CLI.

On 9/6/06, * Giorgio Incantalupo* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi Marco,
    I have not a normal extensions.conf:
    [outbound_isdn]

    include => parkedcalls

    exten => _X.,1,DeadAGI(exten2.py)
    exten => _X.,2,Hangup

    exten => s,1,DeadAGI(exten2.py)
    exten => s,2,Hangup

    The problem is I do not see the usual coloured output on Asterisk
    console (-- Executing DeadAGI("SIP/8-1d1a", "exten2.py") in new stack)
    even with verbose 100. It seems like extensions.conf is not
    considered.


    I looked for msns parameter on internet but it is not very clear
    what it
    means...is it for inbound or outbound calls?


    Thank You


    Giorgio Incantalupo



    Marco Mouta wrote:
    > please post also your extensions.conf !
    > ;
    > ; inbound group
    > ;
    > [inbound]
    > ; Giorgio test:
    > pmp_l1_check=no
    > >;msns=*
    >
    > This Line must be uncomment for sure, of course you may match only
    > specific msns, but for now keep it msns=*
    >
    > msns=*
    >
    > ; end test
    > ports = 1
    > context = outbound_isdn
    >
    >
    > On 9/6/06, *Giorgio Incantalupo* < [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    > <mailto:[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>>> wrote:
    >
    >     Hi Marco,
    >     in attachment you can find my misdn.conf . Consider that I'm
    still
    >     fixing
    >     some warning because I recently upgraded from install-misdn to
    >     install-misdn-mqueue but the driver installation manual has not
    >     changed.
    >     Some comments are due to the fact I'm still making tests to
    solve the
    >     incoming calls problem I mentioned.
    >
    >
    >     Thank you.
    >
    >
    >     Giorgio Incantalupo
    >
    >
    >
    >
    >     Marco Mouta wrote:
    >     > Please post your *misdn*-*init*.*conf as well as
    misdn.conf so i can
    >     > try to help u*
    >     >
    >     > On 9/5/06, *Giorgio Incantalupo*
    <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
    >     <mailto: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>>
    >     > <mailto:[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    >     <mailto: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>>>> wrote:
    >     >
    >     >     Hi,
    >     >     I hava an Asterisk box with a monoBRI +
    install-misdn-mqueue
    >     >     0.3.1-rc23
    >     >     package installed.
    >     >     I can make outbound calls but cannot receive any. I get no
    >     Asterisk
    >     >     messages on the console except for these:
    >     >
    >     >     P[ 1] GOT IGNORE SETUP
    >     >     P[ 1] CC_RELEASE_COMPLETE|CONFIRM [TE]
    >     >     P[ 1] release_chan: Ch not found!
    >     >
    >     >     Is there anybody who can help me, please?
    >     >
    >     >
    >     >     TIA
    >     >
    >     >
    >     >     Giorgio Incantalupo
    >     >     _______________________________________________
    >     >     --Bandwidth and Colocation provided by Easynews.com
    <http://Easynews.com>
    >     <http://Easynews.com>
    >     >     <http://Easynews.com> --
    >     >
    >     >     asterisk-users mailing list
    >     >     To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
    <http://lists.digium.com/mailman/listinfo/asterisk-users>
    >     >
    >     >
    >     >
    >     >
    >     > --
    >     > Com os melhores cumprimentos,
    >     >
    >     > Marco Mouta
    >     >
> ------------------------------------------------------------------------

    >
    >     >
    >     > _______________________________________________
    >     > --Bandwidth and Colocation provided by Easynews.com
    <http://Easynews.com>
    >     < http://Easynews.com> --
    >     >
    >     > asterisk-users mailing list
    >     > To UNSUBSCRIBE or update options visit:
    >     >     http://lists.digium.com/mailman/listinfo/asterisk-users
    >     >
    >
    >
    >
    >     [general]
    >     debug = 5
    >     tracefile = /var/log/asterisk/misdn.trace
    >     trace_calls = false
    >     trace_dir = /var/log/asterisk/misdn
    >     bridging = yes
    >     stop_tone_after_first_digit = yes
    >     append_digits2exten = yes
    >     l1_info_ok = yes
    >     clear_l3 = no
    >     method = standard
    >
    >     ;;; CRYPTION STUFF
    >
    >     dynamic_crypt = no
    >     crypt_prefix = **
    >     crypt_keys = test,muh
    >
    >     ; users sections:
    >
    >     [default]
    >     context = misdn
    >     language = it
    >     nationalprefix = 0
    >     internationalprefix = 00
    >     rxgain = 0
    >     txgain = 0
    >     te_choose_channel = no
    >     dialplan = 0
    >     use_callingpres = yes
    >     echocancelwhenbridged = no
    >     echotraining = yes
    >
    >     ;
    >     ; inbound group
    >     ;
    >     [inbound]
    >     ; Giorgio test:
    >     pmp_l1_check=no
    >     ;msns=*
    >     ; end test
    >     ports = 1
    >     context = outbound_isdn
    >
    >
    >
    >
    >     _______________________________________________
    >     --Bandwidth and Colocation provided by Easynews.com
    <http://Easynews.com>
    >     <http://Easynews.com> --
    >
    >     asterisk-users mailing list
    >     To UNSUBSCRIBE or update options visit:
    >        http://lists.digium.com/mailman/listinfo/asterisk-users
    >
    >
    >
    >
    >
    > --
    > Com os melhores cumprimentos,
    >
    > Marco Mouta
    >
    ------------------------------------------------------------------------
    >
    > _______________________________________________
    > --Bandwidth and Colocation provided by Easynews.com
    <http://Easynews.com> --
    >
    > asterisk-users mailing list
    > To UNSUBSCRIBE or update options visit:
    >    http://lists.digium.com/mailman/listinfo/asterisk-users
    <http://lists.digium.com/mailman/listinfo/asterisk-users>
    >

    _______________________________________________
    --Bandwidth and Colocation provided by Easynews.com
    <http://Easynews.com> --

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




--
Com os melhores cumprimentos,

Marco Mouta
------------------------------------------------------------------------

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

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

Reply via email to