[asterisk-users] help me!!Problem on incoming calls

Marco Mouta marco.mouta at gmail.com
Fri Sep 1 08:33:33 MST 2006


Hi

Calls from Cellphones and from landline phones arriving into your asterisk
using the same PSTN provider? Or do you have GSM gateway?

It seems to me your problem is you are not receiving any DID or MSNs when
call comes from landline (i mean start with 0)

M.



On 9/1/06, Andrea infoteam <denadaia at infoteam.it> wrote:
>
>  Hi marco,
>
> this is my cli when i receive a call beginning with 0,i have done two
> tests:
>
> First test the cli is:
>
>     -- Executing Answer("VISDN/visdn1.2/10.I", "") in new stack
>     -- Executing Playback("VISDN/visdn1.2/10.I", "vm-goodbye") in new
> stack
>     -- Playing 'vm-goodbye' (language 'it')
>     -- Executing Hangup("VISDN/visdn1.2/10.I", "") in new stack
>
> Second test the cli is:
>
>     -- Executing NoOp("VISDN/visdn1.1/11.I", "No DID or CID Match") in new
> stack
>     -- Executing Answer("VISDN/visdn1.1/11.I", "") in new stack
>     -- Executing Wait("VISDN/visdn1.1/11.I", "2") in new stack
>     -- Executing Playback("VISDN/visdn1.1/11.I", "ss-noservice") in new
> stack
>     -- Playing 'ss-noservice' (language 'it')
>     -- Executing SayAlpha("VISDN/visdn1.1/11.I", "") in new stack
> Please,what's mean the "network_specific_prefix = , subscriber_prefix = ,
> abbreviated_prefix = " in section [global] of the visdn.conf file?
>
> Another questions for you...you speak Italian language?
>
> Thanks in advance for answers
>
>
>
>
>  ----- Original Message -----
> *From:* Marco Mouta <marco.mouta at gmail.com>
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users at lists.digium.com>
> *Sent:* Friday, September 01, 2006 3:23 PM
> *Subject:* Re: [asterisk-users] help me!!Problem on incoming calls
>
> add this to [justtotest]
> exten=>s,1,Answer
> exten=>s,2,Playback(vm-goodbye)
> exten=>s,3,hangup
>
>
> reply your results and asterisk cli
>
> On 9/1/06, Andrea infoteam <denadaia at infoteam.it> wrote:
>
> >     Hi Marco,
> > my from-trunk context in extensions.conf is:
> >
> > [from-trunk]
> > include => from-pstn
> >
> >  [from-pstn]
> > include => from-pstn-custom                     ; create this context in
> > extensions_custom.conf to include customizations
> > include => ext-findmefollow  ; MODIFICATOIN (PL) for findmefollow if
> > enabled, should be bofore ext-local
> > include => ext-did-direct  ; MODIFICATOIN (PL) put before ext-did to
> > take precedence
> > include => ext-did
> > exten => fax,1,Goto(ext-fax,in_fax,1)
> >
> >  ;end from-trunk
> >
> > I tested your example:
> > The input calls from cellphones execute the [justtotest] section,
> > the other input calls not worked fine.
> >
> >  ----- Original Message -----
> > *From:* Marco Mouta <marco.mouta at gmail.com>
> > *To:* Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users at lists.digium.com>
> >  *Sent:* Friday, September 01, 2006 12:14 PM
> > *Subject:* Re: [asterisk-users] help me!!Problem on incoming calls
> >
> > Hi,
> >
> > Please Post your from-trunk context or clever than that create a context
> > in extensions_custom.conf:
> >
> > [justtotest]
> > exten=>_X.,1,Answer
> > exten=>_X.,2,Playback(vm-goodbye)
> > exten=>_X.,3,hangup
> >
> >
> >
> > and in your
> >
> > [VISDN1.2]
> >
> > ....
> > context=justtotest
> > .....
> >
> > Be aware to write only in extensions_custom.conf , the other files are
> > changed by trixbox on updates(at least this is the beavior of freepbx from
> > "hold" asterisk at home the previous of Trixbox.
> >
> >
> > Please post your results.
> >
> > Best regards
> >
> >
> >
> >
> > >
> > >  ----- Original Message -----
> > > *From:* Marco Mouta <marco.mouta at gmail.com>
> > > *To:* Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users at lists.digium.com>
> > > *Sent:* Thursday, August 31, 2006 6:07 PM
> > > *Subject:* Re: [asterisk-users] help me!!Problem on incoming calls
> > >
> > > forgot to mention, it may help if you post your extensions.conf
> > >
> > > As you are using from-internal context for this calls,and you are
> > > using trixbox, have look in extensions_additional.conf and all
> > > extension_*.conf to find out your [from-internal] context.
> > >
> > > By the way I wouldn't use the from-internal context for incoming calls
> > > from PSTN line...
> > >
> > >
> > > On 8/31/06, Marco Mouta < marco.mouta at gmail.com> wrote:
> > > >
> > > > Hi Please Post you Asterisk CLi when incoming is arriving.
> > > >
> > > >
> > > >
> > > > On 8/31/06, Patrick < asterisk-list at puzzled.xs4all.nl > wrote:
> > > > >
> > > > > On Thu, 2006-08-31 at 17:27 +0200, Andrea infoteam wrote:
> > > > > > Hi,
> > > > > >
> > > > > > Please Help me!!!
> > > > > >
> > > > > > I've installed TrixBox  and VISDN (snapshot 20060802) on a PC
> > > > > with an
> > > > > > HFC-4s card. Outbound Calls work fine, and inbound calls from
> > > > > > Cellphones
> > > > > > work fine too.
> > > > > >
> > > > > > I have a problem with incoming calls beginning with 0 (national
> > > > > and
> > > > > > international calls-I stay in Italy)
> > > > > >
> > > > > > Thanks in advance for answers
> > > > > > Andrea De Nadai
> > > > > >
> > > > > Wouldn't it be a better idea to ask on the vISDN mailing list
> > > > > and/or the
> > > > > Trixbox forum? You are after all using their software...
> > > > >
> > > > > Regards,
> > > > > Patrick
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > --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
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Com os melhores cumprimentos,
> > > >
> > > > Marco Mouta
> > > >
> > >
> > >
> > >
> > > --
> > > 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
> > >
> > > ------------------------------
> > >
> > > No virus found in this incoming message.
> > > Checked by AVG Free Edition.
> > > Version: 7.1.405 / Virus Database: 268.11.7/434 - Release Date:
> > > 30/08/2006
> > >
> > >
> > _______________________________________________
> > --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
> >
> >
> >
>
>
> --
> 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
>
> ------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.11.7/434 - Release Date: 30/08/2006
>
>


-- 
Com os melhores cumprimentos,

Marco Mouta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060901/3cc7ca56/attachment.htm


More information about the asterisk-users mailing list