Displaying 17 results from an estimated 17 matches similar to: "SIP immediate hangups with latest CVS"
2009 Mar 10
1
Asterisk and WebIntegration
Hi All,
Is there a way that I can include call dialing functionality in a
webinterface. I have EyeBeam configured with a SIP user say
8440. Will I be able to design an inteface which agent can choose a number
and the Dial without punching in the number in
Eyebeam.
I tried using the .call file. ie The agent can choose which number to dial
from a web interface. Then, a .call file is
created with
2003 Oct 20
1
Auto-dial from webpage
I want to create a CGI that will allow me to make a call when a user
clicks on a URL in a webpage. I believe I need to create a file in
/var/spool/asterisk/outgoing that defines the number I want to call and
the phone I want to connect it to but I see no way to define the phone
number I want to dial in the /usr/src/asterisk/sample.call file I see
mentioned in other posts. Is it possible to do what
2009 Jul 09
1
Connecting two Asterisk together via SIP + DISA
Hi all,
I need to test the following scenario:
+-----------+ +-----------+
| asterisk 1| | asterisk 2|
+-----------+ +-----------+
| |
| |
_______|__________________|___________
| |
| |
| |
+-------+ +-------+
| ATA 1 |
2008 Mar 21
4
Calls to sip extensions not defined
Hi all, new to the list and this is probably a basic question and
couldn't find anything clear googling around but I don't know how to
handle calls to sip extensions not defined on sip.conf while using
pattern matching. On my example I have sip extensions 10, 11, 12, and 13
on sip.conf. On a basic extension.conf I set up a pattern starting with
"1" and a second digit should dial
2003 Apr 25
9
Dialplan question
First, here's what I want to do / what I have:
X100P and a Quicknet PhoneJack.
I want to be able to pick up the analog phone (connected to the phonejack)
and dial another computer (with the same hardware) or just make a regular
phone call which will be decided by asterisk depending on the phone number
dialed. I know that this won't be taking full advantage of asterisk, but
I'm
2008 Jun 13
1
AEL Help
I need help translating extensions.conf to AEL:
[default]
exten => _X.,1,Set(DID=${EXTEN:6})
exten => _X.,n,Goto(continue,1)
exten => _1X.,1,Set(DID=${EXTEN:7})
exten => _1X.,n,Goto(continue,1)
exten => continue,1,Noop(${DID})
exten => continue,n,Set(GROUP(IAX)=incoming)
exten => continue,n,GotoIf($[${MATH(${GROUP_COUNT(incoming at IAX)}+${GROUP_COUNT(outgoing at
2013 Aug 18
1
Asterisk SIP Trunk between two Asterisk Servers
Hi,
Am making a simple SIP trunk between two Asterisk server,
Server 1
sip.conf
[usman02]
type=peer
username=usman02
secret=usman02
host=10.30.2.58
context=man02-trunk
port=5060
qualify=yes
disallow=all
;allow=g729
allow=g729
;allow=alaw
nat=force_rport,comedia
dtmfmode=rfc2833
relaxdtmf=yes
insecure=invite,port
extensions.conf
[man02-trunk]
exten => _1X.,1,Dial(SIP/usman02/${EXTEN})
exten
2007 May 30
12
False ring problem
Hi all,
when a user dials any number, asterisk automatically generates ringing which
caller can hear, and after 2 - 3 rings asterisk detects that the called user
is busy, then caller hears busy tone. for example user hears---
tone--tone--tobeep beep beep ---Can i some how eliminate the false ringing
at the start so that user hears only beep beep beep if the called user is
busy. I have used the R
2009 Mar 16
0
Problems on default Attended Transfer
Hi,
I'm currently using Asterisk 1.4.23.1, and I have a problem (also on
previous version).
Sometimes, when I try to do an attended transfer to another internal with
default feature *2, Asterisk doesn't make it (it doesn't play
'pbx-transfer'). Sometimes on second time, Asterisk make transfer correctly.
I have this problem on variuos type of SIP phones (GrandStream, Aastra,
2016 Feb 19
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Le 18/02/2016 11:03, Richard Mudgett a ?crit :
> I've been using Grandstream phones for more than 10 years, but onl
y
> yesterday tried to use Early Dial... and I failed. What is needed
on the
> Asterisk side to reply 484 to INVITE? Phones are talking to chan_p
jsip
> on Asterisk-13.7.1.
>
>
> Look into the
2005 Sep 13
1
Dialplan Design Q
I have to design a dialplan for mulitple contexts (multiple companies)
and I'm not sure how to go about it and I thought someone may offer
help. Here is some background. There are three separate companies,
let's say A, B and C. Each has their own context and each has their own
set of numbers (these are just examples, not the actual config):
[ContextA]
exten =>
2016 Feb 19
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Bryant,
Thanks for your reply.
It didn't work immediately, I had to create a second context, or else it
was looping between the second and first line. This seems to work:
[earlydial] ; Test Early Dial
exten => _.,1,Set(l_Extension=${EXTEN})
exten => _.,n,Goto(earlydial2,${l_Extension},1)
[earlydial2]
exten => _.,n,Goto(noMatch,1)
2005 Jul 03
1
Connecting two servers - dial string
Scenario:
Both boxes are behind firewall, port udp 4569 is open.
If I don't want the username and password in dialing string do I have to
use register statement in IAX.CONF.
Can anybody post some working samples; I have a hard time making it to
work with the samples posted on wiki.
--
#Joseph
2016 Feb 18
2
Grandstream Early Dial
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I've been using Grandstream phones for more than 10 years, but only
yesterday tried to use Early Dial... and I failed. What is needed on the
Asterisk side to reply 484 to INVITE? Phones are talking to chan_pjsip
on Asterisk-13.7.1.
Thanks,
- --
Jean-Denis Girard
SysNux Syst?mes Linux en Polyn?sie fran?aise
2009 Jan 26
0
goto iax problem
Dear,
the goto function to the iax dialing, makes bill duration and call duration wrong, in cdr.they are equal to ringing time.
the cdr will be produced and saved into the dbase, when the callee picks up the phone.
is any way to have real duration time ?
[main]
exten => _1X.,1,GOTO(LOPL,${EXTEN},1)
....
[LOPL]
exten => _X.,1,Dial(IAX2/MAIN/${EXTEN},60)
2005 Sep 04
1
Option 1 in IVR menu
Hi all,
I'm trying to setup a simple IVR menu in a context in extensions.conf. So
far, I have:
extension s for playing back the menu
# to repeat it
* for directory
0 for operator
1 which goes to another context: exten => 1,1,GoTo(option_1,s,1)
Here is what I have in extensions.conf:
[incoming]
; main greeintg
exten => s, 1, Ringing
exten => s, 2, Wait(10)
exten => s, 3, NoOp()
2004 Jan 17
1
Registering multiple FWD accounts
Can multiple FWD accounts be registered?
I have the following output in my sip.conf file:
register=74928:xxx@fwd.pulver.com/74928
register=75160:xxx@fwd.pulver.com/75160
register=74573:xxx@fwd.pulver.com/74573
[fwd-74928]
type=friend
secret=xxx
username=74928
host=fwd.pulver.com
[fwd-75160]
type=friend
secret=xxx
username=75160
host=fwd.pulver.com
[fwd-74573]
type=friend
secret=xxx