Displaying 20 results from an estimated 4000 matches similar to: "Help needed on setting up realtime"
2006 Mar 10
3
Dial Out IVR
How can i configure the following scenario,
- User 'A' dials into Asterisk,
- Asterisk puts user 'A' on hold
- Dials Out to User 'B'
- Consults user B' if he wants to take the call (Press 1) or divert to
voicemail (press 2)
- Depending on the option chosen, either user A' call is bridged with the
out call or transfered to voicemail.
Thanks,
Sharath Chandra
2005 May 25
5
C files of Asterisk
Hello Everybody,
I was going thru the C code of Asterisk. Does
anybody know how does one go about modifying the C code of Asterisk? Please
do reply.
Regards,
Bharat M. Sarvan
EZZI BPO Pvt Ltd.,
PUNE.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 17
4
Hi there..
Hello Everybody,
This is Bharat here. I am on the way of learning
Asterisks, and I just wished to know how I go about if got to write
dailplans for outbound calls and inbound calls. If you could provide me with
a simple example, I could get thru.
Waiting for your response
Regards
Bharat M. Sarvan
-------------- next part
2005 Jun 30
2
[Asterisk-Dev] Developing an Application in Asterisk
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
2005 Jan 24
2
asterisk starting problem
Hi,
I have a little problem running Asterisk.
I just got the asterisk, zapttel and libpri sources from cvs.
I built and installed it.
Next I installed the sample configuration.
The problem arise when I try to start Asterisk.
Running
asterisk -vvvvc
I get the following error
[chan_phone.so] => (Linux Telephony API Support)
== Parsing '/etc/asterisk/phone.conf':
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody,
I am working on Fastagi and I am making use of
Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I
am getting the error message when compiling my java code.
----------------------------------------------------------------------------
------------------------------------------------
[root@localhost asterisk-java-0.1]#
2006 Mar 06
1
Unable to start Asterisk 1.2.5 with Asterisk-Addons 1.2.1
Hi all,
I installed the Asterisk 1.2.5 and asterisk-addons 1.2.1 of a new Red Hat
linux box( Linux version 2.4.20-8smp). I was able to compile both the
software but when i start Asterisk, it exits with the following dump.
Error Text Start=========================
[res_crypto.so] => (Cryptographic Digital Signatures)
-- Loaded PUBLIC key 'iaxtel'
-- Loaded PUBLIC key
2019 Feb 08
1
libvirtd (4.9) version takes a long time to start
Hi,
I have installed libvirt 4.9. libvirtd 4.9 takes a long time to come
up. I enabled debug prints and also put my own prints Logs are below
2019-02-06 05:55:49.082+0000: 377: info : libvirt version: 4.9.0
2019-02-06 05:55:49.082+0000: 377: info : hostname: draco
2019-02-06 05:55:49.082+0000: 377: info : virObjectNew:248 : OBJECT_NEW:
obj=0x558e782d8bb0 classname=virAccessManager
2005 May 13
2
Asterisk extensions from Mysql
Hello
I was just stuck around as to how I configure my Asterisk to access
extensions from Mysql. I have made all the necessary changes in the
extconfig.conf, the extensions.conf, res_mysql.conf,
res_config_odbc.conf,res_odbc.conf as they have mentioned on the site
www.voip-info.org <http://www.voip-info.org/> .
But still I am getting the error as
May 13
2005 May 19
1
Asterisk real time extensions problem...
Hello everybody,
I have setup asterisk real time extensions and its
working pretty well. But the problem is when I am jumping between the
contexts using the Goto statement in the database. I am getting a error
= Parsing '/etc/asterisk/sip_notify.conf': Found
-- SIP Seeding peers from Astdb: 'ezzibpo4' at
ezzibpo4@210.211.246.47:5061 for 60
2005 May 19
1
GOTO statement in Realtime-Extensions not working like expected
Hi .. When I use the GoTo statement in realtime to goto a priority only
... E.g. Goto(3) then there's no problem
But, If I try to jump to another context ... E.g.
Goto(othercontext,${EXTEN},3) then it doesn't work
If I process the same statement in extensions.conf things go well
Are there things broken regarding GoTo in combination with Realtime
Extensions ?
2006 Mar 30
1
Asterisk out of Media Path - Call Park
Hi all,
Can i make Asterisk stay out of the media path for call park feature? In the
'sip.conf' i made canreinvite=yes in the general section but it does not
seem to take effect. I don't see any reason for Asterisk to withhold sending
re-invite. I am testing the call park in the single LAN,both on caller side
and reciever side i am using X-Lite phones.
Any suggestions??
Thanks,
2019 Feb 07
0
libvirtd (4.9) version takes a long time to start
Hi,
I have installed libvirt 4.9. libvirtd 4.9 takes a long time to come
up. I enabled debug prints and also put my own prints Logs are below
2019-02-06 05:55:49.082+0000: 377: info : libvirt version: 4.9.0
2019-02-06 05:55:49.082+0000: 377: info : hostname: draco
2019-02-06 05:55:49.082+0000: 377: info : virObjectNew:248 : OBJECT_NEW:
obj=0x558e782d8bb0 classname=virAccessManager
2005 Sep 30
7
porting vmware''s vmdk to domU
Hi!
Is there any experience of converting vmware''s vmdk file to a domU image?
Maybe via extracting vmdk (how?) -> build tar -> untar in domU?
That would be very nice despite replacing the original kernel with a
self-built one and worthy to write a script... :)
Cheers,
Sven.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2004 May 14
4
sip authentication
Good day all
How do I get my asterisk and sip to use the password.I'm using x-lite.If
I use just the username and no password it still logs on?
Here is my sip.conf entry?
[101]
type=friend
callerid="Test User" <101>
context = test_1 ; Default context for incoming calls
username=101
secret=123456
host=dynamic
dtmfmode=inband ; Choices are inband, rfc2833, or info
2005 May 17
0
Asterisk Realtime extensions configuraton..
Hello everybody,
Does anybody know how do we configure the asterisk
realtime extensions using Mysql or ODBC. I have gone through the information
given on the site www.voi-info.org <http://www.voi-info.org/> , but didn't
get thru.
Would you please tell me as to how do I go about
configuring the asterisk realtime extensions. Thanks in
2003 May 16
10
TDMoE
In all the information on Asterisk it takes about TDMoE to link asterisk
servers together. Is this IAX??? How would I use TDMoE.
Maybe my first question should be, What is it???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030516/cd74bddb/attachment.htm
2005 Mar 11
1
SIP-B?
I was just reading the release notes for the latest SPA-841 firmware,
and noticed that Sipura added support for "SIP-B" to this release.
This apparently adds support for bridged line appearances, parking
softkeys, called party ID, external missed call summary support, and a
handful of other useful features. The release notes are available at
2010 Jan 13
3
Recovering a broken mirror
We have a production SunFireV240 that had a zfs mirror until this week. One of the drives (c1t3d0) in the mirror failed.
The system was shutdown and the bad disk replaced without an export.
I don''t know what happened next but by the time I got involved there was no evidence that the remaining good disk (c1t2d0) had ever been part of a ZFS mirror.
Using dd on the raw device I can see data
2004 Jun 18
0
Asterisk does not start when cdr_odbc ist configured
Hi,
i want to load the cdr into oracle using unixODBC.
I'm using RH 9 2.4.20-30.9smp, unixODBC 2.2.6, easysoft odbc driver for oracle 1.3.1.
My unixODBC is working well.
With isql i can connect to the database, do selects, inserts and so on.
I created the table cdr as described on the asterisk wiki site.
When i configure the cdr_odbc.conf with the needed values, then * does not start any