[Asterisk-Users] Identifying a call with manager interface

mattf mattf at vicimarketing.com
Fri Mar 19 08:33:51 MST 2004


You can actually cram a lot of characters into the callerID field within
Asterisk, and it doesn't just have to be numbers.

It's the only reliable way I could track my Originates, what I do is send a
unique callerID and then look for it in the next manager response message
where it tells you the uniqueid of the call, then from there forward I
follow the uniqueid of the call(because some manager messages relating to a
call won't give you the callerID, only the uniqueid).

MATT---

-----Original Message-----
From: Nicolas Bougues [mailto:nbougues-listes at axialys.net]
Sent: Friday, March 19, 2004 10:19 AM
To: 'asterisk-users at lists.digium.com'
Subject: Re: [Asterisk-Users] Identifying a call with manager interface


On Fri, Mar 19, 2004 at 10:10:57AM -0500, mattf wrote:
> You can also use a unique CallerID, that's how I got call tracking to work
> with my Asterisk Central Queue System(backend part of the astguiclient).
> Take a look at the code if you like:
> 

That's what I thought about. However in this case caller id is
supposed to be "right", at least for its numerical part.

I'll try to use the name part of the caller id for that purpose.

-- 
Nicolas Bougues
Axialys Interactive
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list