hi, try exten = .....,n,System(wget -P /var/log/asterisk/wgets 'http://theUrlYouWantToCall' &)
kind regards, andre Am 30.05.2013 19:00, schrieb [email protected]: > Message: 9 > Date: Thu, 30 May 2013 15:06:59 +0000 > From: Salaheddine Elharit <[email protected]> > Subject: [asterisk-users] how to launch a URl when dialing a number > To: Asterisk Users Mailing List - Non-Commercial Discussion > <[email protected]> > Message-ID: > <CAHexamt4=evwlj7pn90mgqvirn-_mnyh6p2tdhtpq4d89e2...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hello > > i want to luanch an URL in my PC when i call a number like below > > exten => 066104xxxx,1,Set(CALLERID(number)=52xxxxxxx) > exten => 066104xxxx,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av(0}V(0)) > exten > => > 066104xxxx,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)) > exten => 066104xxxx,n,http://192.168.5.109/interface2/interface2.php ( here > i want to launch this url in my pc ) > exten => 066104xxxx,n,Hangup() > > > thanks and regards -- Andre Gronwald [email protected] [email protected] PGP-0x9CDEE439 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
