Re: [asterisk-users] how to use call transfer

2007-07-21 Thread Bruno De Luca
the best way attended transfer. See my feature.conf: example: [general] ; Call parking configuration parkext = 700 ; What ext. to dial to park parkpos = 701-720 ; What extensions to park calls on context = parkedcalls ; Which context parked calls are in, need to INCLUDE this in extensions.conf

Re: [asterisk-users] how to use call transfer

2007-07-20 Thread Noah Miller
>> If you're using the Snom transfer button, you don't need to do >> anything in features.conf. In extensions.conf, just make sure that >> the dial() command used to call the snom phone uses the 't' flag. > > THIS IS INCORRECT! > > The options t and T are for DTMF based transfers. You do not need

Re: [asterisk-users] how to use call transfer

2007-07-20 Thread Tim Koehler
Hello, I'm partner manager at snom. The SI-90 and SI-120 ARE NOT snom phones. Our Indian joint venture is selling these! These phones may not be called snom, that's why their name is SI-90 and SI-120. The phones are not enginieered and developed in Germany as the normal snom300 series. Neither

Re: [asterisk-users] how to use call transfer

2007-07-20 Thread Keshav K.
There is one thing, just forget that your phone is a snom phone or whatever... simply to make a blind call transfer press #8, according to the my feature.conf, default it is #, or you can assign it any, then after pressing that you will listen a IVR "transfer" and dial the desired number followe

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread satish patel
I have SNOM phone and in my phone there is a transfer button but whn i use transfer key and enter another party number i got hangup so is there any configuration for Dial() t, T option is there any need to specifiy t or T option in dial plan Andrew Joakimsen <[EMAIL PROTECTED]> wrote: On 7/19/

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread Andrew Joakimsen
On 7/19/07, satish patel <[EMAIL PROTECTED]> wrote: > I have snom SI 120 sip phone and there is transfer button but id there any > configuration in asterisk part for call transfer feature ??? > Nothing else is required. Since the phone has a transfer button there is no need to use features.conf. W

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread Eric \"ManxPower\" Wieling
Noah Miller wrote: > Hi Satish - > >> you are right but can u explain me i have SNOM SI 120 phone with transfer >> button on it but what entry i will do on asterisk feature.conf and what >> configuration and button will use for transfer call > > If you're using the Snom transfer button, you don't

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread Noah Miller
Hi Satish - > you are right but can u explain me i have SNOM SI 120 phone with transfer > button on it but what entry i will do on asterisk feature.conf and what > configuration and button will use for transfer call If you're using the Snom transfer button, you don't need to do anything in featur

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread Bruno De Luca
w/ snom u can use the snom transfer and do nothing in asterisk. Or u can use the asterisk transfer (or bind transfer) changing the features.conf (see example) example: [general] ; Call parking configuration parkext = 700 ; What ext. to dial to park parkpos = 701-720 ; What extensions to par

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread Gordon Henderson
On Thu, 19 Jul 2007, satish patel wrote: > you are right but can u explain me i have SNOM SI 120 phone with > transfer button on it but what entry i will do on asterisk feature.conf > and what configuration and button will use for transfer call I'd need to read the manual (and I'm sure you're i

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread satish patel
you are right but can u explain me i have SNOM SI 120 phone with transfer button on it but what entry i will do on asterisk feature.conf and what configuration and button will use for transfer call Gordon Henderson <[EMAIL PROTECTED]> wrote: On Wed, 18 Jul 2007, satish patel wrote: > Dear all

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread satish patel
but what buttons i will use for call transfer ??? I have SNOM SI 120 phon with transfer button so how to do it ? "Keshav K." <[EMAIL PROTECTED]> wrote: Hi, To use call tranfer you have to make entry in extension.conf... exten => _7.,1,Dial(SIP/${EXTEN},20,Ttr) then in feature.conf [featur

Re: [asterisk-users] how to use call transfer

2007-07-19 Thread satish patel
I have snom SI 120 sip phone and there is transfer button but id there any configuration in asterisk part for call transfer feature ??? Andrew Joakimsen <[EMAIL PROTECTED]> wrote: On 7/18/07, satish patel wrote: > Dear all > > I have beginer in Voip and i have configured Asterisk > server with 1

Re: [asterisk-users] how to use call transfer

2007-07-18 Thread Andrew Joakimsen
On 7/18/07, satish patel <[EMAIL PROTECTED]> wrote: > Dear all > > I have beginer in Voip and i have configured Asterisk > server with 100 IP SIP phone ( SNOM ) everything is fine but problem is how > to transfer call from one user to other means i call to some one and then > someo

Re: [asterisk-users] how to use call transfer

2007-07-18 Thread Keshav K.
Hi, To use call tranfer you have to make entry in extension.conf... exten => _7.,1,Dial(SIP/${EXTEN},20,Ttr) then in feature.conf [featuremap] blindxfer => #8 ; Blind transfer (default is #) ;disconnect => *0 ; Disconnect (default is *) ;automon => *1

Re: [asterisk-users] how to use call transfer

2007-07-18 Thread Gordon Henderson
On Wed, 18 Jul 2007, satish patel wrote: > Dear all > > I have beginer in Voip and i have configured Asterisk > server with 100 IP SIP phone ( SNOM ) everything is fine but problem is > how to transfer call from one user to other means i call to some one and > then someone want

[asterisk-users] how to use call transfer

2007-07-18 Thread satish patel
Dear all I have beginer in Voip and i have configured Asterisk server with 100 IP SIP phone ( SNOM ) everything is fine but problem is how to transfer call from one user to other means i call to some one and then someone want to transfer call to another person how it is possibl