[asterisk-users] How to continue processing a context after a Hangup

2011-06-02 Thread Antonio Modesto
Good afternoon, I'm trying to write a simple callback context, but i need to hangup an incoming call and then call the origin number back, the problem is that asterisk stops processing the call after Hangup() application then it is not able to dial the origin number back. Sorry for the

Re: [asterisk-users] How to continue processing a context after a Hangup

2011-06-02 Thread Warren Selby
2011/6/2 Antonio Modesto mode...@isimples.com.br Good afternoon, I'm trying to write a simple callback context, but i need to hangup an incoming call and then call the origin number back, the problem is that asterisk stops processing the call after Hangup() application then it is not able

Re: [asterisk-users] How to continue processing a context after a Hangup

2011-06-02 Thread Satish Barot
Use Asterisk Application 'System()' in h extension to create callfile which will handle your callback. You can also try for 'Originate()' application. [SATISH] 2011/6/3 Antonio Modesto mode...@isimples.com.br Good afternoon, I'm trying to write a simple callback context, but i need to

Re: [asterisk-users] How to continue processing a context after a Hangup

2011-06-02 Thread Satish Barot
Warren, A good example given. Just suggest to use 'Move' instead of 'Copy' for placing callfile in outgoing folder. A J Stiles has explained it in a better way in one of his replies. http://lists.digium.com/pipermail/asterisk-users/2011-May/262929.html [SATISH] On Fri, Jun 3, 2011 at 1:16 AM,