search for: extnum

Displaying 11 results from an estimated 11 matches for "extnum".

Did you mean: eltnum
2009 Apr 08
1
Perl AGI
...:", 3); my $micho = $input{9}; $AGI->verbose("my dialed no is :$micho"); foreach my $i (sort keys %input) { $AGI->verbose(" -- $i = $input{$i}", 3); } ################## #To get the asterisk dial no whihc is 112 in our case my $no=$AGI->get_variable ('extnum'); *my $dest=$AGI->get_variable ('extension');* $AGI->verbose("my dialed no is :$no"); $AGI->verbose("my dialed no is :$dest"); When the script run I got: dial.pl: my dialed no is : Can you please help me to fix this issue? Regards -------------- next par...
2007 Mar 26
1
Asterisk incoming caller id problem
...#39; > dialparties.agi: USE_CONFIRMATION: 'FALSE' > dialparties.agi: RINGGROUP_INDEX: '' -- dialparties.agi: Added extension 000 to extension map -- dialparties.agi: Extension 000 cf is disabled -- dialparties.agi: Extension 000 do not disturb is disabled > dialparties.agi: extnum: 000 > dialparties.agi: exthascw: 1 > dialparties.agi: exthascfb: 0 > dialparties.agi: extcfb: > dialparties.agi: exthascfu: 0 > dialparties.agi: extcfu: -- dialparties.agi: dbset CALLTRACE/000 to 4521 -- AGI Script dialparties.agi completed, returning 0 Best Regards, Johnny
2007 Dec 22
0
Dead Incoming call - Sangoma A200
...gi: Extension 206 do not disturb is disabled Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '203' in family 'CFB' Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '203' in family 'CFU' Dec 21 13:43:48 VERBOSE[15840] logger.c: > dialparties.agi: extnum 203 has: cw: 1; hascfb: 0 [] hascfu: 0 [] Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '202' in family 'CFB' Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '202' in family 'CFU' Dec 21 13:43:48 VERBOSE[15840] logger.c: > dialparties.agi: e...
2005 Jan 02
1
Call Queue Question
Hi, I've been fussing with this for a while now - and cannot seem to get it to work correctly - or rather as I desire it.. I'm trying to implement a 'find-me' feature in my voicemail. Basically - pressing 1 at the voicemail puts the caller into a queue. The members of the queue are my cell phone and my work DID.. I need the queue to call both numbers at the same time and wait
2009 Sep 18
0
Blind Transfer Won't Hangup
...cf is disabled -- dialparties.agi: Extension 48532 cf is disabled -- dialparties.agi: Extension 8532 do not disturb is disabled -- dialparties.agi: Extension 38532 do not disturb is disabled -- dialparties.agi: Extension 48532 do not disturb is disabled > dialparties.agi: extnum 8532 has: cw: 1; hascfb: 0 [] hascfu: 0 [] -- dialparties.agi: dbset CALLTRACE/8532 to 8688 > dialparties.agi: extnum 38532 has: cw: 1; hascfb: 0 [] hascfu: 0 [] -- dialparties.agi: dbset CALLTRACE/38532 to 8688 > dialparties.agi: extnum 48532 has: cw: 1; hascfb: 0 []...
2007 May 15
1
Asterisk is not showing the correct Incomming CallerID
Hi Everyone, I have an asterisk box in my office. It does not display the correct Incomming Caller id. For incomming we are using ISDN Bri line which is terminated in a Digium 4 port bri card (B410P). Like if a number say 02 12345678 calls to our line asterisk displays it 12 12345678. Similarlay if a mobile number say 0416 123456 dials us , asterisk displays 1416 123456. I am not sure where the
2004 Sep 20
0
Dialplan Configuration with MYSQL
Hi, I specified within the extnum.conf package to read the configuration for the extensions.conf file from the database. When i start asterisk i see that it binds the extensions.conf file to the db!. Now i made an entry within the ast_config table of the database - when i make an reload - asterisk still loads the configuration from...
2007 Apr 18
0
Dial out from AGI and then connect it to another dialled out call
...s followed by being connected to another dialled number. Dialplan wise I do this with two contexts... the first being the one that the local dial in the spoolfile calls, it does various bits of set up, sets a few variables so they'll be inherited and does a : exten => s,19,Dial(Zap/g1/${extnum},,G(anewextdialbridgev2^s^1)) in anewextdialbridge priority 1 (for the caller leg) I have a Goto which just calls congestion and then hangup - ie. it waits around for the end of the call. At priority 2 which the dial with G option will put the callee into I start my more usual IVR type prompts...
2004 Feb 17
5
chan_capi problem
Hi to all I've mada up my mind and i tried to change from i4l to chan_capi, following some councelling from the gurus. I compiled it up, and when i try to load it in modules.conf, i get that wonderful message and Asterisk does not start: [chan_capi.so]Feb 17 09:21:40 WARNING[16384]: loader.c:239 ast_load_resource: /usr/lib/asterisk/modules/chan_capi.so: undefined symbol: ast_get_group Feb
2006 Mar 30
3
asterisk doesn't wait for whole extension
Hi, maybe a dumb question, but it seems that some calls are directed to our central dial in number despite the extensions the callers say they dialled. E.g. they dial 1234-567, asterisk recognizes 12345, it says this is an unknown extension, where it is right, and redirects the call to the central dial in extension 1234-0. This only seems to happen when the numbers are dialled manually. When
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...same size as a pointer */ +typedef int32_t __psint_t; +typedef uint32_t __psunsigned_t; + +typedef uint32_t xfs_agblock_t; /* blockno in alloc. group */ +typedef uint32_t xfs_extlen_t; /* extent length in blocks */ +typedef uint32_t xfs_agnumber_t; /* allocation group number */ +typedef int32_t xfs_extnum_t; /* # of extents in a file */ +typedef int16_t xfs_aextnum_t; /* # extents in an attribute fork */ +typedef int64_t xfs_fsize_t; /* bytes in a file */ +typedef uint64_t xfs_ufsize_t; /* unsigned bytes in a file */ + +typedef int32_t xfs_suminfo_t; /* type of bitmap summary info */ +typedef int32_...