Re: [asterisk-users] how to launch a URl when dialing a number

2013-05-31 Thread Salaheddine Elharit
thanks justin i try to do this but the issue still the same.this link is stored in my server 192.168.5.109 .but what i want to receive this link when i call this number in my pc ip adresse of my pc 192.168.5.131 ip adresse of server when the page php is stored thanks and regards 2013/5/30

Re: [asterisk-users] how to launch a URl when dialing a number

2013-05-31 Thread Alex Villací­s Lasso
El 31/05/13 09:21, Salaheddine Elharit escribió: thanks justin i try to do this but the issue still the same.this link is stored in my server 192.168.5.109 .but what i want to receive this link when i call this number in my pc ip adresse of my pc 192.168.5.131 ip adresse of server when the

Re: [asterisk-users] how to launch a URl when dialing a number

2013-05-31 Thread Salaheddine Elharit
hello , thanks alex for your help and support the scenario is correct. i will try to follow your suggestion and i will update you asap thank you again for your explication i really appreciate it 2013/5/31 Alex Villací­s Lasso a_villa...@palosanto.com El 31/05/13 09:21, Salaheddine Elharit

Re: [asterisk-users] how to launch a URl when dialing a number

2013-05-31 Thread A J Stiles
On Friday 31 May 2013, Alex Villací­s Lasso wrote: From this discussion, I am guessing the following scenario. Please correct me if I am wrong. - There are (at least) three roles in your scenario: the Asterisk server, the PHP webserver (which may or may not be the same machine as the Asterisk

Re: [asterisk-users] how to launch a URl when dialing a number

2013-05-31 Thread Warren Selby
On Fri, May 31, 2013 at 11:29 AM, Salaheddine Elharit salah.elharit...@gmail.com wrote: hello , thanks alex for your help and support the scenario is correct. i will try to follow your suggestion and i will update you asap thank you again for your explication i really appreciate it

[asterisk-users] how to launch a URl when dialing a number

2013-05-30 Thread Salaheddine Elharit
Hello i want to luanch an URL in my PC when i call a number like below exten = 066104,1,Set(CALLERID(number)=52xxx) exten = 066104,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av(0}V(0)) exten = 066104,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)) exten =

Re: [asterisk-users] how to launch a URl when dialing a number

2013-05-30 Thread Justin Killen
If you just want the url to be opened (perhaps to update a counter via a web service or cgi script), you can do this: system(wget http://;) or system(fetch http://...;) -Justin From: asterisk-users-boun...@lists.digium.com