Displaying 7 results from an estimated 7 matches for "callnum".
Did you mean:
allnum
2009 Dec 14
1
AGI with PHP
...Broken pipe
If I run the PHP file from Linux it returns the result I want but how do I get that result back into Asterisk. I'm using Asterisk 1.6.0.10.
My extensions.conf file looks like:
exten => 111,1,Answer()
exten => 111,n,AGI(GoTalk.php)
exten => 111,n,NoOp(Result is : ${callnum})
exten => 111,n,HangUp()
My php file is:
#!/usr/bin/php
<?php
$start = '5';
$mysql_host = 'localhost';
$mysql_user = 'username';
$mysql_password = 'password';
$my_database = 'asteriskcdr';
$dbtable = 'cdr';
$from_date = '200912050000...
2004 Jul 29
2
Aastra 480e phone ADSI config
...; Descriptor number
;
; Flags
;
FLAG "nocallwaiting"
;
; Predefined strings
;
DISPLAY "titles" IS "-- My PBX --"
DISPLAY "talkingto" IS "Call active." JUSTIFY LEFT
DISPLAY "callname" IS "$Call1p" JUSTIFY LEFT
DISPLAY "callnum" IS "$Call1s" JUSTIFY LEFT
DISPLAY "incoming" IS "Incoming call!" JUSTIFY LEFT
DISPLAY "ringing" IS "Calling... " JUSTIFY LEFT
DISPLAY "callended" IS "Call ended." JUSTIFY LEFT
DISPLAY "missedcall" IS "Missed...
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi!
> How to do this ??
> To proceed with your answer on PICKUPMARK, where do I put this ???
Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup
Philipp
2013 Oct 20
1
error cant write to function ODBC_DEVICES
Hi all
asterisk 1.8.23
I have odbc all setup to mysql but cant figure out why the dialplan wont
write to the odbc function
fubc_odbc.conf
[DEVICES]
dsn=device-conn ;dsn in res_odbc not odbc.ini
readsql=SELECT call.callNum, call.city, devices.callId, devices.id FROM
call INNER JOIN devices ON call.id = devices.callId WHERE deviceNumber = '${
SQL_ESC(${ARG1})}'
writesql=insert into voted (callId,callNum,city,deviceId,SerialNum,
serverResponse) values (${VAL1},"${VAL2}",${VAL3},${VAL4},${VAL5},"...
2010 Nov 10
0
Asterisk 1.6.2.13 IAX2 Realtime issue
...igured IAX2 realtime in Asterisk 1.6.2.13.
when I cannect a client to realtime extension, always the state of extension
is "UNKNOW" like:
* Name : marco
Secret : <Set>
Context : phones
Parking lot :
Mailbox : 2345 at default
Dynamic : Yes
Callnum limit: 0
Calltoken req: Auto
Trunk : No
Encryption : No
Callerid : "marco" <2345>
Expire : -1
ACL : No
Addr->IP : XXX.XXX.XXX.XXX Port 17143
Defaddr->IP : 0.0.0.0 Port 17143
Username : marco
Codecs : 0xc (ulaw|alaw...
2013 Sep 06
1
11.4.0: iax packets lost by amazon ec2
...sterisk
[root at asterisk ~]# netstat -apnt | grep 4569
[root at asterisk ~]#
But it should be:
ip-10-202-67-114*CLI> iax2 show peer gn
* Name : gn
Description :
Secret : <Set>
Context : nexus-in
Parking lot :
Mailbox :
Dynamic : Yes
Callnum limit: 0
Calltoken req: No
Trunk : No
Encryption : No
Callerid : "" <>
Expire : -1
ACL : No
Addr->IP : (Unspecified) Port 0
Defaddr->IP : 0.0.0.0 Port 4569
Username :
Codecs : (gsm|ulaw|g722)
Codec Ord...
2020 Jun 08
0
pjsip extensions rings but call drop on answer
...hy I'm getting "No one is available to answer at this time".
On B:
# asterisk -rx "iax2 show peer migration"
* Name : migration
Description :
Secret : <Set>
Context : custom-newsystem
Parking lot :
Mailbox :
Dynamic : No
Callnum limit: 0
Calltoken req: No
Trunk : No
Encryption : No
Callerid : "" <>
Expire : -1
ACL : Yes
Addr->IP : 10.215.147.115 Port 4569
Defaddr->IP : (null) Port (null)
Username : interbox
Codecs :
(g723|gsm|ulaw|alaw|g72...