[Asterisk-Users] DTMF problems to connect CME to Asterisk.

2004-05-20 Thread $B4dED(B $B?-2p(B
Hi.
(B
(BI want to connect Cisco7960 phone using IOS CME to Aasterisk VoiceMail system.
(BBut, DTMF relay is not work well, so I am able to hear VoiceMail intro and I am not 
(Bable to contorl Asterisk VoceMail system.
(BDid anyone connect CME to Asterisk VoiceMail system?
(B
(BAsterisk machine IP is 192.168.199.250 , Cisco CME router IP is 192.168.199.254, and 
(BCisco 7960 extension is 64862.
(BMy configure is like follws.
(B
(B//Asterisk sip.conf//
(B[64862]
(Btype=friend
(Binsecure=no
(Busername=64862
(Bcallerid="Cisco3600"64862
(Bhost=dynamic
(Bnat=no
(Bcanreinvite=no
(Bdefaultip=192.168.199.254
(Bdtmfmode=rfc2833
(Bmailbox=64862
(B
(B//Asterisk extensions.conf//
(Bexten = _5,2,VoicemailMain,s${CALLERIDNUM}
(B
(B//Cisco router conf//
(B!
(Bvoice service voip 
(B sip
(B  registrar server expires max 3600 min 360
(B!
(Bdial-peer voice 4 voip
(B destination-pattern 5+T
(B session protocol sipv2
(B session target sip-server
(B session transport udp
(B dtmf-relay rtp-nte
(B codec g711ulaw
(B no vad
(B!
(Bsip-ua 
(B retry invite 3
(B retry response 3
(B retry cancel 3
(B timers trying 1000
(B registrar ipv4:192.168.199.250 expires 3600
(B sip-server ipv4:192.168.199.250
(B notify telephone-event max-duration 500
(B!
(Btelephony-service
(B load 7960-7940 P00303020214
(B max-ephones 24
(B max-dn 48
(B ip source-address 192.168.199.254 port 2000
(B timeouts interdigit 3
(B timeouts ringing 60
(B keepalive 45
(B voicemail 5#
(B!
(Bephone  1
(B keepalive 200
(B mac-address 000E.38AA.3D01
(B type 7940
(B button  1:1
(B!
(B
(BHow can I do?
(BAnd, is it possible to connect CME to Asterisk VoiceMail system?
(B
(BRegards.
(B___
(BAsterisk-Users mailing list
(B[EMAIL PROTECTED]
(Bhttp://lists.digium.com/mailman/listinfo/asterisk-users
(BTo UNSUBSCRIBE or update options visit:
(B   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Can't compile asterisk.

2004-04-01 Thread $B4dED(B $B?-2p(B
Thanks for reply.
(B
(BOf course, I had already read ML like follows.
(BThis case errors are almost same, perhaps.
(BBut, tell the truth, I can't understand What I have to do?
(BI had recompile some version automake source, and tried to recompile asterisk.
(BThe result does'nt go well.
(B
(BWhat's wrong? automake? term.c?termcap?curses?readline?etc...
(BI am confusing
(BGive me help!
(B
(B
(B Is this same result?
(B 
(B http://lists.digium.com/pipermail/asterisk-users/2003-November
(B /027321.html
(B 
(B mack_jpn
(B 
(B On Thu, 1 Apr 2004 01:08:44 +0900
(B $B4dED(J $B?-2p(J [EMAIL PROTECTED] wrote:
(B 
(B  hi.
(B  
(B  I got these compile errors while install asterisk.
(B  readline and openssl are compiled using gnu source, and 
(B kernel version is 2.4.17.
(B  
(B  Compile errors message is follows.
(B  Someone cleared this problem?
(B  Please, help!
(B  
(B  Regards.
(B  
(B  
(B --
(B   gcc -g  -o asterisk -Wl,-E  io.o sched.o 
(B logger.o frame.o 
(B  loader.o config.
(B  o channel.o translate.o file.o say.o pbx.o cli.o md5.o 
(B term.o ulaw.o 
(B  alaw.o call erid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o 
(B  manager.o asterisk.o ast _expr.o dsp.o chanvars.o indications.o 
(B  autoservice.o db.o privacy.o astmm.o enum .o srv.o dns.o 
(B aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresol
(B  v   editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a
(B  make: pwd: Command not found
(B  $B!)!)(Jeditline/libedit.a(editline.o_a): In function `term_move_to_line':
(B  /usr/src/asterisk/editline/term.c:554: undefined reference 
(B to `tgoto'
(B 
(B snip
(B 
(B ---
(B 
(B $BBeM}E9$I$C$H$3$`(J
(B $B%]!<%?%k!u<+F02;@<1~EzAuCV!"(JIP$BEEOC!"(JIPPBX$BJ#9g%7%9%F%`3+H/!"(J
(B UMS$B!&6HL3;Y1g!&1~BPAk8}!&:_Bp%3!<%k%;%s%?!<3+H/@AIi(J
(B http://www.dairiten.com/
(B 
(B ___
(B Asterisk-Users mailing list
(B [EMAIL PROTECTED]
(B http://lists.digium.com/mailman/listinfo/asterisk-users
(B To UNSUBSCRIBE or update options visit:
(Bhttp://lists.digium.com/mailman/listinfo/asterisk-users
(B 
(B 
(B___
(BAsterisk-Users mailing list
(B[EMAIL PROTECTED]
(Bhttp://lists.digium.com/mailman/listinfo/asterisk-users
(BTo UNSUBSCRIBE or update options visit:
(B   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Can't compile asterisk.

2004-04-01 Thread $B4dED(B $B?-2p(B
Hi.
(B
(BAt last, I can compile asterisk.
(B
(BI had compiled low version of ncurses, glibc readline termcap and so on..
(BFinary, I coud compiled asterisk.
(B
(BThanks a lot!!
(B
(B
(B 
(B Thanks for reply.
(B 
(B Of course, I had already read ML like follows.
(B This case errors are almost same, perhaps.
(B But, tell the truth, I can't understand What I have to do?
(B I had recompile some version automake source, and tried to 
(B recompile asterisk.
(B The result does'nt go well.
(B 
(B What's wrong? automake? term.c?termcap?curses?readline?etc...
(B I am confusing
(B Give me help!
(B 
(B 
(B  Is this same result?
(B  
(B  http://lists.digium.com/pipermail/asterisk-users/2003-November
(B  /027321.html
(B  
(B  mack_jpn
(B  
(B  On Thu, 1 Apr 2004 01:08:44 +0900
(B  $B4dED(J $B?-2p(J [EMAIL PROTECTED] wrote:
(B  
(B   hi.
(B   
(B   I got these compile errors while install asterisk.
(B   readline and openssl are compiled using gnu source, and
(B  kernel version is 2.4.17.
(B   
(B   Compile errors message is follows.
(B   Someone cleared this problem?
(B   Please, help!
(B   
(B   Regards.
(B   
(B   
(B  
(B --
(B    gcc -g  -o asterisk -Wl,-E  io.o sched.o
(B  logger.o frame.o
(B   loader.o config.
(B   o channel.o translate.o file.o say.o pbx.o cli.o md5.o
(B  term.o ulaw.o
(B   alaw.o call erid.o fskmodem.o image.o app.o cdr.o tdd.o 
(B acl.o rtp.o 
(B   manager.o asterisk.o ast _expr.o dsp.o chanvars.o indications.o 
(B   autoservice.o db.o privacy.o astmm.o enum .o srv.o dns.o
(B  aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresol
(B   v   editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a
(B   make: pwd: Command not found
(B   $B!)!)(Jeditline/libedit.a(editline.o_a): In function 
(B `term_move_to_line':
(B   /usr/src/asterisk/editline/term.c:554: undefined reference
(B  to `tgoto'
(B  
(B  snip
(B  
(B  ---
(B  
(B  $BBeM}E9$I$C$H$3$`(J
(B  $B%]!<%?%k!u<+F02;@<1~EzAuCV!"(JIP$BEEOC!"(JIPPBX$BJ#9g%7%9%F%`3+H/!"(J
(B  UMS$B!&6HL3;Y1g!&1~BPAk8}!&:_Bp%3!<%k%;%s%?!<3+H/@AIi(J
(B  http://www.dairiten.com/
(B  
(B  ___
(B  Asterisk-Users mailing list
(B  [EMAIL PROTECTED]
(B  http://lists.digium.com/mailman/listinfo/asterisk-users
(B  To UNSUBSCRIBE or update options visit:
(B http://lists.digium.com/mailman/listinfo/asterisk-users
(B  
(B  
(B ___
(B Asterisk-Users mailing list
(B [EMAIL PROTECTED]
(B http://lists.digium.com/mailman/listinfo/asterisk-users
(B To UNSUBSCRIBE or update options visit:
(Bhttp://lists.digium.com/mailman/listinfo/asterisk-users
(B 
(B___
(BAsterisk-Users mailing list
(B[EMAIL PROTECTED]
(Bhttp://lists.digium.com/mailman/listinfo/asterisk-users
(BTo UNSUBSCRIBE or update options visit:
(B   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Can't compile asterisk.

2004-03-31 Thread $B4dED(B $B?-2p(B
hi.
(B
(BI got these compile errors while install asterisk.
(Breadline and openssl are compiled using gnu source, and kernel version is 2.4.17.
(B
(BCompile errors message is follows.
(BSomeone cleared this problem?
(BPlease, help!
(B
(BRegards.
(B
(B--
(Bgcc -g  -o asterisk -Wl,-E  io.o sched.o logger.o frame.o loader.o config.
(Bo channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o call
(Berid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast
(B_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum
(B.o srv.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresol
(Bv   editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a
(Bmake: pwd: Command not found
$B!)!)(Jeditline/libedit.a(editline.o_a): In function `term_move_to_line':
(B/usr/src/asterisk/editline/term.c:554: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:554: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:567: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:567: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:567: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:567: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:572: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:572: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_move_to_char':
(B/usr/src/asterisk/editline/term.c:607: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:607: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:611: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:611: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:643: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:643: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:643: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:643: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_deletechars':
(B/usr/src/asterisk/editline/term.c:734: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:734: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:734: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:734: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:739: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:739: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:743: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:743: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:746: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:746: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_insertwrite':
(B/usr/src/asterisk/editline/term.c:775: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:775: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:775: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:775: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:782: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:782: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:790: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:790: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:792: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:792: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:797: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:797: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a):/usr/src/asterisk/editline/term.c:805: more und
(Befined references to `tputs' follow
(Beditline/libedit.a(editline.o_a): In function `term_insertwrite':
(B/usr/src/asterisk/editline/term.c:805: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_clear_EOL':
(B/usr/src/asterisk/editline/term.c:821: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_clear_screen':

RE: [Asterisk-Users] Re: Can't compile asterisk.

2004-03-31 Thread $B4dED(B $B?-2p(B
 This error probably indicates something significant. What 
(B sort of system are you compiling on?  It's quite unusual for 
(B "pwd" to be missing on any unix-like system.  So it must not 
(B be in your search path.  It's almost always /bin/pwd, and if 
(B you don't have /bin and /usr/bin in your search path, a lot 
(B of scripts are going to fail.
(B 
(B The Makefiles in the asterisk source don't seem to override 
(B the PATH variable.
(B So maybe you should "echo $PATH" and see what's there.  Make 
(B sure that /bin and /usr/bin are both there somewhere.
(B 
(B Or type "whereis pwd" and see if it's in an unusual place on 
(B your disk, and add that directory to your search path.
(B 
(B Of course, this may not be the real problem.  But it probably 
(B is part of the problem.
(B
(BThanks for reply.
(B
(BI cleared pwd problem, but I still can't compile asterisk.
(BThe source of trouble is termcap? ncurses?can you estimate?
(BI have no idea, what can I do?
(B
(BP.S.
(BMy linux is "Japanese Linux Box" kernel ver2.4.17 with PowerPC CPU.
(B
(B
(Bgcc -g  -o asterisk -Wl,-E  io.o sched.o logger.o frame.o loader.o config.o chan
(Bnel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o
(B fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.
(Bo dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv
(B.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresolv   ed
(Bitline/libedit.a db1-ast/libdb1.a stdtime/libtime.a
(Beditline/libedit.a(editline.o_a): In function `term_move_to_line':
(B/usr/src/asterisk/editline/term.c:554: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:554: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:567: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:567: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:567: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:567: relocation truncated to fit: R_PPC_REL24 
(Btputs
(B/usr/src/asterisk/editline/term.c:572: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:572: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_move_to_char':
(B/usr/src/asterisk/editline/term.c:607: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:607: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:611: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:611: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:643: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:643: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B/usr/src/asterisk/editline/term.c:643: undefined reference to `tputs'
(B/usr/src/asterisk/editline/term.c:643: relocation truncated to fit: R_PPC_REL24 
(Btputs
(Beditline/libedit.a(editline.o_a): In function `term_deletechars':
(B/usr/src/asterisk/editline/term.c:734: undefined reference to `tgoto'
(B/usr/src/asterisk/editline/term.c:734: relocation truncated to fit: R_PPC_REL24 
(Btgoto
(B___
(BAsterisk-Users mailing list
(B[EMAIL PROTECTED]
(Bhttp://lists.digium.com/mailman/listinfo/asterisk-users
(BTo UNSUBSCRIBE or update options visit:
(B   http://lists.digium.com/mailman/listinfo/asterisk-users