similar to: Bug in Dial() string processing

Displaying 20 results from an estimated 3000 matches similar to: "Bug in Dial() string processing"

2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
Hi. I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and for some reason it's simply not doing it. I've even resorted to reading the source code to try and work out what I'm doing wrong... In channels/chan_sip.c I find: * SIP Dial string syntax: * SIP/devicename * or SIP/username at domain (SIP uri) * or
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
On Sunday 25 October 2020 at 16:27:00, Antony Stone wrote: > Hi. > > I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and > for some reason it's simply not doing it. I've made a bit of progress - I can now get it to authenticate, although it's still not dialling on to the correct number. > I've even resorted to reading the source code
2007 Jul 24
1
Custom kinit to find device by "label"
I need to reliably boot a server from a USB device. Since USB device ordering can be unpredictable, I wrote a simple early-userspace "init" program to find the root FS on the correct USB device & partition. I have "labeled" the root ext2 FS on the USB drive, and the program searches for the label by examining the bytes at a specific offset from the beginning of the
2004 Jul 18
4
Cisco 7960 SIP V6 and IBM A30P Fedora Asterisk
Hi All Total noob on the list so all help appreciated.... I've successfully installed Asterisk on an IBM A30P Thinkpad using fedora Core 2 (I'm looking at having a mobile PBX for conferences and shows). I've plugged in two Cisco 7960 phones.... The phones register with the Asterisk correctly and I can run the demo's and even the AIX demo through to digium works correctly.......
2010 May 11
3
Problem with callerid(dnid) and queue
Hi all, In order to use the "open url" function of zoiper (it opens an url based on the asterisk $callerid(dnid)), I need rewriting of the dnid. In my dialplan I have: exten => 1000,3,Set(CALLERID(dnid)=newdnid) exten => 1000,4,Noop(${CALLERID(dnid)}) exten => 1000,5,Queue(test-queue) but the callerid(dnid) shows the extension called (the member of the test-queue) and not
2012 Jun 10
3
SNMP agent for NUT
Hello guys, I was some years ago when I sent something to this list. NUT is a great tool but lacks SNMP management. It can access a device using SNMP but I found no way to read NUT values using SNMP. It would be very useful in order to integrate with network management software based on SNMP. As I did not find a solution, I wrote it myself. I wrote a MIB file and a SNMP agent for net-snmp
2012 Jun 10
3
SNMP agent for NUT
Hello guys, I was some years ago when I sent something to this list. NUT is a great tool but lacks SNMP management. It can access a device using SNMP but I found no way to read NUT values using SNMP. It would be very useful in order to integrate with network management software based on SNMP. As I did not find a solution, I wrote it myself. I wrote a MIB file and a SNMP agent for net-snmp
2008 Feb 04
2
Losing CALLERID{dnid}
Hi, I'm using videocalling on asterisk 1.4.10. When I setup the videocall with exten = n,1,h324m_gw(s at video2webanswer), I loose the variable DNID (${CALLERID(dnid)}) Before the videocall is set up, this variable is filled and after this videocall this variable is empty. Also all local variables are empty. If al look at the A-number (${CALLERID(num)} this variable is not empty
2009 Aug 05
2
original & reformat extension
Question: Naturally there are times when need to I reformat an extension in a context as such: ;Reformat add CC1 exten => _NXXNXXXXXX,1,Goto(1${EXTEN},1) -or- ;Reformat 011 with with +CC exten => _011X. ,1,Goto(+${EXTEN:3},1) It's a helpful trick, BUT there are times when I want to send the call to another context in its original un-reformatted state. Naturally the ${EXTEN}
2011 Jan 26
1
Caching CALLERID(dnid)
Hi, We encounter a problem with the variable CALLERID(dnid) We use E1 lines where we can make an inbound call or an outbound call on the same channel (not at the same time) If the CALLERID(dnid) is not used, than the CALLERID(dnid) will be the CALLERID(dnid) of the previous call For example: - First we get a inbound call on channel DAHDI/11-1 with CALLERID(dnid) = '655871460' We read
2011 Aug 08
1
virt-manager - how to add /dev/mapper as a storage pool
Hi, I would like to be able to configure VMs running off dm-crypt devices that were unlocked in the host. Unlocked dm-crypt devices show up in /dev/mapper/devicename, with devicename being the second parameter given to cryptsetup luksOpen. The LVM storage pool type insists on searching in /dev/vgname and cannot be tricked into reading /dev/mapper by giving it a fake VG named mapper; the LVM
2012 Sep 20
1
[PATCH] rename local variable to avoid clash with match macro
match will expand to guestfs___match, rename the local variable to avoid clash. Signed-off-by: Olaf Hering <olaf at aepfle.de> diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c index 06ff96d..c30ad5a 100644 --- a/src/inspect-fs-unix.c +++ b/src/inspect-fs-unix.c @@ -1128,14 +1128,14 @@ map_md_devices(guestfs_h *g, Hash_table **map)
2007 Mar 14
3
DNIS/DNID
Hi i have an asterisk pbx with E1 port connected to another PBX. Im trying to send the DNID/DNIS to the PBX here's my dialplan exten => 8881111111,1,Dial(ZAP/g2) exten => 8881111111,n,Hangup() The PBX just get the number 2 as it's DNIS when i change it to ZAP/1 or ZAP/g1 the PBX get the number 1. What should i add to send the extension number as DNID/DNIS? Thanks! --------------
2006 Apr 28
2
Asterisk DNID/RDNIS with Dial iax2
Dear Asterisk-Users: Question: ======== How do I get asterisk to pass DNID/RDNIS information between asterisk machines using iax2, in a Dial(IAX2...) command ? Setup: ===== I have two asterisk boxes, MASTER and SLAVE. MASTER is running 1.2.0 and SLAVE is running 1.2.1. The main box handles incoming calls on a multiple lines (both via hardware connection to our internal PBX and calls
2006 Nov 29
2
External Devices
Hi, I'm new to the list, and would like to make a contribution to nut. Nut does a superb job of monitoring the UPS(s) that power servers, but your server may want to monitor other UPSs as well. You may have a SAN attached disk array and want to monitor its UPS(s) in order to shutdown yourself before the disk dies and you lose data. There may be other devices as well that would cause you
2004 Apr 13
1
DNID Digits - Australia
Hi, Yet another question, now that I have callerid working correctly, I'm trying to work out how to utilise the different numbers I have. I have a 100 number range allocated to my E1/PRI/OnRamp service. My incoming calls are handled like this: Advertised/published number is an analogue line terminating on a X101P. If the analog line is busy, it has a call diversion to the PRI on a TE405P
2006 Jan 13
1
dnid support?
Hi all! I'm in the process of configuring an Asterisk server here that, based on which number was called, should send calls to different extensions: 913 - 11111 -> ext. 1 913 - 22222 -> ext. 2 913-11111 & 913-22222 being 2 (of the) numbers we have coming in to our system via our VoIP hosting provider. The config used here is based on Asterisk at home, so it includes also the
2005 Aug 27
0
Newbie :SIP ETXTN to SIP EXTN calls
I am new to asterisk and need to dig up some info on how to set it all up. It looks a bit daunting especially all the options available in the .conf files. I have 2 SIP phones, GXP2000 and a budgettone 100. phone1 - 192.168.0.160/24 extension 1000 phone2 - 192.168.0.161/24 extension 1001 Server - 192.168.0.57 I get the following all the time, but can make calls between the 2 extensions,
2015 Aug 24
3
PJSIP add
I am trying to set add a SIP Header to a call before adding it to the Queue. The dial plan sends the call to my macro to perform the work. When I use chan_sip, everything works as expected. When I use PSJIP support, it's not adding the SIP header. Looking at the output, I see the macro is called in both cases. In the PJSIP case, the added sip header never is showing up in the asterisk logs
2006 Jun 28
1
getting agentID and DNID help
Hi Guys I have just installed a call center onto Suse 10. I have managed to do a DBget (astdb) and extract the DNID numbers to play a DNID specific greeting. We have installed Snom 320 and the customer would like us to Send the DNID(nam) to the phone screens so that the agent will be able to answer in the correct language and with the specific customer company name (ie. Agent says