similar to: Changing REINVITE status of the channel dynamically

Displaying 20 results from an estimated 800 matches similar to: "Changing REINVITE status of the channel dynamically"

2006 Mar 09
2
Extracting info from the $EXTEN variable
Is there a way to access only certain positions in the $EXTEN variable? I'd like to filter my international calls based on the destination country: My dialplan looks like this (1XX0. is the international calling convention for Chile) exten => _1XX0.,1,Dial(SIP/${EXTEN:4}@external_provider) But, I'd like to, depending on the destination country (digits 5 and eventually 6 of EXTEN),
2006 Mar 15
2
Speeding up the dial of DTMF's in SIP channel
I'm dialing DTMF's in a SIP channel using the options: [sip.conf] dmtfmode=info [extensions.conf] exten => _XXXXXXX,1,Dial(SIP/gateway,,D(${EXTEN})) (this is a custom SIP gateway, which receives the DTMF's sent from softphones through Asterisk, and based on them, build the destination PSTN number). My problem is that Dial send the DTMF's to the SIP/gateway user at a rate
2006 May 23
3
Transfer extensions processing control to Manager
I'm developing an application that monitors the state of the incoming calls using Manager events. So, as a part of it, I need to "override" the control of the extensions by the dialplan itself. The problem is that, if I don't declare the incoming extension, Asterisk hangs up the call by default. So I want to know if there's some kind of "ManagerControl() application
2006 May 11
2
Problem setting locale for voicemail
I've set voicemail almost successfully, only a minor detail remains :-) I can't get the dates in my local language (spanish). In sip.conf, zapata.conf and voicemail.conf, I've set: language=es and my locale is "es" also. However, the days and months names still appear in english in the emails!!! Thursday 11 de May de 2006, 18:49:34. instead of Martes 11 de mayo de
2006 Apr 04
2
Can't get Pickup app working
I'm trying to set the Pickup feature. I'm setting my extensions.conf as: exten => _*.,1,Pickup(SIP/${EXTEN:1}) but if, for example, extension 03 is ringing by a call made from extension 01, and I try to pick it up from extension 02 (by dialing *03 from extension 02), I can see in the Asterisk console (Verbosity set to 10): -- Executing Dial("SIP/01-512c",
2005 Aug 17
1
two-level poisson, again
Hi, I compare results of a simple two-level poisson estimated using lmer and those estimated using MLwiN and Stata (v.9). In R, I trype: ------------------------------------------------------------------------------------------- m2 <- lmer(.D ~ offset(log(.Y)) + (1|pcid2) + educy + agri, male, poisson) -------------------------------------------------------------------------------------------
2006 Feb 23
3
Codec order sent wrong from Asterisk
I'm communicating a softphone (SJPhone) to a Grandstream phone GXP-2000. The codec order on each one is the next: SJPhone: GSM - iLBC - PCMA - PCMU GXP2000: G729 - GSM - PCMA - PCMU (I have a G729 license, so there's no problem with transcoding G729) In my sip.conf, I've defined the following codec order: disallow=all allow=g729 allow=gsm allow=g726 allow=alaw allow=ulaw And my
2006 May 10
2
Is there a way to not propagate a context included inside other context?
I've defined my dialplan as showed below. My internal lines are numbered as 12345XX, and internal users can call another by the entire 7-digits extension, or by just last 2 digits. [invalid] exten => _X.,1,Playback(pbx-invalid) exten => _X.,2,Hangup() [internal] include => invalid exten => _XX,1,Dial(SIP/12345${EXTEN}) ; Short alias for internal lines exten =>
2006 Mar 30
0
Strange second REINVITE being sent
I'm using Asterisk a SIP Server for a lot of GrandStream HandyTone ATA's. Each one of them is configured in sip.conf as: [1234567] type=friend username=1234567 secret=1234567 callerid="ATA 1234567" host=dynamic nat=yes qualify=yes disallow=all allow=g729 canreinvite is set globally to YES. When one ATA calls another, I see the next traffic on Ethereal (just shown the sequence
2003 Oct 09
0
Cisco 7940/7960 phone and conference calling ?
I am guessing you are running without reinvite's, I'm running with reinvite's with latest CVS release and 79x0 phones without any issues with conferencing... > -----Original Message----- > From: Adam Rothschild [mailto:asr@latency.net] > Sent: 08 October 2003 15:49 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Cisco 7940/7960 phone and >
2007 Jan 19
2
combn implementation
Hi, I was checking the source code to the function combn that "generates all combinations of the elements of 'x' taken 'm' at a time.", because I wished to modify it. I have a doubt about a statement. This is the main loop. ._1 <- 1:1 nmmp1 <- n - m + ._1 while (a[1] != nmmp1) { if (e < n - h) { h <- ._1 e <-
2008 May 07
0
reINVITE with Dial() options -- bug 0010647
Hi everyone, I've got the same problem described in http://bugs.digium.com/view.php?id=10647 (unfortunately, the bug is closed and I could not find the way to reopen it). Wiki says, " When options t, T", "h", "H", "w", "W" or "L" (with multiple arguments) are applied, Asterisk will remain in the media path, even if
2004 Jul 11
1
Stopping reinvite with IAX2?
Hi All, I'm using DISA on my * server to avoid overseas toll charges when making calls to Western Europe from my cell phone. I have DISA working with a DID from a VoicePulse Connect account. The outgoing call to Europe is also made via Voicepulse Connect. I see that the IAX media path is bridging the inbound call to the outbound call so that the media stream entirely bypasses my server once
2004 Jul 29
0
DISA and notransfer/reinvite?
Hello, I've just set up DISA on my * server. I'm using it to avoid cellular overseas calling charges from support staff in the field at our customer sites. Support staff often spend hours on the phone to our UK factory. However, I'm not sure about the implications of reinvite in this arrangement. A support engineer calls in to a DID that I have from VoicePulse Connect. They match
2004 Aug 10
1
SIP Transfers (Possibly reinvite)
Hey Folks, Is it possible to transfer an incoming call back out without a "trombone" effect. For instance; Caller dials my broadvoice # --> Asterisk Answers and plays a menu --> the caller selects an option --> asterisk transfers the call to my cell phone via broadvoice and removes itself from the equation so I end up with... Caller --> Broadvoice --> Cell Phone Vs.
2004 Aug 19
0
SIP reinvite code negotiation
Hi, We're routing SIP calls through Asterisk and we want to be able to reinvite calls without Asterisk performing codec conversion. We've performed the following test: Asterisk has license for G.729 installed sip.conf [general] context=default autocreatepeer=yes disallow=all allow=alaw allow=g729 canreinvite=yes nat=no We have configured two endpoints: EP1, preferred codec order
2004 Oct 07
2
Asterisk ---- SER ----- GAteway and Reinvite
Hi, i'm using * with SER and a cisco 3725 as Gateway. I noticed that the reinvite is not working if i use SER and if i don't use IT (*---->Gateway) the reivite works so the * server is able to let the RTP direct from gateway to SIP Clients. Do you know in which way can i let it work with the SER too. Becouse i need SER to manage other VOIP communities but if i'm not able to use
2005 Feb 16
1
Passthrough and reInvite
It is not clear how exactly g729 pass-through can be enabled. I have a SIP call off a gateway come into an Asterisk menu, and then I send the SIP call to another SIP gateway using Dial(). Even though codec preferences have g729 listed first, it never gets used. Both gateways have separate peer entries in sip.conf, and both have canreinvite=yes set. Can Asterisk change the media type during
2005 Jul 29
0
ReInvite X Broadvoice
I've been wondering for a long time why my reinvite option is not working with Broadvoice anymore. It happend during the time Broadvoice was having a lot of issues, so I decided to wait. Recently I decided to test the same sip.conf with another VSP (SIPphone) and it worked fine! No issues on the reinvite. Note: clients and server using ULAW (only), no NAT or firewalls, public ip address and
2005 Aug 04
1
REINVITE and Codecs
Hi, just a question: Let say I have 2 phones with G729 onboard, but no 729 licence for Asterisk. Preferred codec set up in phones is G729, followed by ULAW, in Asterisk I have allow=ULAW deny=ALL. When call is reinvited by Asterisk will the two phones use G729 between each other or they will stick to ULAW they used for first part of the call ? A quick test showed that they will use ULAW ...