|
||||||||||||||||
Yes, so simple. In asterisk is opposite that's why I made a mystake - strange it was reporting a call at all. So now incoming calls work fine including caller ID. But I still have a problem with outgoing calls. When I dial in the softphone I just hear dial tone but it sounds like a dial done from the analog line - not like the one generated by the softphone. So seems like tone dialing is yet to be done after that - are there some other parameters related to dialing which should be tweaked? Thanks, Milan > Hi > > This is an FXO card so in zapcard.conf type must be FXO not FXS. > > Marian > > Milan Rukavina wrote: >> Hi All, >> >> I bought recently Sangoma USBfxo device >> http://wiki.sangoma.com/sangoma-wanpipe-usbfxo.I succeeded to install >> drivers /zaptel and run USBfxo with Asterisk, but my target platform is >> Yate with zapcard/analog modules. The only thing I made to work for now >> is to make my SIP phone ring on incoming calls, but when I pick up a >> call nothing happens. Also, when caller hangs up - sip still rings. >> Caller ID is not present, but it works with Asterisk. >> >> Also, I'm not able to make outgoing call - it's routed well to analog >> module but it freezes in status trying. >> >> Is there anything particular I should look at and change in >> configuration files: >> >> *zapcard.conf:* >> [span1] >> type=FXS >> offset=0 >> voicechans=1 >> >> [span2] >> type=FXS >> offset=1 >> voicechans=1 >> >> *analog.conf:* >> [house-fxs] >> type=FXS >> spans=span1,span2 >> >> *regexroute.conf:* >> ;outbound calls >> ^9\(.*\)$=analog/house-fxs;called= >> ;inbound calls >> ${address}^house-fxs/\(.*\)$=;called=1001 >> >> Thanks, >> Milan > |