Re: [asterisk-users] Problem with callerid(dnid) and queue

2010-05-12 Thread Lenz Emilitri
You sure it's not using the URL OPEN parameter for the very queue? l. 2010/5/11 Carlo Dimaggio > Hi all, > > In order to use the "open url" function of zoiper (it opens an url > based on the asterisk $callerid(dnid)), I need rewriting of the dnid. > In my dialplan I have: > > exten => 1000,3,Se

Re: [asterisk-users] Problem with callerid(dnid) and queue

2010-05-12 Thread Carlo Dimaggio
Il giorno 12/mag/10, alle ore 02:59, David Backeberg ha scritto: > > I thought setting CallerID like that was for setting callerID on > OUTBOUND calls. > > Why on earth would you want to override what's happening on an > inbound call? > > What happens if you hairpin it to a local channel, usin

Re: [asterisk-users] Problem with callerid(dnid) and queue

2010-05-11 Thread David Backeberg
On Tue, May 11, 2010 at 11:32 AM, Carlo Dimaggio wrote: > Hi all, > > In order to use the "open url" function of zoiper (it opens an url > based on the asterisk $callerid(dnid)), I need rewriting of the dnid. > In my dialplan I have: > > exten => 1000,3,Set(CALLERID(dnid)=newdnid) > exten => 1000,

[asterisk-users] Problem with callerid(dnid) and queue

2010-05-11 Thread Carlo Dimaggio
Hi all, In order to use the "open url" function of zoiper (it opens an url based on the asterisk $callerid(dnid)), I need rewriting of the dnid. In my dialplan I have: exten => 1000,3,Set(CALLERID(dnid)=newdnid) exten => 1000,4,Noop(${CALLERID(dnid)}) exten => 1000,5,Queue(test-queue) but the

[asterisk-users] Problem with callerid(dnid) and queue

2010-05-11 Thread Carlo Dimaggio
Hi all, In order to use the "open url" function of zoiper (it opens an url based on the asterisk $callerid(dnid)), I need rewriting of the dnid. In my dialplan I have: exten => 1000,3,Set(CALLERID(dnid)=newdnid) exten => 1000,4,Noop(${CALLERID(dnid)}) exten => 1000,5,Queue(test-queue) but the