Displaying 3 results from an estimated 3 matches for "callerid_name".
2007 Jan 19
1
Red: Sip Phone CID
...probably the right track though. Any insight would be
much appreciated.
[macro-stdexten2];
; Standard extension macro:
; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well
; ${ARG2} - Device(s) to ring
; ${ARG3} - Dial flags
exten =>
s,1,SIPCalledRPID(${SIPPEER(${EXTEN}:callerid_name)},${SIPPEER(${EXTEN}:callerid_num)})
exten => s,2,Dial(${ARG2},13,${ARG3}) ; Ring the interface, 20
seconds max
exten => s,3,Goto(s-${DIALSTATUS},1) ; Jump based on status
exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable, send to
voicemail
exten => s-NOANSWER,2,Goto...
2008 Mar 10
0
Audiocodes MP124-FXS replying BUSY when line is not.
...MySQL RealTime:
Everything is fine.
[Mar 10 11:13:14] DEBUG[30165] res_config_mysql.c: MySQL RealTime:
Insert SQL: INSERT INTO channels SET uniqueid = '1205172794.6453',
started = '1205172794', channel = 'SIP/90166-45079a0', state = 'Down',
callerid_num = '', callerid_name = '', accountcode = '', context =
'default-sip', exten = 's', priority = '1', application = '', data =
''
[Mar 10 11:13:14] DEBUG[30165] res_config_mysql.c: MySQL RealTime: row
inserted on table: channels, id: 0
[Mar 10 11:13:14] DEBUG[30165]...
2010 Jul 01
3
Remote Party ID issue
Hi,
i have the same problem. Trying to use the dialplan function CONNECTEDLINE() this way
Set(CONNECTEDLINE(name)=${SIPPEER(${EXTEN},callerid_name)})
Set(CONNECTEDLINE(num)=${EXTEN})
ends with
[Jul 1 16:30:50] ERROR[3954]: pbx.c:2902 ast_func_write: Function CONNECTEDLINE not registered
Same happens trying function CALLEDID.
I am using Asterisk 1.6.1.20.
What do i have to do to use this function or alternatively the function...