Re: [asterisk-users] asterisk 1.8 fax woes

2010-11-13 Thread Charles Moye
This does sound like something that should stay on Asterisk-users.

On Sat, Nov 13, 2010 at 3:36 AM, Jeremy Kister  wrote:

> I upgraded from a perfectly working 1.6.2 asterisk installation
> (including fax via app_fax_digium) to 1.8.0 this evening.
>

So you made sure to remove the res_fax.so module that was there from 1.6.2?
Tried cleaning out the modules directory then installing just the 1.8
modules to be safe?


> All my custom modules (including swift ) are working
> fine except for fax.
>
> When a caller connects, asterisk switches to the fax context and hangs
> up the call.
>
> i've captured with:
>  core set verbose 10
>  core set debug 10
>  fax set debug on
>  sip set debug peer vgw1
>
> (vgw1 is my cisco 1760 ata)
>
> http://jeremy.kister.net/tmp/fax/console.txt
> http://jeremy.kister.net/tmp/fax/messages.txt
> http://jeremy.kister.net/tmp/fax/sip.txt
>
>
> I've tried using the packaged app_fax_spandsp and also Digium's
> app_fax_digum for 1.8.0-rc1 -- no difference in behavior.
>
> Anyone have any ideas how I can get this fixed?
>

Have you tried doing tests where you send all calls straight into ReceiveFax
and disable faxdetect? That may help track down where the problem is at
least. You can put a noop before the call to receivefax if you'd like, but
keep it simple and don't do anything else for this part of the test.

If you've got a paid for Fax license (as opposed to Free Fax) then you can
also contact Digium Support.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] TELUS British Columbia PRI Settings

2010-08-28 Thread Charles Moye
Oh, and that isn't how a spanmap looks either. It looks like you have mixed
some stuff from system.conf and chan_dahdi.conf here. My guess is your
system.conf is configured at least mostly right, and that is why everything
goes green.

http://svn.asterisk.org/svn/dahdi/tools/branches/2.3/system.conf.sample

On Sat, Aug 28, 2010 at 8:35 AM, Charles Moye  wrote:

> > [trunkgroups]
>
> > trunkgroup => 1,24
>
> > spanmap => 1,1,0,esf,b8zs
>
> If you're only using one span, is there a reason you are using trunkgroups?
> I believe those only get used for NFAS and GR-303
>
> > #include /etc/asterisk/dahdi-channels.conf
>
> Do you have anything defined in this file? Since it comes at the top, any
> changes you make below it won't affect anything defined in that file.
>
> > bchannel => 1-12
>
> > dchannel => 24
>
> I didn't think bchannel and dchannel were valid for chan_dahdi.conf. Don't
> those only exist in system.conf?
> I believe you only declare 'channel' for the b-channels in chan_dahdi.conf.
>
>
> http://svn.asterisk.org/svn/asterisk/branches/1.6.2/configs/chan_dahdi.conf.sample
>
>
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] TELUS British Columbia PRI Settings

2010-08-28 Thread Charles Moye
> [trunkgroups]

> trunkgroup => 1,24

> spanmap => 1,1,0,esf,b8zs

If you're only using one span, is there a reason you are using trunkgroups?
I believe those only get used for NFAS and GR-303

> #include /etc/asterisk/dahdi-channels.conf

Do you have anything defined in this file? Since it comes at the top, any
changes you make below it won't affect anything defined in that file.

> bchannel => 1-12

> dchannel => 24

I didn't think bchannel and dchannel were valid for chan_dahdi.conf. Don't
those only exist in system.conf?
I believe you only declare 'channel' for the b-channels in chan_dahdi.conf.

http://svn.asterisk.org/svn/asterisk/branches/1.6.2/configs/chan_dahdi.conf.sample
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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