similar to: CDR and EXTEN

Displaying 20 results from an estimated 3000 matches similar to: "CDR and EXTEN"

2004 Jul 04
1
cdr and edit dst field
For make outgoing call, i setup 0. However 0 is write in the cdr dst field. Is there a way to remove it when asterisk send it to cdr_mysql ? exten => _0X.,1,Dial,SIP/${EXTEN:1}@mygateway I just want have in cdr dst = ${EXTEN:1} This don't work : exten => _0X.,1,SetVar(EXTEN=${EXTEN:1}) exten => _0X.,2,Dial,SIP/${EXTEN}@mygateway Use another variable still record ${EXTEN} --
2004 May 07
1
Trunk with CIRPAK
Hello, I have trouble to enable a sip trunk with a CIRPAK. CIRPAK support answer that's there parameter are unvalid : a=silenceSupp:off - - - - is not standard and not working with cirpak - to be remove m=video 13072 RTP/AVP no video, how to remove it ? my extension.conf : exten => _6X.,1,Dial,SIP/${EXTEN:1}@x.x.x.x Regards, -- Arnaud Pignard (apignard@frontier.fr) Frontier Online -
2004 May 26
1
sip_reg_timeout problem
Hello, We have one of our SIP provider that's is sending incoming sip call without need of registration. Incoming call working fine (as outgoing call), but * still try to register to there sip gateway : chan_sip.c:3159 sip_reg_timeout: Registration for 'phone@50.50.50.50' timed out, trying again -- Got SIP response 404 "User Not Found in data base" back from 50.50.50.50
2004 Sep 01
0
TDM40B hangup on fax or data modem carrier
Hi ! I have a TDM40B and i try to use it connected to modem for incoming call data transfert. I have no problem to use it with a phone and a talk communication work fine. But when we try to use with modem, with most modem, we got data carrier for few seconds and channel hungup. < [ TYPE: Null Frame (4) SUBCLASS: N/A (3) ] [Zap/4-1] -- Zap/4-1 is ringing << [ TYPE: Null Frame
2005 Jan 22
0
Asterisk/Sip crash "Failed to grab lock"
Hi, Since around a week i have one asterisk server how stop responding randomely. CVS HEAD with RealTime engine used. The debug log only write "Failed to grab lock, trying again..." until i stop Asterisk. No more activity for IAX or SIP channels (no log...). CLI still responding. When i try to stop asterisk (stop now or crtl+C) nothing happen and cli die but asterisk still running.
2004 Mar 18
4
zaphfc problem
Hi, I have a partial working installation with zaphfc. Incoming call : For incoming call, seems work fine. But the sound is very bad with bounce short crashing sound. Same sound with echo cancel off or on. SDA work fine. Another problem, it's seems that's zaphfc don't reset correctly the line. I have one of my D channel how was busy even after stop communication. Outgoing call :
2005 Feb 01
2
How to compile "iaxclient" with MinGW/Cygwin
Hello, I can?t compile "iaxclient", because one needs to compile the new version "wiax.dll". I tried to compile it under MinGW/Cygwin, but I had the messages like: cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -DSPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -IAXC_IAX -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -c
2008 Nov 25
1
cdr mysql error
Hi, Need help on mysql cdr, i keep on seeing this log on the console. but my db is up and i see the calls being logged on the cdr table. is there a timeout when there is no activity? can i remove the timeout if there is any? thanks [Nov 25 13:22:37] ERROR[21026]: cdr_addon_mysql.c:171 mysql_log: cdr_mysql: Server has gone away. Attempting to reconnect. [Nov 25 14:20:32] ERROR[21061]:
2009 Aug 30
1
Need help - CDR MySQL
Hello all, I'm trying to activate (on Asterisk 1.6.0.13) the cdr_mysql addon, but without success. Is there a proper online manual that describes all the steps to follow and debugging/monitoring information? When I type in the CLI "module show", cdr_addon_mysql.so is not listed, although in modules.conf, I added the line "load => cdr_addon_mysql.so". I also tried
2003 Sep 30
5
* not logging CDR to MySQL - anyway I can debug this?
Hi all, I think I've run out of options in terms of what I know about this. I have created a user called asteriskuser and granted all privileges to the asteriskcdrdb database. Then I created the table via the cdr_mysql.txt file. I have edited the cdr_mysql.conf file to reflect this, and added load => cdr_addon_mysql.so after compiling it from the latest CVS. If I check the
2013 Sep 14
1
Asterisk-1.8.23.1 mysql cdr
Hi list, I am using Asterisk1.6.2 form a long time and upgarding to Asterisk-1.8.23.1. I am using mysql backend for cdr. in asterisk-1.6.2 i have usegmtime=yes and it works as expected insert cdr date in GMT0. now i tested Asterisk-1.8.23.1 and asterisk-11.5 with same results no matter what i configure in cdr_mysql.conf "timezone=UTC usegmtime=yes" cdr always inserted in local time. I
2007 Aug 06
1
CDR/MySQL basic config
Hi, I'm trying to add mysql CDR onto a vanilla Asterisk 1.2 install. The add-ons pack has been installed for a while, so now I'm trying to add the Mysql config. I've created a mysql database, added the grants for a user acces, and can run a mysql -u asteriskcdruser -p and can connect to the database. I've been using this as a guide:
2004 Dec 05
1
Mysql-cdr
Hi; I have problem inserting cdr to mysql,Asterisk has logged to asteriskcdrdb successfully.It says: Dec 6 13:36:26 DEBUG[1221985728]: cdr_addon_mysql.c:178 mysql_log: cdr_mysql: inserting a CDR record. Dec 6 13:36:26 DEBUG[1221985728]: cdr_addon_mysql.c:197 mysql_log: cdr_mysql: SQL command as follows: INSERT INTO cdr
2020 Jun 08
0
CDR mysql: timeout when remote database unavailable
On 6/7/2020 2:54 AM, Fourhundred Thecat wrote: > I would still like to know where the Aterisk mysql timeout duration > comes from, and whether it can be configured. In the case of cdr_mysql, the connect timeout is configurable by putting the following in cdr_mysql.conf: [global] timeout = 5 ; Set connect timeout to 5 seconds For app_mysql, setting the connection timeout is shown in the
2020 Jun 10
2
CDR mysql: timeout when remote database unavailable
> On 2020-06-08 16:37, Sean Bright wrote: > > In the case of cdr_mysql, the connect timeout is configurable by putting > the following in cdr_mysql.conf: > > [global] > timeout = 5 ; Set connect timeout to 5 seconds OK, so i changed the timeout to 2 sec, but it does not have the desired effect. I expected, if mysql cannot be reached, after 2 seconds the call will progress
2006 May 17
0
A CDR issue of agent.conf <createlink feature>
Hi, Asterisk version : 1.2.7.1 stable version We try agent.conf setting of createlink=yes We always can not see this link value to be filled in MySQL's table filed : userfield But we can see the record file has been created correctly. In debug mode, no userfiled shown in SQL command, May 17 18:10:51 DEBUG[2889] pbx.c: Function result is '"unknown" <2001>' May
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro called from a feature (1.4.25, addons 1.4.8). I have a feature code: autorecord => *1,self,Macro,apprecord The apprecord macro looks like: [macro-apprecord] exten => s,1,Playback(beep) exten =>
2020 Jun 06
2
CDR mysql: timeout when remote database unavailable
Hello, I am using CDR mysql to log to remote server: in modules.conf, I preload the modules: [modules] preload => cdr_mysql.so preload => app_mysql.so and in cdr_mysql.conf, I have all the details defined (hostname, dbname, table, password, user, port). In a situation when I start asterisk, and the remote database in unreachable, asterisk waits for several minutes before it actually
2004 Jul 29
6
Zaptel doesn't see remote hangup ? euro-isdn
Hi Just received my spanky new TE405P today to replace my Cisco gateway... After much fiddling (I forgot to switch it to E1) I got it to work and everything "seems" to work perfectly on our ISDN PRI. If I dial-in from the PSTN to a SIP phone, the call goes through and if I hangup either the SIP phone or the remote end, the call gets disconnected and destroyed However, if I dial-in
2006 Feb 09
1
clid and src fields wrong in cdr
Hi all, I have a strange problem, regarding zap channels and cdr. I am using asterisk bristuffed version Asterisk 1.2.2-BRIstuffed-0.3.0-PRE-1i, Copyright (C) 1999 - 2006 Digium, Inc. and others. with two billion ISDN cards. I also installed asterisk addons, last stable version via cvs internal calls, or calls starting from internal sip or iax phone are recorded in the cdr all without any