I have a mobile phone number threw one SIP provider and I’m trying to forward that call to my cell phone number in USA.
This does not work. When I call my number I get busy signal (like someone rejected a phone call)
In asterisk console I see that the “SIP/+19175555555@voipdiscount” was dialed.
exten => 100,1,NoOp(call from: ${CALLERID(all)})
exten => 100,n,Dial(SIP/+19175555555@voipdiscount,40)
exten => 100,n,Macro(voicemail,100@home)
This works.
exten => 100,1,NoOp(call from: ${CALLERID(all)})
exten => 100,n,Espeak("please hold while your call is connected",any)
exten => 100,n,Dial(SIP/+19175555555@voipdiscount,40)
exten => 100,n,Macro(voicemail,100@home)
I would like the call forward to not be noticeable to the caller.
Version no1 works if I Dial a local extension
Any ideas what happens if I don’t use Espeak?