[asterisk-bugs] [JIRA] Closed: (ASTERISK-20058) Unable to receive inbound CallerID from analog PSTN circuit using Xorcom XR0030 FXO

Anthony Messina (JIRA) noreply at issues.asterisk.org
Thu Aug 23 23:51:07 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Messina closed ASTERISK-20058.
--------------------------------------

    Resolution: Cannot Reproduce

This cannot be reproduced with another hardware card, though no one was able to get this Xorcom to work.

> Unable to receive inbound CallerID from analog PSTN circuit using Xorcom XR0030 FXO
> -----------------------------------------------------------------------------------
>
>                 Key: ASTERISK-20058
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20058
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_dahdi
>    Affects Versions: 10.5.1
>         Environment: Dell PE R210 II
> Fedora 17 x86_64
> Xorcom XR0030 6FXS/2FXO
>            Reporter: Anthony Messina
>            Assignee: Anthony Messina
>         Attachments: full, Rx13.raw
>
>
> Using Asterisk 10.5.1 from the stock Fedora 17 builds, I am unable to receive callerid on my trunk FXO interface (AT&T PSTN) using a Xorcom XR0030 6FXS/2FXO.  The following extensions.conf configuration is the same as when I was using a TDM400p and had no callerid issues.  I am able to receive incoming calls and place outgoing calls via the interface/channel, but I cannot receive callerid from the FXO/PSTN ports on the Xorcom.  I have debugged the issue with Xorcom, who couldn't find anything wrong on their end and have also had tzafrir take a look at my configs who also couldn't find any issues.  I am in the US.  I am able to successfully receive callerid on a regular (non-Asterisk) phone on the PSTN line.
> I see the following in the console:
> {code}
> -- Executing [s at default:2] NoOp("DAHDI/13-1", "Incoming call from "" <>") in new stack
> {code}
> {code}
> [default]
> exten => s,1,Wait(1)
> same => n,NoOp(Incoming call from ${CALLERID(all)})
> same => n,GotoIf($["${CALLERID(num)}" = "773525XXXX"]?gate)
> same => n,Background(custom-menu-1,m)
> same => n,GotoIfTime(06:30-21:30,*,*,*?pass)
> same => n,Gosub(in,2200,1)
> same => n,Goto(vm-external,2200,1)
> same => n(gate),Gosub(in,${EXTEN},1)
> same => n,Set(CALLERID(name)=Front Gate Intercom)
> same => n,SIPAddHeader(Alert-Info: info=<Bellcore-dr2>)
> same => n,Dial(${DAHDI1}r2&${AASTRA480I},30)
> same => n,Goto(vm-external,2200,1)
> same => n(pass),Gosub(in,2200,1)
> same => n,SIPAddHeader(Alert-Info: info=<Bellcore-dr2>)
> same => n,Dial(${DAHDI1}r2&${AASTRA480I},20)
> same => n,Goto(vm-external,2200,1)
> {code}
> In chan_dahdi.conf:
> {code}
> [trunkgroups]
> [channels]
> language=en
> usecallerid=yes
> callwaiting=yes
> usecallingpres=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> canpark=yes
> cancallforward=yes
> callreturn=yes
> echocancel=yes
> echocancelwhenbridged=no
> echotraining=no
> group=1
> callgroup=1
> pickupgroup=1
> useincomingcalleridondahditransfer=yes
> callprogress=no
> progzone=us
> mohinterpret=default
> mohsuggest=default
> description=Internal phones
> signalling=fxo_ks
> callerid="Anthony & Marci" <2202>
> context=mss
> mailbox=2200
> channel => 1-6
> description=Astribank special output
> context=astbank-output
> channel => 7-8
> description=Astribank special input
> immediate=yes
> context=astbank-input
> channel => 9-12
> immediate=no
> description=AT&T trunk
> group=2
> accountcode=pstn
> callerid=asreceived
> context=default
> ;faxdetect=incoming
> signalling=fxs_ks
> channel => 13-14
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list