search for: setaccount

Displaying 20 results from an estimated 59 matches for "setaccount".

2007 Jun 06
0
SetAccount in extensions.conf
I'm using Asterisk 1.4 and I'm wanting to set an account code for incoming calls. In the extensions.conf file I have the following: exten => s,1,SetAccount(1234) exten => s,n,Dial(SIP/1234) Then when I dial the extension the following error message pops up in the CLI: [Jun 6 19:12:40] WARNING[28167]: pbx.c:1783 pbx_extension_helper: No application 'SetAccount' for extension (inbound, XXXXXXXXXX, 1) I already have the accountcode set up...
2007 Jun 06
0
Solved: [SetAccount in extensions.conf]
> I'm using Asterisk 1.4 and I'm wanting to set an > account code for incoming calls. In the > extensions.conf file I have the following: > > exten => s,1,SetAccount(1234) > exten => s,n,Dial(SIP/1234) > > Then when I dial the extension the following error > message pops up in the CLI: > > [Jun 6 19:12:40] WARNING[28167]: pbx.c:1783 > pbx_extension_helper: No application 'SetAccount' > for > extension (inbound, XXXXXXXXX...
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
...two ports and through a pri switch (teles) they come back at the other two ports (3 and 4). But after a few calls my machine is completly freezed! So that i have to restart my machine. Here're my extension.conf, zapata.conf and zaptel.conf: ---->extension.conf: [pri1] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(15) exten => _X.,4,Hangup [pri2] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(15) exten => _X.,4,Hangup [pri3] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,W...
2004 Oct 05
2
Howto change ACCOUNTCODE in extensions.conf
Hi, I want to assign different accountcodes (for billing) according to the IP address and or the H.323 name (chan_oh323). I tried in extensions.conf something like setVar(ACCOUNTCODE=userid) but in cdr I find the accountcode set in oh323.conf. Howto change it in extensions.conf? Roger.
2006 Jan 16
1
modify a cdr values..
Is it possible to modify CDR variables before insert into MySQL or CVS? how? thanks all; Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: alexm.vcf Type: text/x-vcard Size: 334 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060116/5a095cdc/alexm.vcf
2006 Oct 10
5
Billing
Dear I am using a2billing accounting software, how can I charge on the destination target not at the caller side Ex: if user A have 10$ and user B have 10$ ,and the onnet call charge cost 1$ When user A call user B for 1 minute ,user A amount remains 10$ and user B amount be 9$ Regards ********************************************* No employee or agent is authorized to conclude
2003 Oct 10
6
one-way audio
Im experiencing a problem with a current setup and I've run out of ways to debug it and come to a resolution. I have two E100P's in a machine which is routing traffic over the internet to a machine that has 1 E400P connected to the PSTN. Clients are able to make calls successfully but when the call is connected experience one-way audio. They cannot hear anything said by the person
2003 Sep 04
2
Question about cdr_sql fields
Hello- Is it possible to set the CDR record field called "accountcode" from within the dialplan? Or is there another way to cause this field to be set, preferably without using AGI code. Thanks Scott Scott M. Stingel Emerging Voice Technology Inc. Palo Alto, California and London, England www.evtmedia.com
2005 May 10
2
DISA
...out. The problem is that the calls waits 10 seconds after the outgoing number is dialed, no matter what I put for the timeout values. Anyone else using DISA that has run into this? exten => _2X,1,Answer exten => _2X,2,DigitTimeout(2) exten => _2X,3,ResponseTimeout(2) exten => _2X,4,SetAccount(1${EXTEN}) exten => _2X,5,SetCDRUserField(${SIPCALLID}) exten => _2X,6,DISA(no-password|<another context>) -- ----- Chris Stinson Network Operations Center ISDN-Net, Inc. 615-221-4200 x103 noc@isdn.net
2003 Dec 14
1
Error loading modem driver
...== Registered application 'ResetCDR' [ResponseTimeout] == Registered application 'ResponseTimeout' [Ringing] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SetAccount] == Registered application 'SetAccount' [SetGlobalVar] == Registered application 'SetGlobalVar' [SetLanguage] == Registered application 'SetLanguage' [SetVar] == Registered application 'SetVar' [StripMSD] == Registered application 'StripMSD' [S...
2007 Feb 19
1
Asterisk with Radius users authentication
Dear all, I've searched the web about Asterisk with Radius integration for user authentication, and got a bit confused... I see that there have been some work around it, there is PortaOne's Radius client patch, an still open branch of Digium Issue Tracker "SIP peer authentication on an external database (RADIUS - LDAP)", etc. Although, none of these seems to give me the
2004 Jun 25
0
3-way calling woes... Nasty static and inconsistent flash detection?
...he remote parties hangs up, the static stops and I can continue to talk to that one person just fine. Here is a log of the output of the inconsistent flash detection, with my commentary: -- Executing Macro("SIP/705-49a2", "trunklocal|7680989") in new stack -- Executing SetAccount("SIP/705-49a2", "local") in new stack -- Executing Dial("SIP/705-49a2", "Zap/g1/7680989||t") in new stack -- Called g1/7680989 -- Zap/1-1 is ringing -- Zap/1-1 is ringing -- Zap/1-1 is ringing -- Zap/1-1 is ringing -- Zap/1-1 answe...
2005 Mar 04
2
budgetphone
...t=my_nikotel_pass username=mvanbaak fromuser=mvanbaak type=peer context=from-nikotel host=calamar0.nikotel.com canreinvite=no nat=yes ...some more entries for sip phones/softphones follow, they all work... the dial statement in my extensions.conf [outgoing-budgetphone] exten => _0XXXXXXXXX,1,SetAccount(outgoing-budgetphone) exten => _0XXXXXXXXX,2,SetCallerID(31557110304) exten => _0XXXXXXXXX,3,Dial(SIP/31557110304/${EXTEN}) exten => _0XXXXXXXXX,4,Congestion exten => _0XXXXXXXXX,104,Busy And this is wat I get on the CLI when I call my cellphone: -- Executing SetAccount("SIP/...
2005 Feb 18
3
Help asterisk startup errors
...ging] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SayAlpha] == Registered application 'SayAlpha' [SayPhonetic] == Registered application 'SayPhonetic' [SetAccount] == Registered application 'SetAccount' [SetAMAFlags] == Registered application 'SetAMAFlags' [SetGlobalVar] == Registered application 'SetGlobalVar' [SetLanguage] == Registered application 'SetLanguage' [SetVar] == Registered application 'SetVar...
2005 Sep 26
0
system() app changed drastically! How do I use itnow?
...y the following: exten => s,1,Answer exten => s,2,Wait(1) exten => s,3,Read(PIN,87) exten => s,4,System(/usr/local/bin/pin -c ${PIN}) ; check it exten => s,5,System(/usr/local/bin/pin -d ${PIN}) ; delete it Exten => s,6,GotoIf($[${SYSTEMSTATUS} = FAILURE]?105:7) exten => s,7,SetAccount(${PIN}) exten => s,8,Newt,pinout-config ; connect them exten => s,105,Playback(5021) ; tell them their PIN is invalid > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Jim Gottlieb...
2005 Oct 03
0
Hangup not detected on callback
...hank you, Pierre .call file ---------- Channel: IAX2/:@xxx.xxx.xxx.xxx/0111111111 Callerid: 111111111 MaxRetries: 5 RetryTime: 60 WaitTime: 30 Context: test Extension: 0222222222 Priority: 1 SetVar: ato=30 SetVar: act=testaccount extensions.conf --------------- [test] exten => _XXXXXXXXXX,1,SetAccount(${act}) exten => _XXXXXXXXXX,2,AbsoluteTimeout(${ato}) exten => _XXXXXXXXXX,3,Answer() exten => _XXXXXXXXXX,4,Dial(IAX2/:@xxx.xxx.xxx.xxx/${EXTEN}) exten => _XXXXXXXXXX,5,Congestion() exten => _XXXXXXXXXX,102,Busy() exten => s,1,DigitTimeout,10 exten => s,2,ResponseTimeout,10...
2004 Jul 19
1
Unable to launch asterisk and connect to console. ?????
...== Registered application 'ResetCDR' [ResponseTimeout] == Registered application 'ResponseTimeout' [Ringing] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SetAccount] == Registered application 'SetAccount' [SetGlobalVar] == Registered application 'SetGlobalVar' [SetLanguage] == Registered application 'SetLanguage' [SetVar] == Registered application 'SetVar' [StripMSD] == Registered application 'StripMSD' [S...
2005 Jul 21
1
account code missing in csv cdr
...type=friend accountcode=asteriskgw host=x.x.x.x restrictcid=no fromdomain=voip.livewirenet.com context=lwn canreinvite=yes Incoming calls from the peer lack an accountcode field.. a NoOp(${ACCOUNTCODE}) is blank for calls coming from the above peer.. forcing an accountcode does indeed work with SetAccount() however, as I stated, this does not scale. I should also note that both incoming and outgoing calls involving the peer (and many others) do not have an account code.. I am not concerned with outgoing calls to the peer in this case.. just incoming from the peer.. I also saw in one list post th...
2005 Feb 19
3
Still asterisk startup crash plz help
...ging] == Registered application 'Ringing' [SayNumber] == Registered application 'SayNumber' [SayDigits] == Registered application 'SayDigits' [SayAlpha] == Registered application 'SayAlpha' [SayPhonetic] == Registered application 'SayPhonetic' [SetAccount] == Registered application 'SetAccount' [SetAMAFlags] == Registered application 'SetAMAFlags' [SetGlobalVar] == Registered application 'SetGlobalVar' [SetLanguage] == Registered application 'SetLanguage' [SetVar] == Registered application 'SetVar...
2006 Oct 11
1
Urgent Please help
I am using a2billing as billing software ,and I make an 800 call service which means that the destination extension should be build I put this code at extensions.conf exten => 99909994,1,SetAccount(2704714849) exten => 99909994,2,Wait,2 exten => 99909994,3,DeadAGI(a2billingp.php) exten => 99909994,4,Wait,2 exten => 99909994,5,Hangup its not stable ,its works for 3 times or 2 times and then this error appears and no billing presented - SIP/99909994-7f79 answered...