[asterisk-users] Good Day! 2010.10.17.21.4.4

2010-10-17 Thread Ahmed Magdy
Dear friend,
Welcome to our website (www.ebay365.org), We're in the wholesale and
retail of a comprehensive business website. unexpected surprises for
you. Shopping at our website more favorable, high quality products,
excellent service, the good faith management, Many of the product
category will enable you to choose our long-term cooperation.
Need more details, please contact our online

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Problems in Asterisk Real Time (Urgent help )

2010-02-24 Thread ahmed magdy
Hello,

Asterisk Real time database worked on astersik 1.6.2.0 but now i am working
on Asterisk to latest version which is 1.6.2.2 ,there is a a warning
[Feb 24 16:26:14] WARNING[4053]: config.c:2025 find_engine: Realtime mapping
for 'sippeers' found to engine 'mysql', but the engine is not available
[Feb 24 16:26:14] NOTICE[4053]: chan_sip.c:21500 handle_request_register:
Registration from '"555">'
failed for '192.168.50.105' - No matching peer found

is there a problem in version compatability?

if anyone knows anything ,help me please.

-- 

Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk Database

2010-01-28 Thread ahmed magdy
Hello

I am trying to attach a database to asterisk , can anyone help me?
in extconfig.conf sipusers => mysql,general,sip
in res_mysql.conf [general]
dbhost = 192.168.50.125
dbname = asterisk
dbuser = root
dbpass = ahmed
dbport = 3306
dbsock = /tmp/mysql.sock

i created a table in MySql
CREATE TABLE `sip` (
   `name` varchar(40) NOT NULL default '',`username` varchar(40) default
'',`typee` varchar(6) NOT NULL default '',`secret` varchar(40) default '',
   `context` varchar(40) NOT NULL default '',
   `host` varchar(31) NOT NULL default 'dynamic',
   PRIMARY KEY  (`name`)
 ) TYPE=MyISAM

I insreted a data which is insert into sip values
('555','555','peer','1234','555','dynamic')
but i couldn't register from X-lite because Asterisk doesn't see this peer
please help me urgent
-- 
Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Database Configration

2010-01-27 Thread ahmed magdy
Hello

I need to add sip extensions from my UI so without going through sip.conf so
i created table
CREATE TABLE `sipfriends` (
   `name` varchar(40) NOT NULL default '',
   `username` varchar(40) default '',
   `secret` varchar(40) NOT NULL default '',
   `context` varchar(40) NOT NULL default '',
   `ipaddr` varchar(20) NOT NULL default '',
   `port` int(6) NOT NULL default '0',
   `regseconds` int(11) NOT NULL default '0',
   PRIMARY KEY  (`name`)
 ) TYPE=MyISAM
then i put sip.conf
[general]
hostname=localhost
dbname=asterisk
table= sipfriends
password=ahmed
user=root
then i insert in sql this statment  insert into sipfriends values
('555','555','1234','555','192.168.50.149',5060,2);
i tried from Xlite to register with 555 but i couldn't
any help please

-- 
Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk Database Configuration

2010-01-27 Thread ahmed magdy
Hello

I need to add sip extensions from my UI so without going through sip.conf so
i created table
CREATE TABLE `sipfriends` (
   `name` varchar(40) NOT NULL default '',
   `username` varchar(40) default '',
   `secret` varchar(40) NOT NULL default '',
   `context` varchar(40) NOT NULL default '',
   `ipaddr` varchar(20) NOT NULL default '',
   `port` int(6) NOT NULL default '0',
   `regseconds` int(11) NOT NULL default '0',
   PRIMARY KEY  (`name`)
 ) TYPE=MyISAM
then i put sip.conf
[general]
hostname=localhost
dbname=asterisk
table= sipfriends
password=ahmed
user=root
then i insert in sql this statment  insert into sipfriends values
('555','555','1234','555','192.168.50.149',5060,2);
i tried from Xlite to register with 555 but i couldn't
any help please

-- 
Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Jabber Server

2010-01-23 Thread ahmed magdy
Hello,

I need to get the status of SIP clients (Available,busy,Ideal) ,i have
integrated open fire (XMPP server) with Asterisk, i tested it with XMPP
client spark web client, the point now i need to work with SIP client
(Xlite,SJphone) so how can i handle this issue?
Thanks

-- 
Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] B2bua

2010-01-18 Thread ahmed magdy
Hello,

I need to implement B2bua in Asterisk by using java fastagi could any one
give me any idea?
Thanks

-- 
Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Extension Status

2010-01-11 Thread ahmed magdy
Hello,

I am new in Asterisk Community, i am working on Asterisk 1.6, i need to know
how can i monitor the extension status?
when i wrote sip show peers on asterisk
Extension Domain port Status
111/111(Unspecified)D  0Unmonitored
1300/1300  192.168.50.111   D  5060 Unmonitored
222/222192.168.50.111   D  1758 Unmonitored

the status is unmonitored , i am tried to change the status from Sjphone or
Xlite or Express talk but it doesn't effect .
could you help me please?
Thanks


-- 
Ahmed Magdy Mahmoud
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Fastagi-mapping problem

2010-01-06 Thread ahmed magdy
Hello

I am new  in Asterisk Java, i am working on Asterisk 1.6.2.0 , i started the
first example Hello AGI in this tutorial
http://asterisk-java.org/development/tutorial.html  I put the jar file and
the proparty file in folder
i wrote in extensions.conf this  exten => 1300,1,AGI(agi://
192.168.50.127/hello.agi,${EXTEN},${UNIQUEID},${CALLERID(name)})
I started AGI server ,then when i call extension 1300 i am facing this error
 Resource bundle 'fastagi-mapping' is missing
and  No script configured for URL 'agi://192.168.50.127/hello.agi' (script
'hello.agi')
please can anyone help me ?
Thanks

-- 
Ahmed Magdy Mahmoud
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users