Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
FAX Calls
Author Message
AGCUSA
Brekeke Junior Member


Joined: 13 Jul 2009
Posts: 8
Location: USA

PostPosted: Mon Jul 27, 2009 1:44 pm    Post subject: FAX Calls Reply with quote

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/networkpatterns.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 Patterns
$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.
Back to top
View user's profile
hope
Brekeke Master Guru


Joined: 15 Jan 2008
Posts: 862

PostPosted: Mon Jul 27, 2009 3:08 pm    Post subject: Reply with quote

http://wiki.brekeke.com/wiki/FAX-Support

Quote:
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@
Back to top
View user's profile
AGCUSA
Brekeke Junior Member


Joined: 13 Jul 2009
Posts: 8
Location: USA

PostPosted: Mon Jul 27, 2009 9:08 pm    Post subject: FAX Reply with quote

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
Back to top
View user's profile
hope
Brekeke Master Guru


Joined: 15 Jan 2008
Posts: 862

PostPosted: Tue Jul 28, 2009 11:47 am    Post subject: Reply with quote

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
Back to top
View user's profile
AGCUSA
Brekeke Junior Member


Joined: 13 Jul 2009
Posts: 8
Location: USA

PostPosted: Tue Jul 28, 2009 3:31 pm    Post subject: Fax Reply with quote

Hope,
I got it working like this:

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

Deploy
To=386nxxxxxx@
$auth=off

Thanks for all your help and quick response!
AGCUSA
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Page 1 of 1