similar to: Asterisk T38

Displaying 20 results from an estimated 7000 matches similar to: "Asterisk T38"

2007 May 09
5
Mobile Number to Mobile carrier mapping
Hi Folks, Is there a way to find out the mobile/landline carrier name based on the phone number? For example, who is the mobile carrier for (415)2345678 I had heard about some query but just don't remember how/what? Thanks in advance. Ritesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jan 17
3
Asterisk 1.6 T38 to G711 transcoding is this possible?
The scenario we have is fax send/recieve software that ONLY talks T38 and an asterisk box. We have ITSP providers that do NOT talk T38 but G711 only. Does asterisk have the capability to take the T38 call from an ATA or T38 software then bridge/transcode it and do G711 out to the PSTN providers? If not is there another product PAID or FREE software or hardware that can do this easily and
2009 Mar 16
2
t38 iax trunk
Hi all, I have a question regarding using T38 for fax sending and here is my scenario: fax -> SIP ATA (T38 enabled) -> Asterisk #1 -> IAX TRUNK -> Asterisk #2 -> SIP ATA (T38 enabled) -> fax My question is, how can I know if I'm really using T38? is T38 information coming to the other side (because of SIP to IAX conversion) or just plain g711a data? I'm using Linksys
2009 Oct 06
2
T38 REINVITe issue
Hi My call flow is T38 static IP gateway --> Asterisk --> Sip Provider--> PSTN Call is placed in reverse direction - from PSTN to T38 Gateway. T38 GW reinvites with T38, and asterisk passes it along to the SIP provider. The SIP provider challenges it and asterisk reponds to the Challenge with INVITE with Auth credentials...however, the Asterisk changes the SDP and replaces the T38
2006 Nov 15
2
T38 problem
I have problem with fax machine Panasonic DX600. It's connected to Grandstream Handy Tone 386 which is connected to Asterisk. Asterisk is connected to my SIP provider. To some numbers I can't send FAX, and I get following error on CLI. WARNING[2237] chan_sip.c: Unknown SDP media type in offer: image 31358 udptl t38 I believe that Panasonic DX600 machine supports T38. And when I have
2010 May 25
2
Little t38 bug?
Hello List, I think I've discovered a little bug in t.38 bug in 1.6.0.22 regarding the speed (T38MaxBitRate) used to send the faxes. Asterisk always responds with a=T38MaxBitRate:2400. I've tried with Patton and Grandstream devices and the result is always the same. Patton ignores the parameter and sends the fax at 9600.
2010 Jan 23
2
fax over IP - http/ftp-provisioning - intercom
Dear members of the list, a customer of mine has some questions and I would like to pose some of them further to you guys. What is the situation with Asterisk and fax over IP ? Can Asterisk receive a fax over a POTS or ISDN line ?? Do I then need a Digium TDM-card and an FXO-module or a T38-gateway ? What phones should I use to automatically configure them from a central place via HTTP or FTP ?
2006 Nov 13
2
FAX using T38
Dear all, I'm trying to enable Asterisk to work with FAX using T38. I've tried Asterisk 1.2.4 with the available patch found at URL http://bugs.digium.com/view.php?id=5090 and also with the new 1.4 Beta3 that is announced to support it too. With both Asterisk versions, I've sent with success FAXes between two FAX machines each one attached to an ATA interface, both registered in
2008 May 05
2
T38 Passthrough Verification
Hi All, I have 1.4.9.1 setup, with the compiler flags enabled for T38, and have a Mediatrix 2102 and a Linksys SPA 8000-G1. I can pass faxes between devices but can't seem to invoke T38 pt UDPTL. It's enabled in sip.conf [general] and well as the [peer]. I get an error at the CLI: WARNING[3096]: chan_sip.c:14149 handle_request_invite: RTP re-invite after T38 session not handled yet !
2009 Jun 26
4
T38 Fax Gateway for Asterisk 1.6
Hi, I remember seeing a T38 Gateway application for Asterisk 1.6 floating around, but I can't seem to find it again. Does anyone have any pointers to it? I really want to be able to send an incoming T38 connection directly to the PSTN. Thanks. -- James
2009 Nov 07
1
Asterisk 1.6.1 + Cisco AS5300 + Fax T38 ?
Hi I have finished the installation of my VoIP basic configuration ... Actually: - All calls from my E1 are received by a Cisco AS5300 and sent to my Asterisk (in G711 by SIP). - All user are connected by SIP to the Asterisk - All calls from User are sent by asterisk to the Cisco AS5300 Now, i want see if i can supply T38 Fax Gateway .... I am search to: - Cisco Receive all
2010 Sep 22
1
T38 and codecs negotiation
Hi, I'm working with asterisk 1.4.35 and found an issue regarding codecs negotiation when T38 is enabled (t38pt_udptl=yes). In particular if the INVITE sdp contains no allowed codec the call is not rejected with "488 - Not acceptable here" but it goes through and the 200 OK SDP is as follows: v=0 o=root 27285 27285 IN IP4 xxx.xxx.xxx.xxx s=session c=IN IP4 xxx.xxx.xxx.xxx t=0 0
2010 Feb 20
1
Fax, T38 and NAT
Gentlemen, I have 3 faxes attached to an Asterisk. Fax - SPA2102 - Asterisk. 0851711201 and 0851711290 is on our WAN, no NAT. 0197673581 is outside our WAN and needs to be NAT'ed. Sending a fax from 0851711201 to 0851711290, no problem, switches to T38 and fax goes through. Sending a from 0197673581 to 0851711201, no problem as long as i dont enable T38 on 0197673581. But, if i enable T38
2010 May 18
2
Asterisk 1.4.30 & T38
Hello list, I read on voip-info.org that Asterisk 1.4 support T38 passthrough. So I guess this means that I can have a Grandstream HT503 with T38 support and an analogue faxmachine on the other side of my Asterisk and a T38-account with a ITSP on the other side of my Asterisk machine, right ?! The fax coming from the faxmachine passes the HT503 to my Asterisk and my Asterisk sends the fax to
2006 Mar 15
1
Development news :: T38 passthrough
I found a bug in the latest T38 passthrough patches, the effect is that a non-SIP call after being put on hold is then lost, no resume is possible. The fix is to be applied in the chan_sip.c file: } else { /* No bridged peer with T38 enabled*/ transmit_response_with_sdp(p, "200 OK", req, 1); } - } + } else transmit_response_with_sdp(p, "200
2014 Jun 13
2
pull a call from a queue
We have a queue monitoring application running so we can see the caller ID of callers in a queue. If we see a VIP in the queue, is there any method to force that call to be first in line? If there's a softphone, or queue managing application already written that does this, I'd love to know.
2009 Apr 26
3
Digium fax force T38?
Is it possible to force T38 for all invocations ReceiveFAX() ? Receiving fax always worked OK on Callweaver though I could put SipT38Switchover() into the dial plan. I can't with Digium fax, and it always fails at the point it decides to switch to T38.
2010 Mar 06
2
Mail-2-Fax and Fax-2-Mail solution for Asterisk with T38
Hi, I am looking for an Mail-2-Fax and in a second step Fax-2-Mail-solution that works via T38 with Asterisk, currently still version 1.4 but it also should work with 1.6. For Mail-2-Fax I am thinking that you either have to install a special printer-driver on your Windows-PC (Mac and Linux would be good too), where you can print your fax too and where you have to enter the destination number.
2006 Feb 21
1
Asterisk and T38 Fax
How can I get asterisk to work with faxes in my configuration? I have a WAN with Asterisk at the centre and Mediatrix 1104 gateways at the end nodes providing tone to legacy PBX's and fax machines. The Asterisk is connected to the PSTN via a Digium single port t1. The end nodes are connected via frame-relay 128kbps links. I want to use g.729 between the end nodes and the Asterisk box at
2013 Aug 01
2
Asterisk 1.4 CDR vs VoIP Innovations CDR
When I compare my total minutes on the bill from VoIP Innovations, to the number from our CDRs, I'm finding a smalish (3-4%) discrepancy in the count of minutes. I'm wondering why it's there. Are there different methods of counting the billable start or end point of a phone call? If it matters, I'm counting more termination minutes than they are and they're counting more