We have Nextel Cell phones where incoming calls are free! I would like to call a DID number on my Asterisk server, have it grab my caller ID, not pick up, wait a few seconds, and call me back. I have already set up qcall to do this and pass it to a context that asks for a password via authenticate, and is limited to dialing in my local area so I am not worried about fraud. I am at the point where it all works except I do not know the variables in extension.conf {$CALLERID} is the whole strings including name!! I want just the number. I could also use this to set up a ANI announcement where you call the * box and it would use SayDigits to read the number you are calling from. I searched the archives via google and found nothing. Anybody got any ideas??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030609/3f214765/attachment.htm
On 09/06/2003 at 18:24 Alex Lopez wrote:> >I am at the point where it all works except I do not know the variables >in extension.conf {$CALLERID} is the whole strings including name!! I >want just the number.For just the number use ${CALLERIDNUM} if you want the name use ${CALLERIDNAME} Andy
First hi I am trying to make a call back system I am using callme.php(click to call) to write the file at /var/spool/asterisk/outgoing And at the incoming context ,I match the incoming did as follow exten => 009613504768,4,system(elinks -dump http://127.0.0.1/click/callme.php?number=SIP/1234 <http://127.0.0.1/click/callme.php?number=SIP/1234&channel=$%7bCHANNEL%7d> &channel=${CHANNEL}) at callme,php I hangup the call by system("asterisk -r -x 'soft hangup $channel' "); my troubles is I that know that it's a silly idea to make a call back system in this way, 2nd I don't hear a ringback or hangup tone. Please if you know a better way to that that please don't hesitate to inform me . Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do not necessarily reflect views of Xplorium or its subsidiaries and associates. This electronic message and its attachments are solely addressed to the addressee(s), and contain confidential information protected from disclosure belonging to Xplorium. If you are not the intended addressee of this electronic message and its attachments, kindly delete it immediately from your system and notify the sender by electronic mail. You must not copy this message or attachment or disclose its content to any other person. Xplorium does not guarantee the integrity of this electronic message and any of its attachments, or that they are free from computer viruses or other defects. ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060925/cd3557f4/attachment.htm
First hi I am trying to make a call back system I am using callme.php(click to call) to write the file at /var/spool/asterisk/outgoing And at the incoming context ,I match the incoming did as follow exten => 009613504768,4,system(elinks -dump http://127.0.0.1/click/callme.php?number=SIP/1234 <http://127.0.0.1/click/callme.php?number=SIP/1234&channel=$%7bCHANNEL%7d> &channel=${CHANNEL}) at callme,php I hangup the call by system("asterisk -r -x 'soft hangup $channel' "); my troubles is I that know that it's a silly idea to make a call back system in this way, 2nd I don't hear a ringback or hangup tone. Please if you know a better way to that that please don't hesitate to inform me . Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do not necessarily reflect views of Xplorium or its subsidiaries and associates. This electronic message and its attachments are solely addressed to the addressee(s), and contain confidential information protected from disclosure belonging to Xplorium. If you are not the intended addressee of this electronic message and its attachments, kindly delete it immediately from your system and notify the sender by electronic mail. You must not copy this message or attachment or disclose its content to any other person. Xplorium does not guarantee the integrity of this electronic message and any of its attachments, or that they are free from computer viruses or other defects. ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060926/4b357119/attachment.htm