search for: exec_dial

Displaying 4 results from an estimated 4 matches for "exec_dial".

2010 Jun 17
1
calling machine over sip
...am able to call some system connected over LAN, when each has a softphone and are registered on a asterisk server. But now what i want is instead of using the softphone I write a function in my file which will be executed when the call is placed. In that file i wrote $agi=new AGI(); $agi->exec_dial(SIP,2002,NULL, NULL,NULL); I have used the exec_dial function found in phpagi.php . It is built above basic dial function. Here 'agi' is an instance of class AGI, which has a method exec_dial. When i execute the php file, over command line on my unix machine, I am expecting a call on the s...
2010 Jun 14
2
calling peer from server
...the asterisk server. debian-te410*CLI> sip set debug peer 2002 SIP Debugging Enabled for IP: 172.26.48.113:5061 I have a sofphone with user 2002 registered on the server on the ip 113. I am trying to place a call to the sofphone on this ip. I have written a simple php script which utilises the exec_dial function inbuilt in phpagi.php file. I have tried diff ways but can't seem to get it work. Can please some one suggest me anything in this regard. -- Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at...
2010 Jun 15
4
can't seem to register, status unmonitored
Hi everybody, I am trying to register my softphone(twinkle) on an asterisk server. Everything seems to be fine. Here is the output on show registrations in twinkle: Tue 18:57:51 nikhil: you have the following registrations <sip:2001 at 172.26.48.208 <sip%3A2001 at 172.26.48.208>>;expires=3013 208 is ip of the asterisk server. on the server on doing 'sip show peers' , it
2008 Apr 03
0
About outdail SIPCALLID
Hi I sent this 3 hours ago, seems not go through, so sent again. I have an asterisk php-agi application. It answer's call , then outdial to another number: $agi->exec_dial("SIP", 12345 at test.com , "20", $options); How can I get a SIPCALLID for this out-dialed call? The SIPCALLID seems the incoming call's SIPCALLID. Thanks. Mike -- Best Regards Mike