Displaying 1 result from an estimated 1 matches for "1aaaaaaaaaa".
Did you mean:
aaaaaaaaaa
2013 Feb 26
1
Delay before audio starts
...first I thought it was a call forwarding issue because I got this
message in the console:
[Feb 26 12:35:19] NOTICE[1143][C-0000025d]: app_dial.c:958 do_forward:
Not accepting call completion offers from call-forward recipient
Local/1XXXXXXXXXX at default-00000013;1
So I put this in my dial plan:
1AAAAAAAAAA => {
NoOp(${CALLERID(num)});
Ringing;
Set(CHANNEL(musicclass)=none);
Dial(${OUTBOUND-TRUNKR}/1XXXXXXXXXX,30);
Voicemail(198,u);
};
So basically as soon as someone calls incoming number AAAAAAAAAA,
Asterisk dials phone number XXXXXXXXXX. it's a quick...