VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
dgonzalez at denwaip.com Guest
|
Posted: Wed Nov 20, 2013 2:33 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
-- |
|
Back to top |
|
|
alyed at vivoxie.com Guest
|
Posted: Wed Nov 20, 2013 2:48 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
|
|
Back to top |
|
|
dgonzalez at denwaip.com Guest
|
Posted: Wed Nov 20, 2013 2:57 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
|
|
Back to top |
|
|
kris at kriskinc.com Guest
|
Posted: Wed Nov 20, 2013 4:04 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
It is possible that Asterisk requires an rtpmap even for static payload types (I'm not sure about this). The INVITE from your provider omits rtpmap for payload type 18 (G729) which is perfectly valid.
On Wed, Nov 20, 2013 at 2:56 PM, Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)> wrote:
Quote: | Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
Kristian Kielhofner |
|
Back to top |
|
|
dgonzalez at denwaip.com Guest
|
Posted: Thu Nov 21, 2013 8:24 am Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Any posible solution?
On Wed, Nov 20, 2013 at 6:03 PM, Kristian Kielhofner <kris@kriskinc.com (kris@kriskinc.com)> wrote:
Quote: | It is possible that Asterisk requires an rtpmap even for static payload types (I'm not sure about this). The INVITE from your provider omits rtpmap for payload type 18 (G729) which is perfectly valid.
On Wed, Nov 20, 2013 at 2:56 PM, Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)> wrote:
Quote: | Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
Kristian Kielhofner
--
_____________________________________________________________________
-- 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
|
--
|
|
Back to top |
|
|
BryantZ at zktech.com Guest
|
Posted: Thu Nov 21, 2013 9:23 am Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Can you funnel them through a specific inbound dial context. Then force a re-invite to g729?
Thanks
Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
From: "Damian Gonzalez" <dgonzalez@denwaip.com>
Sent: Thursday, November 21, 2013 8:25 AM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] Movistar sip Mexico
Any posible solution?
On Wed, Nov 20, 2013 at 6:03 PM, Kristian Kielhofner <kris@kriskinc.com (kris@kriskinc.com)> wrote:
Quote: | It is possible that Asterisk requires an rtpmap even for static payload types (I'm not sure about this). The INVITE from your provider omits rtpmap for payload type 18 (G729) which is perfectly valid.
On Wed, Nov 20, 2013 at 2:56 PM, Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)> wrote:
Quote: | Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
Kristian Kielhofner
--
_____________________________________________________________________
-- 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
|
--
|
|
Back to top |
|
|
alyed at vivoxie.com Guest
|
Posted: Thu Nov 21, 2013 5:08 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Which version of Asterisk are you using?
According to http://www.voip-info.org/wiki/view/Asterisk%20T.38 unless you are using Asterisk 10, there's quite some patching (or buying) you'll need to be doing.
Alyed
2013/11/21 Bryant Zimmerman <BryantZ@zktech.com (BryantZ@zktech.com)>
Quote: | Can you funnel them through a specific inbound dial context. Then force a re-invite to g729?
Thanks
Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
From: "Damian Gonzalez" <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Sent: Thursday, November 21, 2013 8:25 AM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)>
Subject: Re: [asterisk-users] Movistar sip Mexico
Any posible solution?
On Wed, Nov 20, 2013 at 6:03 PM, Kristian Kielhofner <kris@kriskinc.com (kris@kriskinc.com)> wrote:
Quote: | It is possible that Asterisk requires an rtpmap even for static payload types (I'm not sure about this). The INVITE from your provider omits rtpmap for payload type 18 (G729) which is perfectly valid.
On Wed, Nov 20, 2013 at 2:56 PM, Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)> wrote:
Quote: | Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
Kristian Kielhofner
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
|
|
Back to top |
|
|
dgonzalez at denwaip.com Guest
|
Posted: Thu Nov 21, 2013 5:14 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Hi,
I have Asterisk 10.12.1. I can not figure out the solution.
Thank you for your help.
Best Regards
On Thu, Nov 21, 2013 at 7:07 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Which version of Asterisk are you using?
According to http://www.voip-info.org/wiki/view/Asterisk%20T.38 unless you are using Asterisk 10, there's quite some patching (or buying) you'll need to be doing.
Alyed
2013/11/21 Bryant Zimmerman <BryantZ@zktech.com (BryantZ@zktech.com)>
Quote: | Can you funnel them through a specific inbound dial context. Then force a re-invite to g729?
Thanks
Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
From: "Damian Gonzalez" <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Sent: Thursday, November 21, 2013 8:25 AM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)>
Subject: Re: [asterisk-users] Movistar sip Mexico
Any posible solution?
On Wed, Nov 20, 2013 at 6:03 PM, Kristian Kielhofner <kris@kriskinc.com (kris@kriskinc.com)> wrote:
Quote: | It is possible that Asterisk requires an rtpmap even for static payload types (I'm not sure about this). The INVITE from your provider omits rtpmap for payload type 18 (G729) which is perfectly valid.
On Wed, Nov 20, 2013 at 2:56 PM, Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)> wrote:
Quote: | Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
Kristian Kielhofner
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
|
|
Back to top |
|
|
alyed at vivoxie.com Guest
|
Posted: Thu Nov 21, 2013 5:49 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Have you followed the instructions in: https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway
and: http://www.voip-info.org/wiki/view/Asterisk+T.38+Gateway
??
If possible try with a different ATA since it seems not all of them work fine with fax pass trough.
Alyed
2013/11/21 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hi,
I have Asterisk 10.12.1. I can not figure out the solution.
Thank you for your help.
Best Regards
On Thu, Nov 21, 2013 at 7:07 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Which version of Asterisk are you using?
According to http://www.voip-info.org/wiki/view/Asterisk%20T.38 unless you are using Asterisk 10, there's quite some patching (or buying) you'll need to be doing.
Alyed
2013/11/21 Bryant Zimmerman <BryantZ@zktech.com (BryantZ@zktech.com)>
Quote: | Can you funnel them through a specific inbound dial context. Then force a re-invite to g729?
Thanks
Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003
From: "Damian Gonzalez" <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Sent: Thursday, November 21, 2013 8:25 AM
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com (asterisk-users@lists.digium.com)>
Subject: Re: [asterisk-users] Movistar sip Mexico
Any posible solution?
On Wed, Nov 20, 2013 at 6:03 PM, Kristian Kielhofner <kris@kriskinc.com (kris@kriskinc.com)> wrote:
Quote: | It is possible that Asterisk requires an rtpmap even for static payload types (I'm not sure about this). The INVITE from your provider omits rtpmap for payload type 18 (G729) which is perfectly valid.
On Wed, Nov 20, 2013 at 2:56 PM, Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)> wrote:
Quote: | Hello,
Thanks for the quickly response. I have only G729 in the peer but I have t38pt_udptl= yes
If I put t38pt_udptl=no , asterisk reject the call with 488 code.
The problem is that Movistar send T38 codec in all calls and I need ignore only if in the SDP I have G729 and T38 (18 and 101), but if I have only T38 I have to negociate a fax call.
Thanks.
On Wed, Nov 20, 2013 at 4:46 PM, Alyed <alyed@vivoxie.com (alyed@vivoxie.com)> wrote:
Quote: | Think you only need to make sure you have in your sip.conf file these configs:
[your-device-name]
.....
.....
disallow=all
allow=g729
.....
.....
Alyed
2013/11/20 Damian Gonzalez <dgonzalez@denwaip.com (dgonzalez@denwaip.com)>
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
Kristian Kielhofner
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
--
_____________________________________________________________________
-- 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
|
--
--
_____________________________________________________________________
-- 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
|
|
|
Back to top |
|
|
dotnetdub at gmail.com Guest
|
Posted: Thu Nov 21, 2013 6:35 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
Why?
On Wednesday, 20 November 2013, Damian Gonzalez wrote:
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to me T38 and G729 in the INVITE and they say that I have to ignore T38 and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
--
|
|
|
Back to top |
|
|
lmoore at omninet.net.au Guest
|
Posted: Thu Nov 21, 2013 6:38 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
On 22/11/2013 6:49 AM, Alyed wrote:
My understanding of the original posting is that when a voice call
arrives from the SIP provider it includes T38 information though the
user only wants to accept the g729 component of the call and carry out a
voice conversation.
If a fax is being received by the SIP provider it only has a the T38
information for the call thus no audio (g729) information is in the SIP
message.
I don't believe the original poster is attempting to receive a
facsimile, instead use voice calls.
Larry.
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
lmoore at omninet.net.au Guest
|
Posted: Thu Nov 21, 2013 6:40 pm Post subject: [asterisk-users] Movistar sip Mexico |
|
|
On 21/11/2013 3:32 AM, Damian Gonzalez wrote:
Quote: | Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send
to me T38 and G729 in the INVITE and they say that I have to ignore T38
and use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18 annexb=yes
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
m=image 6372 udptl t38
a=T38FaxVersion:0
a=T38FaxMaxBuffer:1100
a=T38FaxMaxDatagram:612
a=T38MaxBitRate:14400
a=T38FaxRateManagement:transferredTCF
a=T38FaxUdpEC:t38UDPRedundancy
How can I ignore T38 and use only G729 for this call?.
Thanks for your help.
Damian
|
Perhaps you could add the following to the peer configuration
faxdetect=no
Larry.
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
h323 at ramdyne.nl Guest
|
Posted: Sat Nov 23, 2013 6:15 am Post subject: [asterisk-users] Movistar sip Mexico |
|
|
On 20/11/13 20:32 , Damian Gonzalez wrote:
Quote: | I have a problem with movistar in Mexico with a sip calls. Movistar send
to me T38 and G729 in the INVITE and they say that I have to ignore T38
and use G729 in the voice call.
|
I have had the same problem with a carrier, where some calls we receive
from them have an image and an audio stream in the initial INVITE, even
though the call is intended to use the audio stream. Responding back
accepting T.38 will fail and *all* other options trying to reject the
T.38 using known SIP supported methods will also fail. The *only* option
is to just ignore the image stream, which is not allowed by the current
set of SIP RFCs...
Asterisk used to ignore the image stream, but since the 1.8(?) timeframe
its behaviour has changed more towards standards compliance in this
area. And now we're between a rock and a hard place.
The only way out that I could find is to put something in front of
Asterisk that just removes the image stream from initial INVITEs when
received from the carrier. (OpenSIPS has this nice method called
remove_stream() since a couple of versions)
Complaining about this didn't help, "Asterisk is not certified because
Open Source", was basically their answer.
--
Andreas Sikkema
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|