VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
moises.silva at gmail.com Guest
|
Posted: Thu Mar 06, 2008 8:17 pm Post subject: [asterisk-users] DTMFR2- UNICALL |
|
|
What kind of problems are you talking about and what you want to modify?
On Thu, Mar 6, 2008 at 2:42 PM, Jessica Gonzalez Arriagada
<jgonzalez82 at gmail.com> wrote:
Quote: | Hi Asterisk-user, Steve;
I?m using "libmfcr2-0.0.3.tar.gz,
libsupertone-0.0.2.tar.gz,libunicall-0.0.3.tar.gz,spandsp-0.0.3pre22.tgz"
with Fedora core 6 ,Asterisk 1.2.14, libpri 1.2.4 , zaptel 1.2.20; So
everything is working perfectly with MFCR2, but sometimes i have problems
with MultiFrame Alignment Signal (MFAS),i?m using standard G.732..I would
like to Know, where can i mofify this??
Regards,
Jessi
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
"I do not agree with what you have to say, but I'll defend to the
death your right to say it." Voltaire |
|
Back to top |
|
|
jgonzalez82 at gmail.com Guest
|
Posted: Fri Mar 07, 2008 9:52 am Post subject: [asterisk-users] DTMFR2- UNICALL |
|
|
The standard G.732 :
*Multiframe Aligment Signal:
*
When Timeslot 16 of the E1 frame is used for Channel Associated Signaling
purposes, Frame 0 contains information that is used by the receiver to
identify the incoming frame. Specifically, this pattern in Timeslot 0,
Frame 0 is called the Multiframe Alignment Signal (MFAS).
| *Bit 1* | *Bit 2* | *Bit 3* | *Bit 4* | *Bit 5* | *Bit 6*|
*Bit 7* | *Bit 8 |*
Frame 0 | ------- | ------- | ------- | ------- | ------- | ------- |
------- | -------- |
| 0 | 0 | 0 | 0 | *X* | *Y*
| * X* | *X * |
X = Spare Bits, set to 1 if not used.
Y = Yellow Alarm (Loss of* *MultiFrame Alignment Signal)
(0 = Normal | 1 = Loss of MFAS)
But, I used a analyser and I saw :
0000 0000 and must be 0000 1000
i need to change the bit *X*
**
Regards,
Jessi
On 3/6/08, Moises Silva <moises.silva at gmail.com> wrote:
Quote: |
What kind of problems are you talking about and what you want to modify?
On Thu, Mar 6, 2008 at 2:42 PM, Jessica Gonzalez Arriagada
<jgonzalez82 at gmail.com> wrote:
Quote: | Hi Asterisk-user, Steve;
I?m using "libmfcr2-0.0.3.tar.gz,
libsupertone-0.0.2.tar.gz,libunicall-0.0.3.tar.gz,spandsp-0.0.3pre22.tgz
| "
Quote: | with Fedora core 6 ,Asterisk 1.2.14, libpri 1.2.4 , zaptel 1.2.20; So
everything is working perfectly with MFCR2, but sometimes i have
| problems
--
"I do not agree with what you have to say, but I'll defend to the
death your right to say it." Voltaire
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080307/e8ead5e1/attachment.htm |
|
Back to top |
|
|
moises.silva at gmail.com Guest
|
Posted: Fri Mar 07, 2008 10:58 am Post subject: [asterisk-users] DTMFR2- UNICALL |
|
|
Well, then it is irrelevant what version of unicall, spandsp, asterisk
etc you are using.
All that it could matter is your zaptel version and zaptel.conf
configuration. I ignore why you need to control the bit pattern at
that level, but AFAIK zaptel only let you control the CAS ABCD bits in
E1 timeslot 16 using ioctl()'s. Regarding bits in timeslot 0 and MFAS,
I suppose that is in complete control of the zaptel drivers. You have
the code available to dig into it.
- Mois?s Silva
On Fri, Mar 7, 2008 at 8:52 AM, Jessica Gonzalez Arriagada
<jgonzalez82 at gmail.com> wrote:
Quote: |
The standard G.732 :
Multiframe Aligment Signal:
When Timeslot 16 of the E1 frame is used for Channel Associated Signaling
purposes, Frame 0 contains information that is used by the receiver to
identify the incoming frame. Specifically, this pattern in Timeslot 0,
Frame 0 is called the Multiframe Alignment Signal (MFAS).
| Bit 1 | Bit 2 | Bit 3 | Bit 4 | Bit 5 | Bit 6 | Bit 7 |
Bit 8 |
Frame 0 | ------- | ------- | ------- | ------- | ------- | ------- |
------- | -------- |
| 0 | 0 | 0 | 0 | X | Y | X
| X |
X = Spare Bits, set to 1 if not used.
Y = Yellow Alarm (Loss of MultiFrame Alignment Signal)
(0 = Normal | 1 = Loss of MFAS)
But, I used a analyser and I saw :
0000 0000 and must be 0000 1000
i need to change the bit X
Regards,
Jessi
On 3/6/08, Moises Silva <moises.silva at gmail.com> wrote:
Quote: | What kind of problems are you talking about and what you want to modify?
On Thu, Mar 6, 2008 at 2:42 PM, Jessica Gonzalez Arriagada
<jgonzalez82 at gmail.com> wrote:
Quote: | Hi Asterisk-user, Steve;
I?m using "libmfcr2-0.0.3.tar.gz,
|
| libsupertone-0.0.2.tar.gz,libunicall-0.0.3.tar.gz,spandsp-0.0.3pre22.tgz"
Quote: | Quote: | with Fedora core 6 ,Asterisk 1.2.14, libpri 1.2.4 , zaptel 1.2.20; So
everything is working perfectly with MFCR2, but sometimes i have
|
| problems
Quote: | Quote: | with MultiFrame Alignment Signal (MFAS),i?m using standard G.732..I
|
| would
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
"I do not agree with what you have to say, but I'll defend to the
death your right to say it." Voltaire |
|
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
|