With this configuration in the sip, I have now added a couple of context in
extensions.conf, does this seem right?

 

[from-mci]

exten=>64747xxxxx,1,Answer()

exten=>64747xxxxx,n,Dial(SIP/601)

exten=>64747xxxxx,n,Hangup()

 

the x's are the actual number that is filled in.

 

when I dial the number I still don't see anything on the CLI, and my phone
doesn't ring obviously.

 

  _____  

From: Remzi Semsettin Turer [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 10, 2007 10:54 AM
To: [email protected]
Subject: RE: [on-asterisk] Connect to Gateway with just IP address
Authentication

 

You are in luck :-)

 

Here is a sample from our Asterisk 1.4, sip.conf

 

[mci1]

host=209.47.1.157

type=peer

insecure=port,invite

dtmfmode=inband

disallow=all

allow=ulaw

allow=alaw

allow=gsm

allow=g723

allow=g729

context=from_mci

 

[mci2]

host=209.47.1.158

type=peer

insecure=port,invite

dtmfmode=inband

disallow=all

allow=ulaw

allow=alaw

allow=gsm

allow=g723

allow=g729

context=from_mci

 

If you need further help, let me know.

 

From: John Oladehinde [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 10, 2007 10:51 AM
To: [email protected]
Subject: [on-asterisk] Connect to Gateway with just IP address
Authentication

 

I am trying to test out MCI's sip service.  I was provisioned with just two
IP addresses of the gateway that I am connecting to.  And some did's.  I was
told that the IP address that I gave them was what I was going to be
authenticated with, along with some ID I think.  Has anybody heard of this,
and if so, how do I setup a register for that?

 

Best regards,

Reply via email to