Displaying 4 results from an estimated 4 matches for "spoofnumb".
2009 Dec 23
1
AMI originate and PHP
Hi Guys,
I am trying to make a web form where a person is allowed to put in
$phoneNumber, $dialNumber, and $spoofNumber to make a call with spoof caller
ID. There are a few problems that I am facing with Asterisk AMI Originate
command. The reason why I want to use the darn AMI Originate is because I am
sending calls to mobile phones and I want to have some accountability and to
know if a call was connected for bil...
2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
Hello Everyone,
I am making a simple index.php file which will allow a web user to enter his
$phoneNumb, $dialNumb, and callerID ($spoofNumb) and get the call bridged.
Following is the index.php and the contents of extensions_custom.conf. When
I submit the form nothing happens. I don't even see Manager Connected msg.
Your input will be much appreciated. I am thinking I have some syntax
problem.
/etc/asterisk/extensions_custom.conf...
2012 Dec 12
1
Asterisk 11 originate errors
...log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
///AMI script
<?php
$sys_ip = "127.0.0.1";
$User_str = "faheem";
$Secret_str = "f at h33m112xxxxxx";
$phoneNumb = 1234;
$dialNumb = ?4567;
$spoofNumb = 786;
$context = "xxxxx-xxxxx";
$oSocket = fsockopen($sys_ip, 5038, $errnum, $errdesc) or die("Connection to host failed");
fputs($oSocket, "Action: login\r\n");
fputs($oSocket, "Username: $User_str\r\n");
fputs($oSocket, "Secret: $Secret_str\r\n\r\n&...
2007 May 31
0
Custom CLI (spoofing) ?
...on and time of day.
No matter which provider I go out over, i'd like the called party to only see only one of my numbers - that number will be the only number i'll want people to call back on.
To test, i've got a call file as follows
===
Channel: SIP/2222
Callerid: Spoof Name <spoofNumber>
MaxRetries: 2
RetryTime: 10
WaitTime: 5
Context: spoofing
Extension: number to dial
Priority: 1
===
And in extensions.conf
===
[spoofing]
exten => _.,1,Dial(SIP/voiptalk/${EXTEN})
exten => 2222,1,Dial(SIP/2222)
===
What is supposed to happen I believe, is, my softphone (22...