Re: [Asterisk-Users] Connecting 20+ asterisk servers together

2005-05-09 Thread Sam Njenga
why not try using extensions from a database on all servers. That way 
regardkess of the * server, the destination phone is the same.

http://www.voip-info.org/wiki-Asterisk+RealTime
Vikram Rangnekar wrote:
I have 20+ asterisk servers and need to network them together so a phone on
any of the servers can call a phone on any other server without any trouble.
I can think of IAX trunks between every server. So every server will have an
IAX trunk to every server and then prefix bases routing in the dialplan for
each server (I can give a number to each server and use that as a prefix for
that server). But I think this is a maintainance nightmare and also a very
bad approch does anyone have any better ideas, Also should the phones be able
to send rtp between each other or only through the Asterisk server since if
its through the asterisk server and say an IAX trunk then the max number of
calls can be controlled right. 

Can dundi or the switch statement help me get out of this mess ?
 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] asterisk call generator

2005-04-28 Thread Sam Njenga
Hi all
Am looking for a way to generate like 300 simultanious calls to test *'s 
perfomance on a big load. * is currently working perfectly with H323, 
sip and IAX. Any suggestions are welcome

Sam Njenga
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] asterisk-h323 and h323_id

2005-03-21 Thread Sam Njenga



Hi all

Has anyone managed to send an outgoing call using 
asterisk-h323 and successfully sent the H323_id ?

Sam
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Unicall errors

2005-01-12 Thread Sam Njenga


Hi Steve

  Thanks. I got past the errors by specifying the prefix. I have now a new
  error

  loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so:
  undefined symbol: get_supervisory_tone_set

  Jan 11 18:52:46 WARNING[1076216448]: loader.c:380 load_modules: Loading
  module chan_unicall.so failed!

  Sam Njenga
 
 
 
  - Original Message - 
  From: Steve Underwood [EMAIL PROTECTED]
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  asterisk-users@lists.digium.com
  Sent: Tuesday, January 11, 2005 3:17 AM
  Subject: Re: [Asterisk-Users] Unicall errors
 
 
   Hi Sam,
  
   Did you build libunicall with
  
   ./configure
   make
   make install
  
   If so, the library will be in /ustr/local/lib. Is this in your search
   path? Wither add this directory to /etc/ld.so.conf, or build with:
  
   ./configure --prefix=/usr
   make
   make install
  
   This is an issue common to most packages which use ./configure to set
   them up.
  
   Regards,
   Steve
  
  
   Sam Njenga wrote:
  
   Hi Steve
   
   I have compiled everything now without errors. Problem is loading the
   unicall module when starting asterisk. This is the error ..
   
   [chan_unicall.so]Jan 10 18:37:16 WARNING[1076216448]: loader.c:248
   ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so:
undefined
   symbol: uc_channel_write
   Jan 10 18:37:16 WARNING[1076216448]: loader.c:380 load_modules:
Loading
   module chan_unicall.so failed!
   [EMAIL PROTECTED] asterisk]#
   
   Sam Njenga
   
   
   
   
   - Original Message - 
   From: Steve Underwood [EMAIL PROTECTED]
   To: Asterisk Users Mailing List - Non-Commercial Discussion
   asterisk-users@lists.digium.com
   Sent: Monday, January 10, 2005 6:05 PM
   Subject: Re: [Asterisk-Users] Unicall errors
   
   
   
   
   Hi Sam,
   
   Sorry about that. The copy of libsupertone on the FTP site appeared
to
   be faulty. I have just replaced it. Please try again.
   
   Strange. You should have had this same problem when testing
0.0.2pre1.
   
   Regards,
   Steve
   
   Sam Njenga wrote:
   
   
   
   Steve
   
   I have stated below that I tried to install Libsupertone and gote
  errors.
   
   
   
   
   
   ___
   Asterisk-Users mailing list
   Asterisk-Users@lists.digium.com
   http://lists.digium.com/mailman/listinfo/asterisk-users
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
   
   
   
   
   ___
   Asterisk-Users mailing list
   Asterisk-Users@lists.digium.com
   http://lists.digium.com/mailman/listinfo/asterisk-users
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
   
   
   
  
   ___
   Asterisk-Users mailing list
   Asterisk-Users@lists.digium.com
   http://lists.digium.com/mailman/listinfo/asterisk-users
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
  
 

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unicall errors

2005-01-12 Thread Sam Njenga
Hi Steve

Did that but still the same error :-(

PS. There is now unicall-0.0.2pre3. What are the changes in it ?

/Sam


- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Wednesday, January 12, 2005 6:09 PM
Subject: Re: [Asterisk-Users] Unicall errors


 Hi Sam,

 It looks like you need to set the prefix for libsupertone too.

 Steve


 Sam Njenga wrote:

 Hi Steve
 
   Thanks. I got past the errors by specifying the prefix. I have now a
new
   error
 
   loader.c:248 ast_load_resource:
/usr/lib/asterisk/modules/chan_unicall.so:
   undefined symbol: get_supervisory_tone_set
 
   Jan 11 18:52:46 WARNING[1076216448]: loader.c:380 load_modules: Loading
   module chan_unicall.so failed!
 
   Sam Njenga
 
 

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] R2/MFC Mexico FREE calls to test chan_unicall

2005-01-12 Thread Sam Njenga
Hi
Am setting up * with R2/MfC support but am 90% done. I seem to be missing
something in my setup. Can you tell me what Linux distribution and the
packages you have used to complete your setup to a working level ?

/Sam

- Original Message - 
From: Miguel Cavazos [EMAIL PROTECTED]
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
asterisk-users@lists.digium.com
Sent: Thursday, January 13, 2005 1:22 AM
Subject: [Asterisk-Users] R2/MFC Mexico FREE calls to test chan_unicall


 Hi guys, I have one E1 with 30 channels in Mexico City, I guess that if
 i can fill this 30 channels with REAL traffic for 2 or 3 days I can
 find new bugs on chan_unicall or I can see how stable it can be. Im
 using R2/MFC with chan_unicall the patch that Steve Underwood wrote.

 I will let anyone make FREE LOCAL calls to Mexico City till saturday or
 maybe until monday to see how stable this can be with REAL traffic. Add
 this to your extensions.conf only gsm as a codec is going to be
 permitted.

 exten =
 _,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED],90,Tt)

 --
 Saludos,
 Miguel Cavazos

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Unicall errors

2005-01-11 Thread Sam Njenga
Hi Steve

Thanks. I got past the errors by specifying the prefix. I have now a new
error

loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so:
undefined symbol: get_supervisory_tone_set

Jan 11 18:52:46 WARNING[1076216448]: loader.c:380 load_modules: Loading
module chan_unicall.so failed!

Sam Njenga



- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Tuesday, January 11, 2005 3:17 AM
Subject: Re: [Asterisk-Users] Unicall errors


 Hi Sam,

 Did you build libunicall with

 ./configure
 make
 make install

 If so, the library will be in /ustr/local/lib. Is this in your search
 path? Wither add this directory to /etc/ld.so.conf, or build with:

 ./configure --prefix=/usr
 make
 make install

 This is an issue common to most packages which use ./configure to set
 them up.

 Regards,
 Steve


 Sam Njenga wrote:

 Hi Steve
 
 I have compiled everything now without errors. Problem is loading the
 unicall module when starting asterisk. This is the error ..
 
 [chan_unicall.so]Jan 10 18:37:16 WARNING[1076216448]: loader.c:248
 ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so: undefined
 symbol: uc_channel_write
 Jan 10 18:37:16 WARNING[1076216448]: loader.c:380 load_modules: Loading
 module chan_unicall.so failed!
 [EMAIL PROTECTED] asterisk]#
 
 Sam Njenga
 
 
 
 
 - Original Message - 
 From: Steve Underwood [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
 Sent: Monday, January 10, 2005 6:05 PM
 Subject: Re: [Asterisk-Users] Unicall errors
 
 
 
 
 Hi Sam,
 
 Sorry about that. The copy of libsupertone on the FTP site appeared to
 be faulty. I have just replaced it. Please try again.
 
 Strange. You should have had this same problem when testing 0.0.2pre1.
 
 Regards,
 Steve
 
 Sam Njenga wrote:
 
 
 
 Steve
 
 I have stated below that I tried to install Libsupertone and gote
errors.
 
 
 
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Unicall errors

2005-01-11 Thread Sam Njenga
 Hi Steve

 Thanks. I got past the errors by specifying the prefix. I have now a new
 error

 loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so:
 undefined symbol: get_supervisory_tone_set

 Jan 11 18:52:46 WARNING[1076216448]: loader.c:380 load_modules: Loading
 module chan_unicall.so failed!

 Sam Njenga



 - Original Message - 
 From: Steve Underwood [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
 Sent: Tuesday, January 11, 2005 3:17 AM
 Subject: Re: [Asterisk-Users] Unicall errors


  Hi Sam,
 
  Did you build libunicall with
 
  ./configure
  make
  make install
 
  If so, the library will be in /ustr/local/lib. Is this in your search
  path? Wither add this directory to /etc/ld.so.conf, or build with:
 
  ./configure --prefix=/usr
  make
  make install
 
  This is an issue common to most packages which use ./configure to set
  them up.
 
  Regards,
  Steve
 
 
  Sam Njenga wrote:
 
  Hi Steve
  
  I have compiled everything now without errors. Problem is loading the
  unicall module when starting asterisk. This is the error ..
  
  [chan_unicall.so]Jan 10 18:37:16 WARNING[1076216448]: loader.c:248
  ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so: undefined
  symbol: uc_channel_write
  Jan 10 18:37:16 WARNING[1076216448]: loader.c:380 load_modules: Loading
  module chan_unicall.so failed!
  [EMAIL PROTECTED] asterisk]#
  
  Sam Njenga
  
  
  
  
  - Original Message - 
  From: Steve Underwood [EMAIL PROTECTED]
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  asterisk-users@lists.digium.com
  Sent: Monday, January 10, 2005 6:05 PM
  Subject: Re: [Asterisk-Users] Unicall errors
  
  
  
  
  Hi Sam,
  
  Sorry about that. The copy of libsupertone on the FTP site appeared to
  be faulty. I have just replaced it. Please try again.
  
  Strange. You should have had this same problem when testing 0.0.2pre1.
  
  Regards,
  Steve
  
  Sam Njenga wrote:
  
  
  
  Steve
  
  I have stated below that I tried to install Libsupertone and gote
 errors.
  
  
  
  
  
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  
  
  
  
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
  
  
  
 
  ___
  Asterisk-Users mailing list
  Asterisk-Users@lists.digium.com
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Unicall errors

2005-01-10 Thread Sam Njenga



If I make a call to asterisk's r2 
E1 I get these errors

*CLI Jan 10 16:16:38 
WARNING[1089170112]: chan_unicall.c:634 unicall_error: UniCall: mfcr2 Rx bits 
0x1 [1/ 1/ 0/ 
0]Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:634 unicall_error: 
UniCall: mfcr2 DetectedJan 10 16:16:38 WARNING[1089170112]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 Making a new call with CRN 
32791Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:634 unicall_error: 
UniCall: mfcr2 Tx bits 0xD [2/ 
2/101/ 0]Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:2548 
handle_uc_event: UC event DetectedJan 10 16:16:39 WARNING[1089170112]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 Rx bits 0x9 
[2/ 2/101/ 0]Jan 10 16:16:39 
WARNING[1089170112]: chan_unicall.c:634 unicall_error: UniCall: mfcr2 Far end 
disconnected - state 0x2Jan 10 16:16:39 WARNING[1089170112]: 
chan_unicall.c:2548 handle_uc_event: UC event Far end disconnectedJan 10 
16:16:39 WARNING[1089170112]: chan_unicall.c:2854 handle_uc_event: Far 
disconnect cause 31Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:634 
unicall_error: UniCall: mfcr2 mfcr2_DropCall()Jan 10 16:16:39 
WARNING[1089170112]: chan_unicall.c:634 unicall_error: UniCall: mfcr2 Call 
disconnected - state 0x800Jan 10 16:16:39 WARNING[1089170112]: 
chan_unicall.c:2548 handle_uc_event: UC event Drop callJan 10 16:16:39 
WARNING[1089170112]: chan_unicall.c:2892 handle_uc_event: Doing a 
uc_ReleaseCallJan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:634 
unicall_error: UniCall: mfcr2 mfcr2_ReleaseCall()Jan 10 16:16:39 
WARNING[1089170112]: chan_unicall.c:634 unicall_error: UniCall: mfcr2 Tx bits 
0x9 [1/ 1000/106/ 0]Jan 10 16:16:39 
WARNING[1089170112]: chan_unicall.c:634 unicall_error: UniCall: mfcr2 Destroying 
call with CRN 32791Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:634 
unicall_error: UniCall: mfcr2 release_guard_expiredJan 10 16:16:39 
WARNING[1089170112]: chan_unicall.c:2548 handle_uc_event: UC event Release 
call -- UC channel 4 released

I am using channel Unicall 
compiled without errors on Redhat 9

/Sam
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Unicall errors

2005-01-10 Thread Sam Njenga
I tried to compile asterisk after updating unicall and got the following
errors
chan_unicall.c:57:26: libsupertone.h: No such file or directory
chan_unicall.c:96: parse error before '*' token
chan_unicall.c:96: warning: type defaults to `int' in declaration of `set'
chan_unicall.c:96: warning: data definition has no type or storage class
chan_unicall.c: In function `super_tone':
chan_unicall.c:415: `ST_TYPE_NONE' undeclared (first use in this function)
chan_unicall.c:415: (Each undeclared identifier is reported only once
chan_unicall.c:415: for each function it appears in.)
chan_unicall.c:416: request for member `tone' in something not a structure
or un
ion
chan_unicall.c: In function `unicall_hangup':
chan_unicall.c:1510: `ST_TYPE_NONE' undeclared (first use in this function)
chan_unicall.c: In function `unicall_bridge':
chan_unicall.c:1914: `ST_TYPE_RINGBACK' undeclared (first use in this
function)
chan_unicall.c:1920: `ST_TYPE_NONE' undeclared (first use in this function)
chan_unicall.c: In function `handle_uc_read':
chan_unicall.c:2169: `ST_TYPE_NONE' undeclared (first use in this function)
chan_unicall.c: In function `unicall_write':
chan_unicall.c:2577: `ST_TYPE_NONE' undeclared (first use in this function)
chan_unicall.c: In function `unicall_indicate':
chan_unicall.c:2613: `ST_TYPE_BUSY' undeclared (first use in this function)
chan_unicall.c:2626: `ST_TYPE_CONGESTED' undeclared (first use in this
function)
chan_unicall.c:2649: `ST_TYPE_NONE' undeclared (first use in this function)
chan_unicall.c: In function `setup_unicall':
chan_unicall.c:4555: warning: implicit declaration of function
`get_supervisory_
tone_set'
chan_unicall.c:4555: warning: assignment makes pointer from integer without
a ca
st
chan_unicall.c: In function `unicall_sendtext':
chan_unicall.c:4690: warning: assignment makes integer from pointer without
a ca
st
make[1]: *** [chan_unicall.o] Error 1
make[1]: Leaving directory `/home/asterisk/asterisk/channels'
make: *** [subdirs] Error 1
[EMAIL PROTECTED] asterisk]#

so I decided to install supertone and got these errors too
supertone_tests.c:44:23: audiofile.h: No such file or directory
supertone_tests.c: In function `main':
supertone_tests.c:60: `AFfilehandle' undeclared (first use in this function)
supertone_tests.c:60: (Each undeclared identifier is reported only once
supertone_tests.c:60: for each function it appears in.)
supertone_tests.c:60: parse error before outhandle
supertone_tests.c:61: `AFfilesetup' undeclared (first use in this function)
supertone_tests.c:84: `filesetup' undeclared (first use in this function)
supertone_tests.c:85: `AF_NULL_FILESETUP' undeclared (first use in this
function)
supertone_tests.c:91: `AF_DEFAULT_TRACK' undeclared (first use in this
function)
supertone_tests.c:91: `AF_SAMPFMT_TWOSCOMP' undeclared (first use in this
function)
supertone_tests.c:94: `AF_FILE_WAVE' undeclared (first use in this function)
supertone_tests.c:97: `outhandle' undeclared (first use in this function)
supertone_tests.c:98: `AF_NULL_FILEHANDLE' undeclared (first use in this
function)
make[1]: *** [supertone_tests.o] Error 1
make[1]: Leaving directory `/home/packages/libsupertone-0.0.1'
make: *** [all] Error 2
[EMAIL PROTECTED] libsupertone-0.0.1]#


Am I missing any packages ?



- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Monday, January 10, 2005 4:35 PM
Subject: Re: [Asterisk-Users] Unicall errors


 Hi Sam,

 It looks like you have not set the default signalling bit pattern
 properly in your /etc/zaptel.conf file.

 If you are not using unicall-0.0.2pre2, update. This version contains a
 number of important bug fixes.

 Regards,
 Steve

 Sam Njenga wrote:

  If I make a call to asterisk's r2 E1 I get these errors
 
  *CLI Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:634
  unicall_error: UniCall: mfcr2 Rx bits 0x1   [1/   1/  0/  0]
  Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 Detected
  Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 Making a new call with CRN 32791
  Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 Tx bits 0xD   [2/   2/101/  0]
  Jan 10 16:16:38 WARNING[1089170112]: chan_unicall.c:2548
  handle_uc_event: UC event Detected
  Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 Rx bits 0x9   [2/   2/101/  0]
  Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 Far end disconnected - state 0x2
  Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:2548
  handle_uc_event: UC event Far end disconnected
  Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:2854
  handle_uc_event: Far disconnect cause 31
  Jan 10 16:16:39 WARNING[1089170112]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 mfcr2_DropCall()
  Jan 10 16:16

Re: [Asterisk-Users] Unicall errors

2005-01-10 Thread Sam Njenga
Steve

I have stated below that I tried to install Libsupertone and gote errors.

so I decided to install supertone and got these errors too
supertone_tests.c:44:23: audiofile.h: No such file or directory
supertone_tests.c: In function `main':
supertone_tests.c:60: `AFfilehandle' undeclared (first use in this
function)
supertone_tests.c:60: (Each undeclared identifier is reported only once
supertone_tests.c:60: for each function it appears in.)
supertone_tests.c:60: parse error before outhandle
supertone_tests.c:61: `AFfilesetup' undeclared (first use in this function)
supertone_tests.c:84: `filesetup' undeclared (first use in this function)
supertone_tests.c:85: `AF_NULL_FILESETUP' undeclared (first use in this
function)
supertone_tests.c:91: `AF_DEFAULT_TRACK' undeclared (first use in this
function)
supertone_tests.c:91: `AF_SAMPFMT_TWOSCOMP' undeclared (first use in this
function)
supertone_tests.c:94: `AF_FILE_WAVE' undeclared (first use in this
function)
supertone_tests.c:97: `outhandle' undeclared (first use in this function)
supertone_tests.c:98: `AF_NULL_FILEHANDLE' undeclared (first use in this
function)
make[1]: *** [supertone_tests.o] Error 1
make[1]: Leaving directory `/home/packages/libsupertone-0.0.1'
make: *** [all] Error 2
[EMAIL PROTECTED] libsupertone-0.0.1]#


Am I missing any packages ?







- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Monday, January 10, 2005 5:38 PM
Subject: Re: [Asterisk-Users] Unicall errors


 Hi Sam,

 You are missing libsupertone, which you can find in the same place as
 the other stuff.

 Regards,
 Steve

 Sam Njenga wrote:

 I tried to compile asterisk after updating unicall and got the following
 errors
 chan_unicall.c:57:26: libsupertone.h: No such file or directory
 chan_unicall.c:96: parse error before '*' token
 chan_unicall.c:96: warning: type defaults to `int' in declaration of
`set'
 chan_unicall.c:96: warning: data definition has no type or storage class
 chan_unicall.c: In function `super_tone':
 chan_unicall.c:415: `ST_TYPE_NONE' undeclared (first use in this
function)
 chan_unicall.c:415: (Each undeclared identifier is reported only once
 chan_unicall.c:415: for each function it appears in.)
 chan_unicall.c:416: request for member `tone' in something not a
structure
 or un
 ion
 chan_unicall.c: In function `unicall_hangup':
 chan_unicall.c:1510: `ST_TYPE_NONE' undeclared (first use in this
function)
 chan_unicall.c: In function `unicall_bridge':
 chan_unicall.c:1914: `ST_TYPE_RINGBACK' undeclared (first use in this
 function)
 chan_unicall.c:1920: `ST_TYPE_NONE' undeclared (first use in this
function)
 chan_unicall.c: In function `handle_uc_read':
 chan_unicall.c:2169: `ST_TYPE_NONE' undeclared (first use in this
function)
 chan_unicall.c: In function `unicall_write':
 chan_unicall.c:2577: `ST_TYPE_NONE' undeclared (first use in this
function)
 chan_unicall.c: In function `unicall_indicate':
 chan_unicall.c:2613: `ST_TYPE_BUSY' undeclared (first use in this
function)
 chan_unicall.c:2626: `ST_TYPE_CONGESTED' undeclared (first use in this
 function)
 chan_unicall.c:2649: `ST_TYPE_NONE' undeclared (first use in this
function)
 chan_unicall.c: In function `setup_unicall':
 chan_unicall.c:4555: warning: implicit declaration of function
 `get_supervisory_
 tone_set'
 chan_unicall.c:4555: warning: assignment makes pointer from integer
without
 a ca
 st
 chan_unicall.c: In function `unicall_sendtext':
 chan_unicall.c:4690: warning: assignment makes integer from pointer
without
 a ca
 st
 make[1]: *** [chan_unicall.o] Error 1
 make[1]: Leaving directory `/home/asterisk/asterisk/channels'
 make: *** [subdirs] Error 1
 [EMAIL PROTECTED] asterisk]#
 
 so I decided to install supertone and got these errors too
 supertone_tests.c:44:23: audiofile.h: No such file or directory
 supertone_tests.c: In function `main':
 supertone_tests.c:60: `AFfilehandle' undeclared (first use in this
function)
 supertone_tests.c:60: (Each undeclared identifier is reported only once
 supertone_tests.c:60: for each function it appears in.)
 supertone_tests.c:60: parse error before outhandle
 supertone_tests.c:61: `AFfilesetup' undeclared (first use in this
function)
 supertone_tests.c:84: `filesetup' undeclared (first use in this function)
 supertone_tests.c:85: `AF_NULL_FILESETUP' undeclared (first use in this
 function)
 supertone_tests.c:91: `AF_DEFAULT_TRACK' undeclared (first use in this
 function)
 supertone_tests.c:91: `AF_SAMPFMT_TWOSCOMP' undeclared (first use in this
 function)
 supertone_tests.c:94: `AF_FILE_WAVE' undeclared (first use in this
function)
 supertone_tests.c:97: `outhandle' undeclared (first use in this function)
 supertone_tests.c:98: `AF_NULL_FILEHANDLE' undeclared (first use in this
 function)
 make[1]: *** [supertone_tests.o] Error 1
 make[1]: Leaving directory `/home/packages/libsupertone-0.0.1'
 make: *** [all] Error 2
 [EMAIL

Re: [Asterisk-Users] Unicall errors

2005-01-10 Thread Sam Njenga
Hi Steve

I have compiled everything now without errors. Problem is loading the
unicall module when starting asterisk. This is the error ..

[chan_unicall.so]Jan 10 18:37:16 WARNING[1076216448]: loader.c:248
ast_load_resource: /usr/lib/asterisk/modules/chan_unicall.so: undefined
symbol: uc_channel_write
Jan 10 18:37:16 WARNING[1076216448]: loader.c:380 load_modules: Loading
module chan_unicall.so failed!
[EMAIL PROTECTED] asterisk]#

Sam Njenga




- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Monday, January 10, 2005 6:05 PM
Subject: Re: [Asterisk-Users] Unicall errors


 Hi Sam,

 Sorry about that. The copy of libsupertone on the FTP site appeared to
 be faulty. I have just replaced it. Please try again.

 Strange. You should have had this same problem when testing 0.0.2pre1.

 Regards,
 Steve

 Sam Njenga wrote:

 Steve
 
 I have stated below that I tried to install Libsupertone and gote errors.
 
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] R2 for Mexico?

2005-01-10 Thread Sam Njenga
What Linux distribution are you using ? I can help you if your using redhat
9 as am 90% done with R2.( Thanks to Steve Underwood)
You can start here
http://www.opencall.org/installing-mfcr2.html

/Sam

- Original Message - 
From: Carlos Chavez [EMAIL PROTECTED]
To: Asterisk asterisk-users@lists.digium.com
Sent: Monday, January 10, 2005 8:16 PM
Subject: [Asterisk-Users] R2 for Mexico?


  Does anyone have a document on how to implement R2 for use in Mexico?
 What packages do I have to download and compile?

 --
 Carlos Chavez
 Director de Tecnología
 Telecomunicaciones Abiertas de México S.A. de C.V.

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MFC/R2 errors

2004-12-20 Thread Sam Njenga
Thanks Steve,
I still haven't had any success with it even after ignoring those warnings.
Does any one have a working one ? If so can he send me working samples of
zapata.conf
unicall.conf
extensions.conf
Am using Argentina valiant of R2


- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Monday, December 20, 2004 4:33 PM
Subject: Re: [Asterisk-Users] MFC/R2 errors


 Hi Sam,

 You can ignore that. Its just debug. The next version will make it
 configurable.

 Steve


 Sam Njenga wrote:

  Hi all
  I have MFCR2 successfully installed but seems to get warnings a s seen
  below when I start asterisk. Am running on Redhat 9.
 
  Asterisk Ready.
  *CLI Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634
  unicall_error: UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 local_unblocking_expired
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error:
  UniCall: mfcr2 far_unblocking_expired
  and so on
 
  -- UC channel 1 far unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Local end unblocked
  -- UC channel 1 local unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Far end unblocked
  -- UC channel 2 far unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Local end unblocked
  -- UC channel 2 local unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Far end unblocked
  -- UC channel 3 far unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Local end unblocked
  -- UC channel 3 local unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Far end unblocked
  -- UC channel 4 far unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Local end unblocked
  -- UC channel 4 local unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Far end unblocked
  -- UC channel 5 far unblocked
  Dec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548
  handle_uc_event: UC event Local end unblocked
  -- UC channel 5 local unblocked
 
 
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MFC/R2 errors

2004-12-20 Thread Sam Njenga
I can now see and accept incoming calls from MFR2. Thanks again. Am only
having a codec with my test software but that I will solve. (hopefully) But
outgoing calls have a problem. Here is my current (basic) extensions.conf

[general]
static=yes
writeprotect=no

[globals]
CONSOLE=Console/dsp ; Console interface for
TRUNK=UniCall/1; Trunk interface

[local]
include = default

[default]
exten = _.,1,Dial(UniCall/1/${EXTEN}



Problem is I can't dial out. Is that extensions file correct ?
Here is my error


*CLI Dec 20 20:08:05 WARNING[1160397504]: pbx.c:1279 pbx_extension_helper:
No application 'Dial(UniCall/1/{EXTEN}' for extension (default, 24, 1)
  == Spawn extension (default, 24, 1) exited non-zero on
'H323/ip$X.X.X:4396/18867'
Dec 20 20:08:05 WARNING[1160397504]: pbx.c:1279 pbx_extension_helper: No
application 'Dial(UniCall/1/{EXTEN}' for extension (default, h, 1)
  == Spawn extension (default, h, 1) exited non-zero on
'H323/ip$X.X.X.X:4396/18867'


As for the incoming here is the error that makes me rule that its a codec
issue. (Correct if am wrong )

Dec 20 20:15:56 WARNING[1149912000]: chan_unicall.c:2548 handle_uc_event: UC
event Answered
Detected dry run!


Dec 20 20:15:57 WARNING[1160397504]: chan_unicall.c:634 unicall_error:
UniCall: mfcr2 Call disconnected - state 0x800
-- Hungup 'UniCall/23-1'
Res is þ¿
Silent Level is
Pre-res is þ¿

I have prompts just for tests on asterisk and the amazing thing is that when
I connect through ip directly I don't get any errors and I can hear the
prompts
/Sam






- Original Message - 
From: Steve Underwood [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Monday, December 20, 2004 5:59 PM
Subject: Re: [Asterisk-Users] MFC/R2 errors


 Hi Sam,

 So what happens? Your logs shows a perfectly normal startup. The E1
 should then be waiting for an outgoing or incoming call attempt. You
 should see *something* happen in the log.

 The example configuration information in the install instructions should
 be OK to get you started. extensions.conf just needs to send calls to
 trunk names like UniCall/1 for circuit number 1.

 Regards,
 Steve


 Sam Njenga wrote:

 Thanks Steve,
 I still haven't had any success with it even after ignoring those
warnings.
 Does any one have a working one ? If so can he send me working samples of
 zapata.conf
 unicall.conf
 extensions.conf
 Am using Argentina valiant of R2
 
 

 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] MFC/R2 errors

2004-12-19 Thread Sam Njenga



Hi all
I have MFCR2 successfully 
installed but seems to get warnings a s seen below when I start asterisk. Am 
running on Redhat 9.

Asterisk Ready.*CLI Dec 20 
08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: mfcr2 
far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expiredDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:634 unicall_error: UniCall: mfcr2 local_unblocking_expiredDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:634 unicall_error: UniCall: 
mfcr2 far_unblocking_expired
and so on

 -- UC channel 1 
far unblockedDec 20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548 
handle_uc_event: UC event Local end unblocked -- UC 
channel 1 local unblockedDec 20 08:40:38 WARNING[1175077440]: 
chan_unicall.c:2548 handle_uc_event: UC event Far end 
unblocked -- UC channel 2 far unblockedDec 20 08:40:38 
WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event Local end 
unblocked -- UC channel 2 local unblockedDec 20 
08:40:38 WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event Far 
end unblocked -- UC channel 3 far unblockedDec 20 
08:40:38 WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event 
Local end unblocked -- UC channel 3 local unblockedDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event 
Far end unblocked -- UC channel 4 far unblockedDec 20 
08:40:38 WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event 
Local end unblocked -- UC channel 4 local unblockedDec 
20 08:40:38 WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event 
Far end unblocked -- UC channel 5 far unblockedDec 20 
08:40:38 WARNING[1175077440]: chan_unicall.c:2548 handle_uc_event: UC event 
Local end unblocked -- UC channel 5 local 
unblocked

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Re: Fw: Asterisk R2 Signaling

2004-09-20 Thread Sam Njenga



I have a digium D300-E1 card and the R2 link ready. 
Actually it is already connected to the card and all alarms cleared. Am not in 
Argentina but the R2 signaling is configured with Argentina signaling. It works 
very well when I connect a Cisco 5350 and configure it to Argentina R2 . Am not 
a developer so if you have a ready I'd be glad to have it .

Regards
Sam Njenga
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Re: Fw: Asterisk R2 Signaling

2004-09-20 Thread Sam Njenga



Date: Mon, 20 Sep 2004 21:35:31 +0800From: Steve Underwood [EMAIL PROTECTED]Subject: Re: 
[Asterisk-Users] Re: Fw: Asterisk R2 SignalingTo: Asterisk Users Mailing 
List - Non-Commercial Discussion[EMAIL PROTECTED]Message-ID: 
[EMAIL PROTECTED]Content-Type: 
text/plain; charset=ISO-8859-1; format=flowedSam Njenga 
wrote: I have a digium D300-E1 card and the R2 link ready. Actually 
it is  already connected to the card and all alarms cleared. Am not in 
 Argentina but the R2 signaling is configured with Argentina signaling. 
 It works very well when I connect a Cisco 5350 and configure it to 
 Argentina R2 . Am not a developer so if you have a ready I'd be glad 
 to have it .  Regards Sam 
NjengaThere is no support in * for the 
D300-E1.Regards,Steve

Actually the card is 
Digium Wildcard E100P E1/PRA Card 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] how do I get R2 signalling working with a Digium

2004-09-20 Thread Sam Njenga



This will be very helpful Steve. Kindly provide us 
with the location where we can download it
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Error in zapata/zaptel configuration

2004-09-17 Thread Sam Njenga



Hi
I have reason to believe that I have errors in my 
configuration because when I make a call I can see the H323 call executed ok but 
not being processed by Zap. I am using R2 signaling (which I know is 
incomplete but should I not see it when I debug Zap channel?). I think there is 
a problem with my Zapata and zaptel configs . I understand that R2 can work with 
R2 China and R2 Argentina. Currently am working with R2 Argentina. The E1 is ok 
as when I configure a Cisco 5350 to work with it, it works 
perfectly.



Here is my current configuration 

zapata.conf

[channels]context=defaultsignalling=r2r2country=ar

group=1

callgroup=1pickupgroup=1

transfer=yesechocancel=yescallprogress=yesimmediate=yes

channel = 1-15,17-31
/etc/zaptel

span=1,0,0,cas,hdb3cas=1-15:1001cas=17-31:1001
Extentions.conf

[general]static=yeswriteprotect=no

[globals]CONSOLE=Console/dsp 
; Console interface for 
demoIAXINFO=guest 
; IAXtel 
username/passwordTRUNK=Zap/1 
; Trunk interface

[local]include = default

[default]

exten = 203755343,1,Dial(Zap/g1/203755343)


The error I get is 

Sep 17 14:18:20 WARNING[1185515456]: pbx.c:1839 
ast_pbx_run: Timeout, but no rule 't' in context 'default' 
-- Executing Dial("H323/ip$80.247.147.146:3852/19860", "Zap/g1/203755343") in 
new stack -- Couldn't call 
g1/203755343 -- Hungup 'Zap/1-1'
h323 -- Asterisk --- h323 works ok

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Error in zapata/zaptel configuration

2004-09-17 Thread Sam Njenga



Hi
I have reason to believe that I have errors in my 
configuration because when I make a call I can see the H323 call executed ok but 
not being processed by Zap. I am using R2 signaling (which I know is 
incomplete but should I not see it when I debug Zap channel?). I think there is 
a problem with my Zapata and zaptel configs . I understand that R2 can work with 
R2 China and R2 Argentina. Currently am working with R2 Argentina. The E1 is ok 
as when I configure a Cisco 5350 to work with it, it works 
perfectly.



Here is my current configuration 

zapata.conf

[channels]context=defaultsignalling=r2r2country=ar

group=1

callgroup=1pickupgroup=1

transfer=yesechocancel=yescallprogress=yesimmediate=yes

channel = 1-15,17-31
/etc/zaptel

span=1,0,0,cas,hdb3cas=1-15:1001cas=17-31:1001
Extentions.conf

[general]static=yeswriteprotect=no

[globals]CONSOLE=Console/dsp 
; Console interface for 
demoIAXINFO=guest 
; IAXtel 
username/passwordTRUNK=Zap/1 
; Trunk interface

[local]include = default

[default]

exten = 203755343,1,Dial(Zap/g1/203755343)


The error I get is 

Sep 17 14:18:20 WARNING[1185515456]: pbx.c:1839 
ast_pbx_run: Timeout, but no rule 't' in context 'default' 
-- Executing Dial("H323/ip$80.247.147.146:3852/19860", "Zap/g1/203755343") in 
new stack -- Couldn't call 
g1/203755343 -- Hungup 'Zap/1-1'
h323 -- Asterisk --- h323 works ok
Regards 
Sam
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] error in zapata/zaptel configuration

2004-09-17 Thread Sam Njenga



Hi
I have reason to believe that I have errors in my 
configuration because when I make a call I can see the H323 call executed ok but 
not being processed by Zap. I am using R2 signaling (which I know is 
incomplete but should I not see it when I debug Zap channel?). I think there is 
a problem with my Zapata and zaptel configs . I understand that R2 can work with 
R2 China and R2 Argentina. Currently am working with R2 Argentina. The E1 is ok 
as when I configure a Cisco 5350 to work with it, it works 
perfectly.



Here is my current configuration 

zapata.conf

[channels]context=defaultsignalling=r2r2country=ar

group=1

callgroup=1pickupgroup=1

transfer=yesechocancel=yescallprogress=yesimmediate=yes

channel = 1-15,17-31
/etc/zaptel

span=1,0,0,cas,hdb3cas=1-15:1001cas=17-31:1001
Extentions.conf

[general]static=yeswriteprotect=no

[globals]CONSOLE=Console/dsp 
; Console interface for 
demoIAXINFO=guest 
; IAXtel 
username/passwordTRUNK=Zap/1 
; Trunk interface

[local]include = default

[default]

exten = 203755343,1,Dial(Zap/g1/203755343)


The error I get is 

Sep 17 14:18:20 WARNING[1185515456]: pbx.c:1839 
ast_pbx_run: Timeout, but no rule 't' in context 'default' 
-- Executing Dial("H323/ip$80.247.147.146:3852/19860", "Zap/g1/203755343") in 
new stack -- Couldn't call 
g1/203755343 -- Hungup 'Zap/1-1'
h323 -- Asterisk --- h323 works ok

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Fw: Asterisk R2 Signaling

2004-09-15 Thread Sam Njenga



Has anyone found a solution for asterisk and r2 
signaling ? Steve Underwood had given some information saying he had a working 
asterisk working. I need it to work with Argentina R2 signaling

Sam
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users