Displaying 20 results from an estimated 22 matches for "cid_nam".
Did you mean:
cid_name
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
...buf), "%d", lot);
memset(&oh, 0, sizeof(oh));
oh.parent_channel = chan;
oh.vars = ast_variable_new("_PARKEDAT", buf);
dchan = __ast_request_and_dial(dialtech, AST_FORMAT_SLINEAR,
dialstr,30000, &outstate, chan->cid.cid_num, chan->cid.cid_name, &oh);
I assume (I hope not incorrectly) that I have to modify the
variable chan->cid.cid_name
Could one of the Asterisk gurus point me in the right direction as to how to
do this?
Thanks in advance
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: ht...
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
...t_channel_by_exten_locked() or ast_channel_alloc() ,
my program as follow,But it isn't work, anyone know how to do this.
{
struct ast_channel *callbk;
char *callbk_real_context;
char xferto[256],dialstr[265];
char *cid_num;
char *cid_name;
int outstate=0;
char *exten = NULL ,*context = NULL;
pu = head; //pu is a queue hav dst and src number
printfl("\n\n\n\n %s time is over",pu->dst);
show_queue(head);...
2007 Jun 26
1
CDR Records "s" as dst
...the actual dialed number.
As I understand it - it is because it is being recorded in the CDR
while in a macro (as below).
Is there any work around so that I can record the actual dialed number?
[macro-dialout]
exten = s,1,Set(TOUCH_MONITOR=${TIMESTAMP}_${CALLERID(num)}-${ARG1})
exten = s,n,NoOp(CID_NAME : ${CID_NAME})
exten = s,n,NoOp(CID_NUMBER: ${CID_NUMBER})
exten = s,n,NoOp(CID_CLIR : ${CID_CLIR})
exten = s,n,NoOp(TRUNK : ${TRUNK})
exten = s,n,Set(CALLERID(name)=${CID_NAME})
exten = s,n,Set(CALLERID(num)=${CID_NUMBER})
exten = s,n,Set(PRESENTATION=${IF($["${CID_CLIR}"="1&...
2006 Mar 14
3
Attended Transfer - transfer timeout, how to change?
Hi,
We are trying to use attended transfer with Asterisk 1.2.5, but when we
do the transfer and dial the new number, it times out after 3 rings and
then the callee is put back to the original agent.
Where can I adjust the timeout which applies to the number we are
transferring to? I have changed the extension for this number to timeout
at 60 seconds, but that seems to make no difference.
--
2006 Mar 16
0
SCCP problem with ATA188, Asterisk@home and chan_sccp
...xample config with multiple phones
; 08/2005 Stefan Gofferje
[lines]
id = 6000
pin = 1234
label = 6000
description = Office
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name = Office
cid_num = 6000
line => 6000
id = 6001
pin = 1234
label = 6001
description = LivingRoom
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name...
2005 Jan 04
0
cid_num with Asterisk CVS 1.0.12
Hello,
How can I access caller's number with Asterisk CVS 1.0.12?
In new version there are structure cid with field cid_num. And in 1.0.12
only callerid field which is equal to cid_name.
I also tried to get it from chan->cdr->src but this is also the same as
cid_name or callerid.
Mindaugas Kezys
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050104/7169173...
2007 Jul 12
0
No subject
..."CallerID: %s\r\n"
"CallerIDName: %s\r\n"
"SrcUniqueID: %s\r\n"
"DestUniqueID: %s\r\n"
"CDRUserfield: %s\r\n",
src->name, dst->name, src->cid.cid_num ? src->cid.cid_num : "<unknown>",
src->cid.cid_name ? src->cid.cid_name : "<unknown>", src->uniqueid,
dst->uniqueid,
(dst->cdr)?(dst->cdr->userfield):"");
}
I am writing this mail from home, so don't really have the exact field names.
cheers
- Ben.
--- On Thu, 5/8/08, Tzafrir Cohen <t...
2006 Nov 15
2
some questions about atxfer usage
Hi all.
I have enabled the attended transfer feature in features.conf. I'm
using it and I want to resolve some questions, I hope someone can help
me :)
When I transfer a call to an extension:
- The extension rings during 15 seconds and the call returns to the
"transferer". Is there any possibility to recover the call before the
timeout of 15 seconds expires?
I mean, I would like
2005 Oct 11
2
Re: [Chan-sccp-users] Need help with hint and callgroup
...101,401
speeddial = 102,User2,102@wct-internal
speeddial = 103,User3,103@wct-internal
speeddial = 104,User4,104@wct-internal
device => SEP000F90CEF9D3
[lines]
id = 101
pin = 1234
label = User1
description = Line101
context = wct-internal
incominglimit = 2
mailbox = 101@wct-internal
vmnum = 8501
cid_name = User1
cid_num = 101
line => 101
id = 401
pin = 1234
label = Tech Support
description = Line401
context = webcore-internal
incominglimit = 2
mailbox = 400@webcore-internal
vmnum =
cid_name = Tech Support
cid_num = 401
line => 401
----------------------------------------...
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
...ng Application: (macro) Options: (dialout|247110358)
-- Executing Set("Local/247110358 at DefaultOutgoingRule-aa84,2",
"TOUCH_MONITOR=20070827-224353_0031247110570-247110358") in new stack
-- Executing NoOp("Local/247110358 at DefaultOutgoingRule-aa84,2", "CID_NAME : Katie") in new
stack
-- Executing NoOp("Local/247110358 at DefaultOutgoingRule-aa84,2", "CID_NUMBER: 0031247110460")
in new stack
-- Executing NoOp("Local/247110358 at DefaultOutgoingRule-aa84,2", "CID_CLIR : 0") in new stack
-- Executin...
2005 Sep 09
0
Doesn't finishes callerid spill
...ller id of length 8867.
Flow enters in zt_call and generates callerid id of length 8867 from
callerid generate in callerid.c
*****************snip** zt_call** chan_zap.c**************************
if (p->cidspill)
p->cidlen = ast_callerid_generate(p->cidspill, ast->cid.cid_name,
ast->cid.cid_num, AST_LAW(p));
p->cidpos = 0;
send_callerid(p);
************************************************************************
//Flow enters in send callerid in a while loop which checks
cidpos<cidlen; Initial cidpos=0 and cidlen =8867
*...
2006 Apr 12
1
Cisco 7960 won't dial (sccp)
...02 ; future use
pin = 1234 ; future use
label = 2002 ; button line label
description = Line 2002 ; top diplay description
context = from-sccp-intenal
incominglimit = 2
transfer = on
mailbox = 1001
vmnum = 2999
cid_name = Phone2002 ; caller id name
cid_num = 2002
trnsfvm = 1000
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22 ; outside dialtone
musicclass=default
language=en
rtptos = 18
echocancel = on
silencesuppression = off
line => 2002
extensions.conf
[from-sccp-internal]...
2007 Aug 31
1
Cisco 7960 Won'
...7960
description = Cisco2
tzoffset = 0
trustphomeip = no
autologin = 105
device => SEP00036B0123
[lines]
id = 104
pin = 1234
label = 104
description = Cisco1
context = internal
;callwaiting = 1
incominglimit = 2
mailbox = 104
vmnum = 500
cid_name = Cisco1
cid_num = 104
line => 104
2010 Oct 22
0
CEL ODBC problem in 1.8.0
...09] NOTICE[952]: res_odbc.c:1502 odbc_obj_connect: res_odbc: Connected to PostgreSQL-asterisk [asterisk-connector]
[Oct 22 21:46:09] WARNING[952]: cel_odbc.c:733 odbc_log: Insert failed on 'PostgreSQL-asterisk:celnew'. CEL failed: INSERT INTO celnew (uniqueid,linkedid,eventtime,userdeftype,cid_name,cid_num,cid_ani,cid_rdnis,cid_dnid,exten,context,channame,appname,appdata,accountcode,peeraccount,userfield,peer,amaflags) VALUES ('co-1287780365.0','co-1287780365.0',{ ts '2010-10-22 21:46:06' },'','135','441XXXXXXXXX','441XXXXXXXXX','...
2013 Mar 12
0
Calls getting "stuck open"
...heck permissions of logged in user
exten => _X.,1,NoOp()
same => n,Set(LOCATION=${CUT(CHANNEL,/,2)})
same => n,Set(LOCATION=${CUT(LOCATION,-,1)})
same => n,Set(WHO=${HOTDESK_PHONE_STATUS(${LOCATION})})
same => n,GotoIf($[${ISNULL(${WHO})}]?internal,${EXTEN},1)
same => n,Set(${WHO}_CID_NAME=${HOTDESK_INFO(cid_name,${WHO})})
same => n,Set(${WHO}_CID_NUMBER=${HOTDESK_INFO(cid_number,${WHO})})
same => n,Set(${WHO}_OUTBOUND_PERMISSION=${HOTDESK_INFO(permissions,${WHO})})
same => n,Gosub(blf-begincall,s,1(${WHO},INUSE))
same => n,Set(CALLERID(name)=${${WHO}_CID_NAME})
same =&g...
2010 May 06
2
problem with trustrpid
Hi everyone,
I am trying to figure out the behavior of trustrpid
Basically its not behaving the way I expected it to or maybe I am
missing a configuration option or something else.
When a call from a phone is sent to the * box it has the following sip
headers:
From: "From Phone" <sip:1001 at 10.0.0.29>;tag=4bf4bb4e11e92476.
Remote-Party-ID: "Cloutier"
2005 Feb 14
4
Asterisk-H323
Greetings,
I have a problem making a call from Asterisk to Cisco H323 PSTN gateway
using H323 channel. I can call but there are no sound in both way. If I call
H323 gateway directly from SJPhone I have no problem with sound.
Any advice are welcome.
Thanks in advance.
2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk
1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my
problem is the following one:
when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown
in the asterisk CLI and caller and callee can hear each other when
2007 Apr 10
6
Help w/ Asterisk Cisco IP phone and SCCP
...tion = Cisco1
tzoffset = 0
autologin = 104
; speeddial = 101, 105
device => SEP00036BC3852B
[lines]
id = Cisco1
pin = 1234
label = 104
description = Cisco1
context = internal
;callwaiting = 1
incominglimit = 2
mailbox = 500
vmnum = 500
cid_name = Cisco1
cid_num = 104
line => 104
extensions.conf
[internal]
include => outbound-local
include => outbound-long-distance
; Software phone
exten => 101,1,Dial(SIP/test-softphone,,r)
exten => 102,1,Dial(SIP/bob,20)
exten => 102,2,Voicemail(u102)
exten =>...
2006 Mar 29
0
Installing Cisco IP phone 7910
...waiting.
transfer = on ; per line transfer capability.
on, off, 1, 0
mailbox = 30 ; voicemail.conf (syntax:
vmbox[@context][:folder])
vmnum = *97 ; speeddial for
voicemail administration, just a number to dial
cid_name = JJJ ; caller id name
cid_num = 30
trnsfvm = 1000 ; extension to redirect the
caller (e.g for voicemail)
secondary_dialtone_digits = 9 ; digits for the secondary
dialtone (max 9 digits)
secondary_dialtone_tone = 0x21 ; outside dialtone
musiccla...