X-ECN Telecoms-MailScanner-Information: Contact ECN Telecoms
X-ECN Telecoms-MailScanner: Found to be clean
X-ECN Telecoms-MailScanner-SpamCheck: not spam, SpamAssassin (not cached,
        score=-103.305, required 6, autolearn=not spam, ALL_TRUSTED -1.80,
        AWL 1.09, BAYES_00 -2.60, USER_IN_WHITELIST -100.00)
X-ECN Telecoms-MailScanner-From: [EMAIL PROTECTED]
X-Spam-Status: No


On Wed, 2008-01-23 at 17:58 -0500, Aaron Wickware wrote:
> I am having trouble figuring out an issue with T38Gateway().  My
> connection is all SIP via a dedicated PSTN connection (ULAW) to
> Verizon.  
> 
>  
> 
> Outbound faxing works absolutely fantastic (MP114"t38" --> Callweaver
> --> PSTN SIP Gateway"ULAW").  I am able to consistently send  15 page
> faxes over an idirect satellite link 
> 
>  
> 
> Inbound faxes fail everytime however (PSTN SIP Gateway"ULAW" -->
> Callweaver --> MP114"t38").  I can see that is failing because on the
> inbound fax, callweaver is doing a t.38 invite back to the SIP PSTN
> gateway, which it does not support.  Is there something I am doing
> wrong here?
> 
>  
> 
>  
> 
> My contexts are pretty simple:
> 
>  
> 
> [faxin]
> 
> exten => +15555555555,1,T38Gateway(Sip/mp114,60,h)
> 
> exten => +15555555555,2,Hangup()
> 
>  
> 
> [faxout]
> 
> exten => _9NXXNXXXXXX,1,T38Gateway(Sip/sipgateway/${EXTEN:1},360)
> 
> exten => _9NXXNXXXXXX,2,Hangup()
> 
>  

Callweaver assumes that SIP channels support T.38 by default.

AFAICT there is no way at the moment to use T.38 on one SIP leg and ULAW
on the other (the fact it works in the case where you dial Verizon, is
because they have to send you a T.38 re-invite, and they don't). You can
however Set(T38_DISABLE=1) before Dial()ing the mp114 and the fax should
go over ULAW the whole way.


>  
> 
> Regards
> 
>  
> 
> AW
> 
>  
> 
> 
> _______________________________________________
> Callweaver-users mailing list
> [email protected]
> http://lists.callweaver.org/mailman/listinfo/callweaver-users

Damjan


_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to