[Callweaver-users] Call hungup

2007-05-07 Thread Eugene Prokopiev
d by 10.0.0.2 (format ulaw) -- Format for call is ulaw -- IAX2/800-2 is ringing -- IAX2/800-2 answered SIP/10.0.0.1-bc0039a0 -- Hungup 'IAX2/800-2' == Spawn extension (incoming, 2800800, 1) exited non-zero on 'SIP/10.0.0.1-bc0039a0' Why can it be? I use last sv

[Callweaver-users] Incoming calls from sip provider

2007-05-11 Thread Eugene Prokopiev
o such host: sipnet-in May 11 13:01:00 WARNING[1091873088]: chan_sip.c:7463 transmit_register: Probably a DNS error for registration to [EMAIL PROTECTED], trying REGISTER again (after 20 seconds) Why callweaver use sipnet-in as host name? -- Thanks, Eugene Pro

Re: [Callweaver-users] Incoming calls from sip provider

2007-05-11 Thread Eugene Prokopiev
> That code sip is correct, dunno why is doesn't work. > It can be either a hostname or a section name for that provider. > Could be a bug... fill a ticket for that bug. http://trac.openpbx.org/cgi-bin/trac.cgi/ticket/290 ___ Callweaver-users mailing li

Re: [Callweaver-users] Incoming calls from sip provider

2007-05-11 Thread Eugene Prokopiev
t=sipnet-incoming allow=alaw allow=ulaw nat=no canreinvite=no dtmfmode=info # cat extensions.conf [sipnet-incoming] exten => s,1,Answer() exten => s,2,Playback(hello-world) exten => s,3,Hangup() On calling I got: May 11 14:09:13 NOTICE[1091873088]: pbx.c:2115 pbx_extension_helper: Cannot find extension context 'incoming' So, how can I redirect call to context sipnet-incoming? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] Incoming calls from sip provider

2007-05-11 Thread Eugene Prokopiev
>>I use this in sip.conf: >> >>[general] >>... >>register => login:[EMAIL PROTECTED] >>... >>On starting I got: >> >>*CLI> May 11 13:01:00 WARNING[1091873088]: chan_sip.c:2736 create_addr: >>No such host: sipnet-in >>May 11 13:01:00 WARNING[1091873088]: chan_sip.c:7463 transmit_register: >>Probab

[Callweaver-users] Proc instead of Macro in AEL by default

2007-05-13 Thread Eugene Prokopiev
Hi, What about using Proc instead of Macro in AEL? Trivial patch is attached. -- Thanks, Eugene Prokopiev --- pbx/pbx_ael.c.orig 2007-05-13 18:58:16 +0400 +++ pbx/pbx_ael.c 2007-05-13 18:57:08 +0400 @@ -2931,7 +2931,7 @@ void gen_prios(struct ael_extension *ext strcat(buf1

[Callweaver-users] RxFAX unsuccessfull

2007-05-13 Thread Eugene Prokopiev
2.15:9002 (len 6) Got UDPTL packet from 192.168.2.15:9002 (len 6) Got UDPTL packet from 192.168.2.15:9002 (len 6) Sent UDPTL packet to 192.168.2.15:9002 (seq 1, len 8) ... Sent UDPTL packet to 192.168.2.15:9002 (seq 167, len 33) -- Executing NoOp("SIP/801-bb34", "RX: RE

[Callweaver-users] VoiceMail with SQLite or any other resource module

2007-05-14 Thread Eugene Prokopiev
On saving message I got: -- Executing VoiceMail("SIP/sipnet.ru-00645710", "[EMAIL PROTECTED]") in new stack May 14 13:30:48 WARNING[1092139328]: app_voicemail.c:2345 leave_voicemail: No entry in voicemail config file for '101' What's wrong? -- Thanks,

Re: [Callweaver-users] RxFAX unsuccessfull

2007-05-14 Thread Eugene Prokopiev
So, fax is not received. What's wrong? Nobody knows. See: checklist and troubleshooting. http://wiki.openpbx.org/tiki-index.php?page=Faxing%20with%20Openpbx.org Gzipped full log is attached. Can anybody say why all retries are not successfull? -- Thanks, Eugene Prokopiev fu

Re: [Callweaver-users] VoiceMail with SQLite or any other resourcemodule

2007-05-14 Thread Eugene Prokopiev
> Don't really know if voicemail works with sqlite but extconf is wrong. > > >># cat extconfig.conf >>voicemail => mysql,callweaver,voicemail_users > > > this only work with mysql. Perhaps something like: > > voicemail => sqlite,callweaver,voicemail_users Thanks. But after replacing all works

[Callweaver-users] sip connection problems without zaptel

2007-05-23 Thread Eugene Prokopiev
many other softswitches. But this problem is reproducable with Asterisk 1.4.4 running without ztdummy and not reproducable while ztdummy is loaded. CallWeaver can't use ztdummy, so it can't work with HuaweiSoftX3000. How to resolve this problem? -- Thanks, Eugene Prokopiev <-- SI

[Callweaver-users] Timing may be unreliable

2007-05-23 Thread Eugene Prokopiev
how to resolve this problem? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] sip connection problems without zaptel

2007-05-23 Thread Eugene Prokopiev
This problem is reproducable with CONFIG_HZ_1000=y and CONFIG_HZ_250=y :( -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] sip connection problems without zaptel

2007-05-23 Thread Eugene Prokopiev
The same problem is decribed in http://bugs.digium.com/view.php?id=6669, so I rewrite patch for current CallWeaver and now all works fine :) Patch is attached. Is it possible to include it in SVN? -- Thanks, Eugene Prokopiev --- channels/chan_sip.c.orig 2007-05-09 18:09:28 +0400 +++ channels

Re: [Callweaver-users] sip connection problems without zaptel

2007-05-23 Thread Eugene Prokopiev
http://www.callweaver.org/ticket/58 ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] Proc instead of Macro in AEL by default

2007-05-23 Thread Eugene Prokopiev
http://www.callweaver.org/ticket/59 ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] TxFax/RxFax over G711

2007-05-28 Thread Eugene Prokopiev
Hi, Is it possible to use TxFax/RxFax to send/receive faxes over voice instead of T.38? -- Thanks, Euegene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] TxFax/RxFax on established connection

2007-06-08 Thread Eugene Prokopiev
Hi, Is it possible to use TxFax/RxFax for sending/receiving fax on established connection after Dial and before Hangup? Can anybody give me dialplan example? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users

Re: [Callweaver-users] TxFax/RxFax on established connection

2007-06-08 Thread Eugene Prokopiev
shing connection first user push some button on phone (softphone or phone via sip gateway) and after this TxFax sends fax from some file to second user which must start fax receiving on hardware fax. How can I implement this? -- Thanks, Eugene Prokopiev

Re: [Callweaver-users] TxFax/RxFax on established connection

2007-06-11 Thread Eugene Prokopiev
; h,1,NoOp(RX: REMOTESTATIONID is ${REMOTESTATIONID}) exten => h,n,NoOp(RX: PHASEESTATUS is ${PHASEESTATUS}) exten => h,n,NoOp(RX: PHASEESTRING is ${PHASEESTRING}) -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] Music on hold don't work

2007-06-13 Thread Eugene Prokopiev
Hi, Why I can't hear music on hold? On console I see Stopped music already after Started music. My configuration: # cat musiconhold.conf [default] mode=files random=yes directory=/var/lib/asterisk/mohraw application=/usr/bin/rawplayer # ls /var/lib/asterisk/mohraw 1.raw # cat extensions.conf

[Callweaver-users] Connection pooling for pgsql/mysql/odbc/...

2007-06-18 Thread Eugene Prokopiev
Hi, Is it possible to use any connection pooling instead of Connect/Query/Fetch/Clear/Disconnect on every database operation? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org

[Callweaver-users] Hylafax integration problems

2007-06-20 Thread Eugene Prokopiev
end[5221]: SEND FAX: JOB 14 SENT in 0:26 CallWeaver application TxFax works too, but I need HylaFAX client tools. I can't replace it with AsterFax because it has very bad design and very strange dependencies. I don't wish to use Asterisk instead of CallWeaver to. Which trace files or some

[Callweaver-users] Hylafax integration problems

2007-06-20 Thread Eugene Prokopiev
end[5221]: SEND FAX: JOB 14 SENT in 0:26 CallWeaver application TxFax works too, but I need HylaFAX client tools. I can't replace it with AsterFax because it has very bad design and very strange dependencies. I don't wish to use Asterisk instead of CallWeaver to. Which trace files or some

Re: [Callweaver-users] Hylafax integration problems

2007-06-20 Thread Eugene Prokopiev
> You may need to run two commands > > iaxmodem ttyIAX > faxgetty ttyIAX > > Please also check at /var/log/iax/ and /var/log/messages for any hint. I run iaxmodem ttyIAX in non daemon mode, so I see all info on console instead of /var/log/iax Contents of /var/log/messages I show in my pre

Re: [Callweaver-users] Hylafax integration problems

2007-06-20 Thread Eugene Prokopiev
> The errors who reported have nothing to do with Callweaver. They are > errors from your iaxmodem/hylafax setup/. These are completely separate > programs, that communication with Callweaver by TCP/IP, and dot not > share any configuration information with it. I agreed but all begins to work a

[Callweaver-users] CallWeaver console filtering and logging

2007-07-04 Thread Eugene Prokopiev
: ... -- Executing Set("SIP/10.0.0.1-0061f5d0", "CDR(userfield)=2422718") -- Executing Dial("SIP/10.0.0.1-0061f5d0", "SIP/708,25,tT") ... to file? I can't find any suitable option in logger.conf -- Thanks, Eugene Prokopiev

[Callweaver-users] verbose default value in callweaver.conf

2007-07-05 Thread Eugene Prokopiev
Hi, I can setup verbose default value in asterisk.conf in [options] section. Is it possible to do the same with CallWeaver? I need this because console started with -R option don't save verbose value after reconnecting. -- Thanks, Eugene Prok

Re: [Callweaver-users] RC5?

2007-08-12 Thread Eugene Prokopiev
so the main part if my installation is monit :( I hope it will be fixed in 1.2 release. -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] CW 1.2.0 and wikipedia

2007-08-16 Thread Eugene Prokopiev
> There's only 9 open tickets Why do say about only 9 tickets? I see 22 open tickets for 1.2 release on http://callweaver.org/tickets, which displays 50 tickets -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweav

[Callweaver-users] Latest 1.2 build error

2007-09-05 Thread Eugene Prokopiev
What's wrong? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] odbc

2007-09-10 Thread Eugene Prokopiev
Hi, Is it impossible now to use database via odbc in CallWeaver? I can't see odbc option in configure script. -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/lis

[Callweaver-users] Strange src numbers in CDR

2007-09-21 Thread Eugene Prokopiev
| NO ANSWER | 1 | 0 (8 rows) Who is anonymous, +0, +00 and C? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] Core dump when using an IAX2 phone.

2007-09-24 Thread Eugene Prokopiev
Max CtRiX пишет: > Thomas Kenyon ha scritto: >> I compiled from source, configured with these options: >> >> --enable-builtin-sqlite3 --enable-postgresql --enable-srtp >> --enable-zaptel --enable-iax-trunking --enable-t38 --with-chan_fax >> --with-chan_bluetooth --with-cdr_pgsql --with-res_config_p

[Callweaver-users] finished calls in show channels

2007-10-01 Thread Eugene Prokopiev
Hi, Why can I see calls which was finished about 1 hour or more ago? I use last branch 1.2. pbx*CLI> show channels verbose Channel Context ExtensionPrio State Application CallerIDDuration Accountcode BridgedTo SIP/outbound-stc-5a9 default

[Callweaver-users] RxFax problems

2007-11-09 Thread Eugene Prokopiev
and via DLink VoIP gateway DVG-2032S. G.711 alaw without T.38 is using. Whay can it be? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] TxFax via G711

2007-11-29 Thread Eugene Prokopiev
Hi, I use hardware fax machines via dlink voip gateways and TxFax with G711, not T.38. Some times ago fax machines and TxFax worked fne, but now only fax machines works. With TxFax I got PHASEESTATUS 13 (Unexpected message received) every time. Now I use last 1.2 version (svn revision 4249) and s

Re: [Callweaver-users] TxFax via G711

2007-12-03 Thread Eugene Prokopiev
u provide logs of onw or two failed calls? I'll send tcpdumps for G711 and T.38 faxing after upgrading to last CallWeaver 1.2 and last SpanDSP tomorrow. -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] TxFax via G711

2007-12-03 Thread Eugene Prokopiev
of anything which > > might have broken. Can you provide logs of onw or two failed calls? > > I'll send tcpdumps for G711 and T.38 faxing after upgrading to last > CallWeaver 1.2 and last SpanDSP tomorrow. see http://www.callweaver.org/ticket/299 -- Thanks, Eugene Prokopiev

Re: [Callweaver-users] TxFax via G711

2007-12-06 Thread Eugene Prokopiev
see http://www.callweaver.org/ticket/302 for TxFax and fax machine dumps via G711 -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] Is CallWeaver development alive?

2008-02-05 Thread Eugene Prokopiev
Hi, There are no activity in BTS at least for faxing related problems and no letters in this maillists from Steve Underwood, Roy Sigurd Karlsbakk, Massimo Cetra and some other developers. Is CallWeaver development alive? -- Thanks, Eugene Prokopiev

Re: [Callweaver-users] Is CallWeaver development alive?

2008-02-05 Thread Eugene Prokopiev
> How alive do you expect it to be? I expect answers to try last callweaver/spandsp versions in BTS :) -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listi

Re: [Callweaver-users] Is CallWeaver development alive?

2008-02-06 Thread Eugene Prokopiev
> How alive do you expect it to be? What about bug #299? It is reproducable with svn 4498 and last spandsp. Why one fax is successful (but image was negative) and another one is fail? ___ Callweaver-users mailing list Callweaver-users@callweaver.org http

[Callweaver-users] Incoming calls from Hiawei SoftX3000

2008-02-29 Thread Eugene Prokopiev
INVITE to [EMAIL PROTECTED] and CallWeaver says "404 Not Found". Is it possible to not send Contact: and redirect any incoming call from Hiawei SoftX3000 to context incoming without any checking? -- Thanks, Eugene Prokopiev ___ Callweaver

Re: [Callweaver-users] G.729 on CW (RC5)

2008-04-14 Thread Eugene Prokopiev
> I read a bit online about this issue, but it's not clear as to the current > situation. I understand that older CW versions managed to compile with > G.729, but I wonder if someone has a working solution to integrate G.729 > into CW RC5. http://asterisk.hosting.lv/ __

Re: [Callweaver-users] Real-time on CW RC5

2008-04-15 Thread Eugene Prokopiev
> Is there a clear/detailed online manual that explains how to setup SIP > buddies ,voicemail... through MySQL tables on CW? http://www.callweaver.org/wiki/Realtime+SIP+Howto As far as I know real-time for voicemail is not implemented :( It was implemented in Asterisk for ODBC, but ODBC is suppor

[Callweaver-users] Is CONFIG_HZ=1000 still need for CallWeaver?

2008-04-19 Thread Eugene Prokopiev
Hi, Are recomendations from http://www.callweaver.org/wiki/Kernel still valid? I can't see warnings with kernel 2.6.18 with CONFIG_HZ=250 and I can't see timer.c via http://www.callweaver.org/browse. It's looks like CallWeaver works without significant problems. __

[Callweaver-users] NConference no sound

2008-07-30 Thread Eugene Prokopiev
Last Message 192.168.101.200 104 901db4f8-36 00101/2 alaw No Rx: ACK 192.168.101.9103 d4769c9f-37 00101/2 alaw No Rx: ACK 2 active SIP channels Why can it be? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Call

Re: [Callweaver-users] NConference no sound

2008-07-31 Thread Eugene Prokopiev
2008/7/31, Rob Gillan : > Eugene, > > Have a look at the tickets on www.callweaver.org. It's a known > problem that Max is going to fix at some point. If you run the > conferences in quiet mode (Mq, Sq) they work without announcements. Thanks. What is the bug number? _

[Callweaver-users] canreinvite=yes only for local peers

2008-09-22 Thread Eugene Prokopiev
Hi, Is it possible to set canreinvite=yes only for local peers and set canreinvite=no for PSTN peers? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver

[Callweaver-users] Realtime for VoiceMail

2008-09-22 Thread Eugene Prokopiev
Is it possible to store VoiceMail accounts with Realtime instead of flat configuration file? -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

[Callweaver-users] Calling Party's Category URI support

2009-02-03 Thread Eugene Prokopiev
Hi, I need to replace SIP header from: From: "101" ;tag=as3d2399f9 to: From: ;tag=as3d2399f9 as described in http://www.softarmor.com/wgdb/docs/draft-mahy-iptel-cpc-00.txt. Is it possible to implement this feature? Can do It with existing applications/functions? -- Thanks, Eugene

Re: [Callweaver-users] Calling Party's Category URI support

2009-02-03 Thread Eugene Prokopiev
ng like: -- Executing [2440...@local:1] Set("SIP/102-fff4", "SIP_HEADER(From") Feb 4 09:13:28 WARNING[1092921664]: pbx.c:7024 pbx_builtin_setvar: Ignoring entry 'SIP_HEADER(From' with no '=' (and not last 'options' entry) -- Thanks, Eugene Proko

[Callweaver-users] Build problems

2009-05-21 Thread Eugene Prokopiev
ous gcc version -- Thanks, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users

Re: [Callweaver-users] Build problems

2009-05-21 Thread Eugene Prokopiev
2009/5/21, Max CtRiX : > Eugene Prokopiev ha scritto: > > > > libtoolize-default: copying file `libltdl/libltdl/lt_dlloader.h' > > libtoolize-default: copying file `libltdl/libltdl/lt_error.h' > > libtoolize-default: copying file `libltdl/libltdl/lt_sy

[Callweaver-users] svn access problems

2009-06-25 Thread Eugene Prokopiev
Hi, $ svn co http://svn.callweaver.org/callweaver/branches/rel/1.2/ svn: OPTIONS of 'http://svn.callweaver.org/callweaver/branches/rel/1.2': could not connect to server (http://svn.callweaver.org) When svn.callweaver.org becomes available? -- Regards, Eugene

[Callweaver-users] NOTIFY for busy subscribed extensions

2009-06-26 Thread Eugene Prokopiev
wrong in my configuration? -- Regards, Eugene Prokopiev ___ Callweaver-users mailing list Callweaver-users@callweaver.org http://lists.callweaver.org/mailman/listinfo/callweaver-users