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 possible i have also try with
feartue.conf but it is now working i have also read document on voip-info
website but now clear yet can anyone explain me how to asterisk transfer call
from one user to other and what extention.conf look like is there any change in
sip.conf or extention.conf
Rgd
Satish patel
---------------------------------
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20070718/3683f7e4/attachment.htm
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 to transfer call to another person how it is possible > i have also try with feartue.conf but it is now working i have also read > document on voip-info website but now clear yet can anyone explain me > how to asterisk transfer call from one user to other and what > extention.conf look like is there any change in sip.conf or > extention.confYou need to read your phone manual, not the asterisk manual. Every (SIP) phone has it's own ways and means (in addition to the generic features offered by asterisk detailled in features.conf) Gordon
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 ; One Touch Record a.k.a. Touch Monitor
atxfer => #9 ; Attended transfer
parkcall => #72 ; Park call (one step parking)
I'm using this...end its working wonderfully.
--Keshav
satish patel <satish_patel_2000_2000 at yahoo.com> 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 to
transfer call to another person how it is possible i have also try with
feartue.conf but it is now working i have also read document on voip-info
website but now clear yet can anyone explain me how to asterisk transfer call
from one user to other and what extention.conf look like is there any change in
sip.conf or extention.conf
Rgd
Satish patel
---------------------------------
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives. Check it
out._______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Regards,
Kesh
" Lets change the future...lets change the world."
---------------------------------
Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's
on, when.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20070718/7c21491d/attachment-0001.htm
On 7/18/07, satish patel <satish_patel_2000_2000 at yahoo.com> 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 to transfer call to another personThere should be some sort of transfer button on your phone. You don't specify which model phone is being used, but both the SNOM 360 and 190 have a button labeled as "Transfer." You should read the manual for more details :)