Dear ALL
I want to transfer call from one phone 2 another phone so
this is asterisk feature or SIP Phone feature or endpoint feature how can i
transfer phone call from to another phone
Rgd
Satish patel
---------------------------------
Looking for a deal? Find great prices on flights and hotels with Yahoo!
FareChase.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20070627/69c42580/attachment.htm
satish patel wrote:> Dear ALL > > I want to transfer call from one phone 2 another > phone so this is asterisk feature or SIP Phone feature or endpoint > feature how can i transfer phone call from to another phone > > > Rgd > > Satish patel >Check out this page: http://www.voip-info.org/wiki-Asterisk+config+features.conf -- Warm Regards, Lee
I currently have about 50 polycom 501 phones on my asterisk setup. The
dialplan is set to work with mysql (realtime), and all of the extensions
for the phones route through the same macro (stdexten). This all works
fine until I tried to set up notify status.
On voip-info, they say do something like...
4444,hint,SIP/4444
4444,1,Dial(SIP/4444)
blah blah blah
This functionality works fine. But what if you have a macro
s,hint,SIP/${ARG1}
s,1,Dial(SIP/${ARG1}
this adds a "s" hint which obviously doesn't work, instead of a
hint for
4444 as it should.
Any ideas?