Re: [asterisk-users] Delay before audio starts

2013-03-21 Thread Gerard
] On Behalf Of Gerard Sent: Friday, March 01, 2013 9:33 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Delay before audio starts I've found a workaround of sorts, If I change my below code to : 1AA = { NoOp(${CALLERID(num)}); Answer(); // --- add this Ringing

Re: [asterisk-users] Delay before audio starts

2013-03-21 Thread Asghar Mohammad
the call prevents any reinvites. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto: asterisk-users-boun...@lists.digium.com] On Behalf Of Gerard Sent: Friday, March 01, 2013 9:33 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Delay before

Re: [asterisk-users] Delay before audio starts

2013-03-01 Thread Gerard
I've found a workaround of sorts, If I change my below code to : 1AA = { NoOp(${CALLERID(num)}); Answer(); // --- add this Ringing; Set(CHANNEL(musicclass)=none); Dial(${OUTBOUND-TRUNKR}/1XX,30); Voicemail(198,u);

Re: [asterisk-users] Delay before audio starts

2013-03-01 Thread Eric Wieling
, 2013 9:33 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Delay before audio starts I've found a workaround of sorts, If I change my below code to : 1AA = { NoOp(${CALLERID(num)}); Answer(); // --- add this Ringing; Set

Re: [asterisk-users] Delay before audio starts

2013-03-01 Thread Gerard
-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gerard Sent: Friday, March 01, 2013 9:33 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Delay before audio starts I've found a workaround of sorts, If I change my below code

Re: [asterisk-users] Delay before audio starts

2013-03-01 Thread Leandro Dardini
[mailto: asterisk-users-boun...@lists.digium.com] On Behalf Of Gerard Sent: Friday, March 01, 2013 9:33 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Delay before audio starts I've found a workaround of sorts, If I change my below code to : 1AA

[asterisk-users] Delay before audio starts

2013-02-26 Thread Gerard
Hi everyone, I'm having a hard time figuring this issue out, we just switched from a T1 PRI to a SIP trunk provider and that's when the issue started. Now when someone forwards all calls on their phone to a cellphone, when a customer calls in, Asterisk correctly calls the cellphone and connects