Hello…Newbie here…Can anyone help me out with forwarding incoming calls to an ext/DID to a different DID? What is the string that I add?
Thanks a million…
Hello…Newbie here…Can anyone help me out with forwarding incoming calls to an ext/DID to a different DID? What is the string that I add?
Thanks a million…
on the context that incoming calls go into, assuming you have one sip phone and one sip provider0
exten => s,1,Dial(SIP/yoursipphone&SIP/yourprovider/yourcellphonenumber)
when a call comes in, it will call your sip phone, as well as make another channel out thru your voip provider to your cell. Is that what you wanted?
also fyi the yoursipphone and yourprovider will match the [name] headers from sip.conf,
Perfect…Exactly what I was looking for. Thank you.
It worked.