RE: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-11 Thread Douglas Garstang
> -Original Message- > From: Andrew Kohlsmith [mailto:[EMAIL PROTECTED] > Sent: Friday, August 11, 2006 2:10 PM > To: asterisk-dev@lists.digium.com > Subject: Re: [asterisk-dev] 'IAX2 call variable passing > between servers > ' > > > On Frida

Re: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-11 Thread Andrew Kohlsmith
On Friday 11 August 2006 15:00, Douglas Garstang wrote: > It's my understanding that rdnis comes from the phone. When someone > forwards their calls, the phone sends back the 'Moved Temporarily' message > to Asterisk. Asterisk interprets the SIP message and passes rdnis, dnid and > extension back t

Re: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-11 Thread Andrew Kohlsmith
On Friday 11 August 2006 14:43, Tilghman Lesher wrote: > Just nitpicking, but this should be: > Set(IAXVAR(CHANNELTYPE)=SIP) > Set(IAXVAR(DNID)=${CALLERID(dnid)}) > Set(IAXVAR(RDNIS)=${CALLERID(rdnis)}) Bah, total brainfart there. Thank you. :-) -A. _

RE: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-11 Thread Douglas Garstang
> -Original Message- > From: Andrew Kohlsmith [mailto:[EMAIL PROTECTED] > Sent: Friday, August 11, 2006 12:39 PM > To: asterisk-dev@lists.digium.com > Subject: Re: [asterisk-dev] 'IAX2 call variable passing > between servers > ' > > > On Frida

Re: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-11 Thread Tilghman Lesher
On Friday 11 August 2006 12:27, Andrew Kohlsmith wrote: > Honestly what is wrong with > exten => foo,n,IAXVAR(CHANNELTYPE) > exten => foo,n,IAXVAR(DNID) > exten => foo,n,IAXVAR(RDNIS) > exten => foo,n,Dial(IAX2/box-b/${DESTINATION}) Just nitpicking, but this should be: Set(IAXVAR(CHANNELTYPE)=SIP)

RE: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-08 Thread Steven Critchfield
On Tue, 2006-08-08 at 10:12 -0600, Douglas Garstang wrote: > Why is it that whenever I ask tough questions, or point out the > obvious, some people, rather than being constructive, choose to resort > to name calling? Is that the best you can do? You did not ask a tough question. You point out you

RE: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-08 Thread Douglas Garstang
> -Original Message- > From: Steven [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 08, 2006 11:22 AM > To: Asterisk Developers Mailing List > Subject: RE: [asterisk-dev] 'IAX2 call variable passing > between servers > ' > > > On Tue, 2006-08-0

RE: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-08 Thread Steven
On Tue, 2006-08-08 at 09:05 -0600, Douglas Garstang wrote: > > -Original Message- > > From: Andrew Kohlsmith [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 08, 2006 7:31 AM > > To: asterisk-dev@lists.digium.com > > Subject: Re: [asterisk-dev] 'IAX2

RE: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-05 Thread Douglas Garstang
> -Original Message- > From: Matt Riddell (NZ) [mailto:[EMAIL PROTECTED] > Sent: Friday, August 04, 2006 12:41 AM > To: Asterisk Developers Mailing List > Subject: Re: [asterisk-dev] 'IAX2 call variable passing > between servers > ' > > > -BE

Re: [asterisk-dev] 'IAX2 call variable passing between servers '

2006-08-04 Thread Matt Riddell (NZ)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Cotton wrote: >> You have 2 choices: >> >> 1) Do the work yourself >> 2) Pay for someone to do it for you >> >> - -- >> Cheers, >> >> Matt Riddell > > No Matt you've got it wrong Decartes didn't say "Je pense donc je suis" > he said "Je rĂ¢le donc

Re: [Asterisk-Dev] IAX2 call variable passing between servers

2003-12-02 Thread Linus Surguy
Hi John, I am very interested in the idea of passing extra data with IAX2 as I see that is one of the most major areas that it is lacking. My particular interest is in passing call related information at two times, a) call establishment and b) call end. The first fits in with what you have propo