FAX Calls

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

FAX Calls

Post by AGCUSA »

1. Brekeke Product Name and version:Brekeke PBX 2.3.7.4 PRO

2. Java version:Latest

3. OS type and the version:Linux Redhat

4. UA (phone), gateway or other hardware/software involved:
SIPURA SPA2100 3.3.9
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem: I guess the PBX doesn't recognize t.38. I reviewed the forum and didn't see much that would help in my case. I am using the sip server in the PBX to send the fax calls out but cannot get the inbound calls to work with my ITSP through the sip server. I am using g.711u for the codec.

Outbound I use:

Matching Pattern
$request=^INVITE
$registered=false
To=sip:([0-9]{11})@

Deploy:
To=sip:%1@ITSP IP Address

Inbound:
$request=^INVITE
To=sip:+13865xx5xxxx phone number dialed through ITSP

Deploy:
To=3865xx5xxxx

I may also be missing something in the matching and deploy fields to ensure that fax works.

Any help would be appreciated.
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

http://wiki.brekeke.com/wiki/FAX-Support
Inbound:
$request=^INVITE
To=sip:+13865xx5xxxx phone number dialed through ITSP

Deploy:
To=3865xx5xxxx
is it like?
$request=^INVITE
To=sip:\+13865xx5xxxx@

Deploy:
To=sip:3865xx5xxxx@
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

FAX

Post by AGCUSA »

Hope:

I tried that and it didn't work either. I set up the same number in the PBX and the INcoming call works fine. I did register the PBX ARS with the ITSP but I don't know how to program the SIP server for registration. I tried several combination's. The calls from my ITSP are coming in from a specific IP address and is point to my specific IP address. They ship 11 digits.

AGCUSA
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

are you going to send and receive fax to/from ITSP by bypassing pbx?
which way is working? sending fax to ITSP?

you can also try inbound as
matching:
$request=^INVITE
$addr = ITSP_IP

Deploy:
To=sip:3865xx5xxxx @

Put it above the outbound dialplan
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

Fax

Post by AGCUSA »

Hope,
I got it working like this:

Matching Pattern
$request=^INVITE
To=1386nxxxxxx@

Deploy
To=386nxxxxxx@
$auth=off

Thanks for all your help and quick response!
AGCUSA
Post Reply