List Info

Thread: Re: Asterisk and GXV-3000




Re: Asterisk and GXV-3000
user name
2007-04-16 06:29:58
Dear Dave,
 
 
I logged in with admin user to Asterisk 1.4.
But I can not find sip.conf , please tell me the path ?
 
Also, should I login with root or admin ? I don't know the password of root
 
 


dave cantera <david.canteraiacnet.net> wrote:
aa,
sorry the command for video are
videosupport=yes not supportvideo=yes
allow=h264



A. A. wrote:
>; Hi
>
> Can I use Grandstream GXV-3000 Video Phones with AsteriskNow 1.4 ?
> Should I modify anything in config or do whatever ?
>
>
>
> ------------------------------------------------------------------------
>; Ahhh...imagining that irresistible "new car" smell?
>; Check out new cars at Yahoo! Autos.
>
>
> ------------------------------------------------------------------------
>;
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
&gt; asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>; http://lists.digium.com/mailman/listinfo/asterisk-video
>
> ------------------------------------------------------------------------
>;
> No virus found in this incoming message.
&gt; Checked by AVG Free Edition.
&gt; Version: 7.5.446 / Virus Database: 269.0.0/752 - Release Date: 04/08/2007 08:34 PM
>

--
Building Strong Relationships w/ Intelligent Customer Service
--

Interlocking Business Solutions, LLC
856-380-0894 x5000


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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


Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.
Re: Asterisk and GXV-3000
user name
2007-04-16 07:30:54
aa,
    You are logged into AsteriskGUI. To do what dave said,
you have to
log into the server via ssh and then edit
/etc/asterisk/sip.conf.

Greets.

On 4/16/07, A. A. <marcheloo_boyyahoo.com> wrote:
> Dear Dave,
>
>
> I logged in with admin user to Asterisk 1.4.
> But I can not find sip.conf , please tell me the path
?
>
> Also, should I login with root or admin ? I don't know
the password of root
>
>
>
>
> dave cantera <david.canteraiacnet.net> wrote:
> aa,
> sorry the command for video are
> videosupport=yes not supportvideo=yes
> allow=h264
>
>
>
> A. A. wrote:
> > Hi 
> >
> > Can I use Grandstream GXV-3000 Video Phones with
AsteriskNow 1.4 ?
> > Should I modify anything in config or do whatever
?
> >
> >
> >
> >
>
------------------------------------------------------------
------------
> > Ahhh...imagining that irresistible "new
car" smell?
> > Check out new cars at Yahoo! Autos.
> >
> >
> >
>
------------------------------------------------------------
------------
> >
> > _______________________________________________
> > --Bandwidth and Colocation provided by
Easynews.com --
> >
> > asterisk-video mailing list
> > To UNSUBSCRIBE or update options visit:
> >
> http://lists.digium.com/mailman/listinfo/asterisk-video
> >
> >
>
------------------------------------------------------------
------------
> >
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.5.446 / Virus Database: 269.0.0/752 -
Release Date: 04/08/2007
> 08:34 PM
> >
>
> --
> Building Strong Relationships w/ Intelligent Customer
Service
> --
>
> Interlocking Business Solutions, LLC
> 856-380-0894 x5000
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-video
>
>
>
>  ________________________________
> Ahhh...imagining that irresistible "new car"
smell?
>  Check out new cars at Yahoo! Autos.
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-video
>
>


-- 
Facundo Ameal.
fameal<at>gmail<dot>com
Linux User #395088

Share your knowledge, use free software.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Re: Asterisk and GXV-3000
country flaguser name
United States
2007-04-16 19:49:30
aa,
sip.conf is in /etc/asterisk...

to gain root access in *NOW, at the CLI> prompt, type  
'sh'.  this will 
provide you a root # prompt (don't tell digium!)...  once
there, type at 
the shell #, type 'passwd' then enter your new root passwd. 
at any 
console 'alt', 'ctl', F2 (simultaneously pressed) , for
example, you 
will get a login prompt... from there cd /etc/asterisk and
you can vi 
sip.conf.

once *NOW sip.conf is modified this way, you can not use the
gui as  the 
user info is in users.conf... if you want to continue to use
the gui (I 
don't know why as it doesn't work sufficiently enough IMHO)
you should 
modify the users.conf file instead.

users.conf entry is quite different than a similar sip.conf
entry for a 
user...
[402]
fullname = x402
secret = 402
email = davidiacnet.net
cid_number = 402
sipchan = 402
;context = local
hasvoicemail = yes
hasdirectory = yes
hassip = yes
hasmanager = no
;callwaiting = yes
;threewaycalling = yes
mailbox = 402
;hasagent = yes
host = dynamic
hasiax = no

whereas sip.conf for the same user would be
[402]
type=friend
accountcode=local-01
callerid=402 <(800)000-0402>
secret=7890
qualify=500
nat=no
host=dynamic
dtmfmode=info
context=inbound
allow=ulaw
allow=alaw
allow=gsm
mailbox=402default

remember, the dialplan and sip.conf both are generated
on-the-fly using 
users.conf...

hope that helps...
daveC


A. A. wrote:
> Dear Dave,
>  
>  
> I logged in with admin user to Asterisk 1.4.
> But I can not find sip.conf , please tell me the path
?
>  
> Also, should I login with root or admin ? I don't know
the password of 
> root
>  
>  
>
>
> */dave cantera <david.canteraiacnet.net>/* wrote:
>
>     aa,
>     sorry the command for video are
>     videosupport=yes not supportvideo=yes
>     allow=h264
>
>
>
>     A. A. wrote:
>     > Hi 
>     >
>     > Can I use Grandstream GXV-3000 Video Phones
with AsteriskNow 1.4 ?
>     > Should I modify anything in config or do
whatever ?
>     >
>     >
>     >
>     >
>    
------------------------------------------------------------
------------
>     > Ahhh...imagining that irresistible "new
car" smell?
>     > Check out new cars at Yahoo! Autos.
>     >
>     >
>     >
>    
------------------------------------------------------------
------------
>     >
>     >
_______________________________________________
>     > --Bandwidth and Colocation provided by
Easynews.com --
>     >
>     > asterisk-video mailing list
>     > To UNSUBSCRIBE or update options visit:
>     > http://lists.digium.com/mailman/listinfo/asterisk-video
>     >
>     >
>    
------------------------------------------------------------
------------
>     >
>     > No virus found in this incoming message.
>     > Checked by AVG Free Edition.
>     > Version: 7.5.446 / Virus Database: 269.0.0/752
- Release Date:
>     04/08/2007 08:34 PM
>     >
>
>     -- 
>     Building Strong Relationships w/ Intelligent
Customer Service
>     --
>
>     Interlocking Business Solutions, LLC
>     856-380-0894 x5000
>
>
>     _______________________________________________
>     --Bandwidth and Colocation provided by Easynews.com
--
>
>     asterisk-video mailing list
>     To UNSUBSCRIBE or update options visit:
>     http://lists.digium.com/mailman/listinfo/asterisk-video
>
>
>
------------------------------------------------------------
------------
> Ahhh...imagining that irresistible "new car"
smell?
> Check out new cars at Yahoo! Autos. 
> <http://us.rd.yahoo.com/e
vt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1
YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-
> 
>
>
------------------------------------------------------------
------------
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-video
>   
>
------------------------------------------------------------
------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 269.4.0/762 -
Release Date: 04/15/2007 04:22 PM
>   

-- 
Building Strong Relationships w/ Intelligent Customer
Service
--

Interlocking Business Solutions, LLC
856-380-0894 x5000


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )