Asterisk and Call Transfer
Posted: Fri Sep 16, 2005 4:51 pm
After hearing episode 101 I tried the doing a call transfer on my asterisk system using the Xten Lite softphone. But the lite version has call transfer disabled.
But I found you can get around this. In the extentions.conf file change the extention of the phone to read something like:
The t option allows you to do a call Transfer using #. So during a call press # dial the extention to be transferred to then press # again.
Here's a page with some more dial command options:
http://www.voip-info.org/tiki-index.php ... k+cmd+Dial
Edit:
My bad. You have to apply that to your outgoing line in the extentions file.
For example:
"T" is supposed to mean "Allow the calling user to transfer the call".
But I found you can get around this. In the extentions.conf file change the extention of the phone to read something like:
Code: Select all
exten => 5002,1,Dial(SIP/5002|30|t)Here's a page with some more dial command options:
http://www.voip-info.org/tiki-index.php ... k+cmd+Dial
Edit:
My bad. You have to apply that to your outgoing line in the extentions file.
For example:
Code: Select all
exten => _1NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30|T)