similar to: Call files error

Displaying 20 results from an estimated 90 matches similar to: "Call files error"

2009 Dec 14
1
Rewrite calling number of incoming call
Hi! Trying to figure out how to rewrite calling number of an incoming call... A cell phone (0733025975) dials a X-Lite (977). X-Lite "shows" 733025975 at the display, but I want it to be 0317998975. I thought i could do something like: exten => 977/733025975,1,Set(CALLERID(number)=0317998975) exten => 977,n,Dial(SIP/0317998977) [Dec 14 19:07:43] NOTICE[20731]: chan_h323.c:2272
2010 Jun 22
0
Unable to set callerid for incoming skype calls
HI, I'm using the usual Set(Callerid(num) function to change the incoming from skype callerid but it's not working. Asterisk 1.4.31 and last release of skype channels This is the dialplan exten => _0X.,1,NoOP(${CALLERID(num)} - ${CALLERID(name)}) exten => _0X.,n,Set(STRINGA="Skype") exten => _0X.,n,NoOP(${STRINGA}) exten => _0X.,n,Set(CALLERID(num) = ${STRINGA})
2005 Jun 15
0
Asterisk slow transferring calls
Hi, Running Asterisk CVS-Head latest on a Dual P3 800 1Gb Ram. For some odd reason now that I have the asterisk box almost to the stage I want it, I hit a problem. I have a te405p in the system, Zap/g1 is connected to the telco as an ISDN 30, Zap/g4 is connected by ISDN Primary Rate to an Ericcson BP250 phone system. When calls come in on g1 they go straight through instantaneously to the
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 Jul 06
0
CDR and EXTEN
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 Jan 20
4
CAPI: Early-B3 working with AVM-B1?
Hi, I tested the capi_chan with latest cvs of * and I have problems with Early-B3. The following dialstring works for me (without Early B3): exten => _0X.,1,Dial(CAPI/@22715291:${EXTEN:1}|30) But if I add the 'b' for using Early-B3 exten => _0X.,1,Dial(CAPI/@22715291:b${EXTEN:1}|30) nothing changes (no dialtone). If in this example the called party discards the call, there is no
2008 Jan 09
0
[asterisk-dev] MixMonitor doesn't work right with SIP and Zap/Flash transfers
Vinicius Fontes wrote: > Hey guys, I don't know if this is the right place to ask this. I was > thinking about reporting a bug, but maybe it's better to sort out if > this is really a bug or just me being lame. > > I want to record *every* call in my Asterisk box, so I use the > MixMonitor() application like this is my extensions.conf: > > exten =>
2005 Jun 20
0
second isdn line doesn't work with avm c2 card
I have an asterisk installation connected to 2 isdn lines via an AVM C2 card. modules seems to load well, lsmod gives : c4 19588 4 b1 24192 1 c4 capidrv 28468 2 isdn 134604 9 capidrv slhc 7552 1 isdn capi 18112 4 capifs 6024 2 capi kernelcapi 46112 4
2009 May 26
0
CDR after SIP blind transfer.
Hi, I can't get Asterisk to save CDRs for calls transferred via SIP blind transfer. My extensions.conf: [globals] __TRANSFER_CONTEXT = transfer [common] exten => 123,1,Playback(demo-congrats) exten => 123,n,Hangup() exten => _0X.,1,Dial(SIP/${EXTEN}@PSTN-GW,60) exten => _0X.,n,Hangup() exten => i,1,Hangup() exten => h,1,Hangup() exten => t,1,Hangup() [transfer] exten
2005 Mar 27
3
Can't Dial Out with TDM04B
Hi and thank you. I am a beginer trying to install my first TDM04B. I am able to receive call with the card using: [incoming] exten => s,1,Dial(SIP/robgol,20,tr) on my extensions but, with [outgoing] exten => _0X.,1,Zap/1/${EXTEN} I cant send them out. I am getting the following error: Mar 26 23:37:07 WARNING[5189]: pbx.c:1291 pbx_extension_helper: No application
2005 Aug 05
1
TE405P Dropping Calls
Hi, Urgently response would be wonderful, system is a Fedora Core 2. I have a Ericsson BP250 connected to 1 port on the TE405P and another connected to a local telco ISDN30. I have been running CVS-HEAD from about a 2 months ago and upgraded it again just in cause it was a version issue (didn't fix it) but this is what I am getting. When a person calls out from an extension on the BP250 to
2010 Mar 16
1
Asterisk hangup all incoming calls after 10 seconds
Hello Gentleman, I'm new to asterisk, this is my first instalation, first post... so I'd like to apologize if this question has already been made. I googled but I couldn't find nothing similar. Here's the thing. I'm migrating from ATA to Asterisk one of my client's office and I have a very simple setup. A Linux PC running Debian Lenny + Asterisk 1.4.21. It's a
2008 Jan 11
5
Congestion/Forbidden issue with new carrier
Hi everyone, having a issue with asterisk and my new Voip providers service. Iv set up many asterisk systems before but never seen this and have tried to fix this with no luck.. I have used this exact same sort of setup for 5 other providers and never had this issue, If i replace the trunk login details with my works voip account and set it to IAX then it works perfect, Just not the new
2012 Feb 17
0
Calling SIP extension through Local/XXXX negotiates slin codec instead of gsm
I am configuring a test Asterisk server (1.8.9.2) to practice setting a single codec globally, to avoid transcoding as much as possible. Since all of my recordings are in gsm format, I am trying to make the SIP clients use gsm everywhere. I am using Ekiga on Fedora 16 x86_64 for my tests. [root at elx2 asterisk]# cat /etc/asterisk/sip_general_additional.conf
2005 Sep 23
0
Problem with outbound calls
Hi everybody, I have some problems making calls from a sip user (HT286) to the pstn trough Digium Wildcard TE110P, i allways have an error : SIP 403 INVITE sip:0170708959@192.168.1.4;user=phone SIP/2.0 Via: SIP/2.0/UDP 192.168.50.1;branch=z9hG4bK6576a5e11afe28bd From: "test" <sip:4000@192.168.1.4;user=phone>;tag=713be5ecf76eda79 To: <sip:0170708959@192.168.1.4;user=phone>
2008 Sep 23
0
ast_func_write: Function not registered
hi all , please need help for an asterisk version 1.4.21.2 i created a write func odbc list records files in sql table: [R] dsn=connector write=INSERT INTO ast_records (filename,caller,callee,dtime) VALUES ('${ARG1}','${ARG2}','${ARG3}','${ARG4}') prefix=M and set it in dialplan : exten => _0X.,n,Set( M_R(${MIXMONITOR_FILENAME}\,${CUSER}\,${EXTEN}\,${DTIME})= )
2004 Jun 11
0
context of a transfer
I allow our internal extensions to transfer calls, so I have the appropriate "t/T" in the Dial() command. When I do the transfer, though, I don't know what context the user entry is interpreted in... The one which calls the macro which does the dial? This is an issue because my internal phones are in the 201-208 range. In my initial context, though, I only match on the
2009 Dec 01
0
Asterisk - Segmentation fault
Gentlemen, Forgive me if I am posting at the wrong place! I was going to test the "new" chan_ooh323 driver so I did install: debian: Linux sip2 2.6.26-2-686 #1 SMP dahdi-linux-complete-2.2.0.2+2.2.0 Asterisk SVN-trunk-r231692 Did enable chan_ooh323, everything compiled without any problems. Hardware setup: Phone (975) - Avaya CM - H.323 - Asterisk - X-Lite (0317998975) X-Lite can
2004 Aug 17
0
zaphfc in mode TE can't dialout (dialin is OK)
Hello, I am trying to use a HFC-PCI (CCD/Billion/Asuscom 2BD0) card in TE mode to dial-in and out with ISDN. The problem is I can not get the card to dial out with a Zap channel. Dial-in is working. I am using bri-stuff 0.1.0-RC4 (but tried also RC3 and RC2k). I tried all combination of "immediate", "overlapdial", "pridialplan". I earlier also managed to dial out
2011 May 26
5
make calls from DID
How to make outgoing calls from DID and what is theway to get incoming calls from DID. -- ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110526/3f19091d/attachment.htm>