Displaying 6 results from an estimated 6 matches for "srcuniqueid".
2005 May 25
2
Manager and Callerid problems
...ody knows why this is happening? Seems every time I make an internal
call, the manager shows this and I don't get the callerid on my identapop
but rather the calledid..
Event: Dial
Privilege: call,all
Source: SIP/intruder1-85f0
Destination: SIP/test-f037
CallerID: 201
CallerIDName: Anton Krall
SrcUniqueID: 1117038116.7
DestUniqueID: 1117038116.8
Event: Newchannel
Privilege: call,all
Channel: SIP/test-f037
State: Ringing
CallerID: 201
CallerIDName: Anton Krall
Uniqueid: 1117038116.8
Event: Newcallerid
Privilege: call,all
Channel: SIP/test-f037
CallerID: 101
CallerIDName: <Unknown>
Uniqueid: 1...
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
...Channel: SIP/402-0819e6c8
State: Down
CallerID: <unknown>
CallerIDName: <unknown>
Uniqueid: 1196854142.7
Event: Dial
Privilege: call,all
Source: Local/402 at default-4efa <mailto:%20Local/402 at default-4efa> ,2
Destination: SIP/402-0819e6c8
CallerID: 401
CallerIDName: 140:JOSEP
SrcUniqueID: 1196854142.6
DestUniqueID: 1196854142.7
Event: Newcallerid
Privilege: call,all
Channel: SIP/402-0819e6c8
CallerID: 402
CallerIDName: <Unknown>
Uniqueid: 1196854142.7
CID-CallingPres: 0 (Presentation Allowed, Not Screened)
Event: Newstate
Privilege: call,all
Channel: SIP/402-0819e6c8
State:...
2007 Jun 04
2
Get calling channel before pickup
Hi,
Is it possible to get the remote channelname that will be bridged when
the call is answered, only having the channel that is in the Ring(ing)
state? As far as I can see no variable seems to fit when doing the show
channel command.
I want to be able to redirect/manipulate an incoming call before it gets
answered/bridged, but to do that I have to now which channel to use.
Is there a way?
2007 Jul 12
0
No subject
static void senddialevent(struct ast_channel *src, struct ast_channel *dst)
{
manager_event(EVENT_FLAG_CALL, "Dial",
"Source: %s\r\n"
"Destination: %s\r\n"
"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,
d...
2006 Feb 03
4
CallerID popup
Hi,
I'm trying to write a small Visual Basic app to throw a popup with
CallerIDNum when a call center agent answers a queue call.
Does anyone know what is the right manager event to intercept?
Thanks
Mimmus
2007 Mar 30
1
call file vs. originate
...2289
Event: Newchannel
Privilege: call,all
Channel: SIP/201-08217eb0
State: Down
CallerID: <unknown>
CallerIDName: <unknown>
Uniqueid: 1175271459.2290
Event: Dial
Privilege: call,all
Source: Local/201@from-sip2-3974,2
Destination: SIP/201-08217eb0
CallerID: 201
CallerIDName: Fake Name
SrcUniqueID: 1175271459.2289
DestUniqueID: 1175271459.2290
Event: Newstate
Privilege: call,all
Channel: SIP/201-08217eb0
State: Ringing
CallerID: 201
CallerIDName: Fake Name
Uniqueid: 1175271459.2290
Event: Newstate
Privilege: call,all
Channel: SIP/201-08217eb0
State: Up
CallerID: 201
CallerIDName: Fake Name...