Re: [asterisk-users] Zaptel compilation problems: Data Mode!!

2010-01-07 Thread mosleh

Nobody can help me on this??

--

Hi all,
I want to compile zaptel in data mode but i got this errors:

/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c: In function âzt_xmitâ:
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1618: error: implicit
declaration of function âhdlc_statsâ
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1618: warning:
initialization makes pointer from integer without a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c: In function âzt_ppp_xmitâ:
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1722: warning: comparison of
distinct pointer types lacks a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1785: warning: comparison of
distinct pointer types lacks a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c: In function
â__putbuf_chunkâ:
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:6806: warning:
initialization makes pointer from integer without a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:6819: warning:
initialization makes pointer from integer without a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:6912: warning:
initialization makes pointer from integer without a cast
make[3]: *** [/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.o] Error 1
make[2]: *** [_module_/usr/src/zaptel-1.4.12.1/kernel] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.27.7'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1'
make: *** [all] Error 2





___
-- 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


[asterisk-users] Zaptel compilation problems: Data Mode!!

2010-01-06 Thread mosleh
Hi all,
I need Help. I want to compile zaptel in data mode but i got this errors:

/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c: In function âzt_xmitâ:
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1618: error: implicit
declaration of function âhdlc_statsâ
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1618: warning:
initialization makes pointer from integer without a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c: In function âzt_ppp_xmitâ:
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1722: warning: comparison of
distinct pointer types lacks a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:1785: warning: comparison of
distinct pointer types lacks a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c: In function
â__putbuf_chunkâ:
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:6806: warning:
initialization makes pointer from integer without a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:6819: warning:
initialization makes pointer from integer without a cast
/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.c:6912: warning:
initialization makes pointer from integer without a cast
make[3]: *** [/usr/src/zaptel-1.4.12.1/kernel/zaptel-base.o] Error 1
make[2]: *** [_module_/usr/src/zaptel-1.4.12.1/kernel] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.27.7'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1'
make: *** [all] Error 2





___
-- 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


Re: [asterisk-users] Configure DAHDI with TDM410 for analog

2009-12-09 Thread mosleh
Hello,
I am now working on a project which need data modem calls passing trough
asterisk with a TDM card. But i found out (as Mr Greg woods) that it was
impossible. So know i am trying doing this using an E1/T1 card (TE110P). I
am still working on it so we can help each other to find a solution to
this.






___
-- 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


Re: [asterisk-users] Connect Two Asterisk's using isdn Cards

2009-12-02 Thread mosleh
>>>
>> It's 2 T1/E1 cards!
>> Specifically, on of it is a TE110P and the other is a TE122!
>>
>>
> Hi,
>
> That would be a very special need, I'm wondering why connect two
> asterisk with expensive E1/T1 cards when you can connect them with
> simple network cards and use SIP or IAX2?
>
> Anyway, the way to do it is to define one asterisk as the master
> (network side) and the other one as the slave (CPE side). You can
> achieve that configuring one box with signalling = pri_net and the other
> one with signalling = pri_cpe in chan_dahdi.conf.

Thank you for the answer i tried this, and it works well ( Two servers are
synchronized). Now i want to make a call between the servers. I have a sip
phone at each end. How would i configure my asterisk files to get it?



___
-- 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


Re: [asterisk-users] Connect Two Asterisk's using isdn Cards

2009-11-24 Thread mosleh

>Which cards exactly?
It's 2 T1/E1 cards!
Specifically, on of it is a TE110P and the other is a TE122!







___
-- 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


[asterisk-users] Connect Two Asterisk's using isdn Cards

2009-11-23 Thread mosleh
Hi, all
For some work i'am trying to connect to Asterisk's PBX using isdn cards.
But I don't know anything about it. So i'll be pleased to get some
information about it!
Thanks, Best rgrds!!


___
-- 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


Re: [asterisk-users] Asterisk and Software Data Modem

2009-11-04 Thread mosleh
Yes, but i tried to use Iaxmodem, but there is the mechanisms for the
CLASS 0 (data).

> From: Dave Fullerton 
> Subject: Re: [asterisk-users] Asterisk and Software Data Modem
> To: Asterisk Users Mailing List - Non-Commercial Discussion
>   
> Message-ID: <4af03ec6.4030...@shorelinecontainer.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I didn't read every post in that thread, but I don't think that's what
> he's asking about.
>
> I think what he wants (and I would like too) is something like iaxmodem
> that instead of connecting to hylafax you connect to pppd or minicom or
> the like. I'd love to be able to provide one or two channels of dialup
> access on my PRI to remote users.
>
> -Dave



___
-- 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