Displaying 20 results from an estimated 10000 matches similar to: "callerid PSTN->IAX problem"
2006 Oct 25
3
Quintum DX as gateway to PSTN for Asterisk
Hello,
I try configuring Quintum DX gateway as link to PSTN for *. Now, I can dial number which is connect to Quintum, and call is diverted to *. I don't know what I should set, if I want call from SIP_phone registred in Asterisk to PSTN via Quitnum. I set in sip.conf account for Quintum
[sip_proxy-out]
type=peer
outboundproxy=QUINTUM_IP
, and changed extensions.conf. When
2003 Aug 06
1
X100P CallerID issue solved for my PSTN connection
Hi all,
With a great help from Richard Alexander (thanks Richard!) I have now a
functional CallerID on my X100P.
This is what I have done:
- update to the latest CVS (as today at 5:00pm GMT)
- modify the callerid.c file in the asterisk source like that.
original :
/* MDMF */
/* Go through each element and
process */
2005 Jan 07
1
specific call transfer
Hi,
is it possible to transfer an incomming call to another ext. without
answering? I'm not talking about (un)conditional redirection but
functionality, when calee can each time decide whether answer the phone
or transfer it to any other phone.
2010 Feb 25
1
Got Anonymous from DID incoming call and can't re-send to another asterisk with new callerid
Hi,
I have two asterisk servers with the same version of 1.4.29.1.
The first server named it as MYE1. MYE1 is an incoming server that can
accept incoming calls from PSTN(ZAP E1).
The second server is a pbx functions server and named it as MYPBX(SIP).
The sip.conf of MYE1 likes below:
[MYPBX]
type=peer
host=mypbx.abc.com
nat=no
disallow=all
allow=g729
canreinvite=yes
qualify=no
context=default
2004 Apr 29
2
IAX voicemail notification
Hey list (again - annoying bastard I am)
I've played with Firefly/* for a while and I have yet to find a way to
have * send voicemail notification to Firefly. It appears possible using
SIP (no clue whether Firefly supports it) in the sip.conf file, but
there's no mention of anything voicemail-related in the IAX.conf file.
I'm using IAX with Firefly, so that might just be the
2005 May 24
0
IAX Firefly config
hello all...
newbie question:
I have FireFly setup on my laptop and I would like to test this out using
IAX in this scenario:
FireFly Softphone > Asterisk > TDM Gateway
i do not wish to use this on the firefly network, but simply within my own
"3rd party" network as the website and setup of FireFly defines it...
does anyone have a sample iax.conf and extensions.conf i
2005 Jan 18
1
Asterisk and IAX softphone (firefly) problem/question
Quick question from a newbie,
I have asterisk configured to dial IAX extensions (which works). When
dialing from one IAX extension (using Firefly) to another IAX extension
(also using Firefly), the Firefly client rings on the receiving end and
gives the option of accepting or denying the call. However, when I dial in
to Asterix using a VoicePulse number and dial the same extension Firefly
2020 Mar 02
2
No CID between Asterisk using IAX trunk
I am trying to troubleshoot two Asterisk servers that have an IAX2
trunk between them. Calls come and go but there is no CallerID from the
remote server either way. One of the servers is running Asterisk 16 and
the other is an older 1.8 install (I know, I am trying to get permission
to update). The trunk between servers is very simple. Something like:
Server 1 (Mexico)
[panama]
2005 Jul 10
0
How to properly handle incoming SIP and IAX calls, so user can call back and how to properly make outgoing sip/iax calls through Asterisk ?
Hi,
I'm aware that incoming and outgoing calls are going fine when isdn channels
are involved - caller id properly identifies calling party, so user can call
back....
But how to properly handle this for iax, sip calls....
I have few questions :
- BTW, what to type for instance in remote firefly to make standalone calls
to Asterisk default context or particular extension ?
- If I receive
2005 Jul 23
2
(cause 66 - Channel not implemented) -- IAX?
Hi,
I am setting up a small call center using *. I have ZAP setup for
incoming calls and IAX setup for agents. Agents login using
AgentCallbackLogin. When customers call, it's getting picked up and when
queue is trying to call back the agents, I am getting error.
I am using CVS HEAD, and updated just now.
The error is:
-- Executing Answer("Zap/1-1", "") in new
2004 Aug 19
7
Can PSTN CallerID be fowarded to a SIP phone extension?
Hi All,
I have a server setup with an incomming PSTN line and a bunch of
Grandstream BT100 phones. Is there a way for asterisk to foward an
incomming callerID from the PSTN to the SIP phone that is setup as an extension? We have a Voice menu setup for incomming calls and I would like to recieve the caller ID of the calls we are recieving after the incomming caller reaches their final
2004 Jun 23
1
Iax unable to transfer
Dear List
I have notice this kind of problem between my two * box.
My scenario is :
Iax GSM
IaxClient----->PBX1------------>PBX2-->TDM
today CVS Stable V1
I use as Client FireFly with IAX2/GSM and try to call my PBX1 this server call
PBX2 to terminate the call trought a TDM line (TE410P) but after PBX2 join
the two call i can see the log below from my PBX1, i can speak for
2004 Jul 05
1
FireFly client and echo problems with IAX
Hello,
I am having horrible echo problems when using the FireFly client on both the
caller and callee sides of the call. When I use another IAX soft client
like IAXcomm or IAXPhone I do not have the same echo problems. Has anyone
else experienced this and do you know what might be the problem?
Thanks,
dj
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jul 10
2
Way to start CDR when call is bridged ?
Hi,
in dialplan -Asterisk 16.2 from Debian Buster- we have
same = n,Dial(PJSIP/101&PJSIP/102&PJSIP/103,15,tT)
If thew call is not answered after 20 seconds, we launch a new dial with
same and/or other extensions
same = n,Dial(PJSIP/101&PJSIP/104&PJSIP/110,20,tT)
Looking in CDR we have at the end of the call (here we called 3
extensions which where ringing, let say 110
2004 Apr 21
0
FWD <> SIP <> Asterisk <> IAX <> Firefly
Hello,
In my sip.conf I have:
;Register and forward FWD numbers to internal extensions
register => FWDNUMBER:PASSWORD@fwd.pulver.com/9500
Which should register Asterisk at FWD and then when any calls are made to
FWDNUMBER those calls should be forwarded to extension 9500 as specified in
the extensions.conf.
What I am getting is it is trying to dial the 9500 (IAX Firefly) client
twice when
2004 Jun 02
2
Problems with IAX Clients, HELP ME PLEASE.
I donwloaded two IAX Clients (firefly and IAX phone) and they did register
with *. It would make authenticated calls, but wouldn't actually register
with the
server.
When I start the IAX Client the CLI show me the message:
-- Registered '2004' (AUTHENTICATED) at 192.168.199.69:4569
After 5s:
May 21 17:24:41 NOTICE[1133742896]: chan_iax2.c:5035 iax2_poke_noanswer:
Peer
2004 Jun 01
2
iax codec problem
Hi everybody
i have a problem trying to connect an incomming phone call from pstn to my
(soft phone) iaxcomm, the phone rings but when i try to answer the call,
asterisk sends a message like this.
Jun 1 19:33:17 NOTICE[5013528]: channel.c:1223 ast_read: Dropping
incompatible voice frame on IAX2[192.168.222.99:4569]/16 of format GSM since
our native format has changed to ALAW
i'm working
2004 Aug 15
0
Sip to Sip Calls via Asterisk
Hi All,
I have a weird problem. I have asterisk setup using the G729 Codec to
receive Incoming calls both from a SIP Gateway (SER and Quintum) and via
ISDN using i4l and have rules setup in extensions.conf for sending calls out
either back via the SIP Gateway or ISDN. What I want to do is have PSTN
calls come in via the SIP Gateway, be answered by the auto-attendant and
then sent back out to
2005 Sep 15
2
cdr server
Good day all
Is it possable to set asterisk up as a cdr server for other voip units
We got a quintum dx here and its got a option to log to a cdr server on
port 9002
Thanks
Altus
2006 Jun 22
1
Action: Originate PROBLEM
Hi,
I'm straggling with setting up a call via manager interface. Basic
functionality works fine but I try to use this addons:
Application: Playback
Data: beep
when a call is answered by A side, 'beep' is played correctly but no
further action is taken - I got hangup !!!
Why it's not connecting to B side of connection after playing the 'beep'.
When removing