Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
Feb 17 20:42:17 NOTICE[2746]: chan_sip.c:5529 sip_reg_timeout:--
Registration for '11012012...@proxy.ideasip.com' timed out, trying again
(Attempt #119)
-- parse_srv: SRV mapped to host proxy.ideasip.com, port 5060
-- Got SIP response 479 "Please don't use private IP addresses" back
from 208.97.25.11



I cant use Ideasip ???


On Thu, Feb 18, 2010 at 7:12 AM, David @ULC  wrote:

>
> So, this will change :
>
> register => 11012012600:passw...@proxy.ideasip.com/11012012600
>
> [ideasip]
> type=friend
> secret=password
> username=11012012600
> host=proxy.ideasip.com
> insecure=very
> fromdomain=proxy.ideasip.com
>
> exten => _1101XXX,1,SetCallerID(Your Name <11012012600>)
> exten => 
> _1101XXX,2,Dial(SIP/${ext...@proxy.ideasip.com
> )
> exten => _1101XXX,3,Hangup
>
>
> Feb 17 20:42:17 NOTICE[2746]: chan_sip.c:5529 sip_reg_timeout:--
> Registration for '11012012...@proxy.ideasip.com' timed out, trying again
> (Attempt #119)
> -- parse_srv: SRV mapped to host proxy.ideasip.com, port 5060
> -- Got SIP response 479 "Please don't use private IP addresses" back
> from 208.97.25.11
>
>
>
>
>
> On Thu, Feb 18, 2010 at 5:34 AM, David @ULC  wrote:
>
>>
>> hmmm Ok..
>>
>> Is this a Asterisk Question ?
>>
>> I have a setting as  :
>>
>> Global Settings :
>> ---
>> SipIpkall = SIP/fwd
>>
>> Dialplan Entry :
>> 
>> exten => 11012012600,1,Ringing call ringing
>> exten => 11012012600,2,Wait(1) Wait 1 second for CID delivery from
>> PRI
>> exten => 11012012600,3,Answer  Answer the line
>> exten =>
>> 11012012600,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-LB-SALESLINE-11012012600-Closer-park--999-1-TESTCAMP)
>> exten => 11012012600,5,Hangup
>>
>>
>> Registration String: :
>> ---
>> register 
>> =>11012012600:passw...@66.54.140.46<11012012600%3apassw...@66.54.140.46>
>>
>>
>> Sip Entry :
>> --
>> [fwd]
>> type=friend
>> secret=password
>> username=11012012600
>> host=66.54.140.46
>>
>>
>>
>> I get in CLI ::
>>
>> Feb 17 19:03:17 NOTICE[2554]: chan_sip.c:5529 sip_reg_timeout:--
>> Registration for '11012012...@66.54.140.46' timed out, trying again
>> (Attempt #18)
>>
>> When I try to Ping from my CentOS , I can ping 66.54.140.46.
>>
>>
>> On Thu, Feb 18, 2010 at 3:11 AM, David @ULC  wrote:
>>
>>>
>>> Looks like IdeaSip need STATIC ip else it doesnt work.
>>>
>>> .
>>>
>>>
>>> On Thu, Feb 18, 2010 at 3:02 AM, David @ULC  wrote:
>>>
 Ok

 I can use

 Dyndns.org

 I registered myself.





 easy.selfip.com 
  
 successfully activated.








 Hostname 



 Service 



 Details 



 Last Updated 
 easy.selfip.com
  
 Offline



 127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM


 What next ???


 On Thu, Feb 18, 2010 at 2:45 AM, David @ULC wrote:

> I dont have a Static IP.
>
> How can I ask IPKall to send call to my Asterisk ?
>
>

>>>
>>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
http://i50.tinypic.com/120rwya.jpg



On Thu, Feb 18, 2010 at 7:12 AM, David @ULC  wrote:

>
> So, this will change :
>
> register => 11012012600:passw...@proxy.ideasip.com/11012012600
>
> [ideasip]
> type=friend
> secret=password
> username=11012012600
> host=proxy.ideasip.com
> insecure=very
> fromdomain=proxy.ideasip.com
>
> exten => _1101XXX,1,SetCallerID(Your Name <11012012600>)
> exten => 
> _1101XXX,2,Dial(SIP/${ext...@proxy.ideasip.com
> )
> exten => _1101XXX,3,Hangup
>
>
> Feb 17 20:42:17 NOTICE[2746]: chan_sip.c:5529 sip_reg_timeout:--
> Registration for '11012012...@proxy.ideasip.com' timed out, trying again
> (Attempt #119)
> -- parse_srv: SRV mapped to host proxy.ideasip.com, port 5060
> -- Got SIP response 479 "Please don't use private IP addresses" back
> from 208.97.25.11
>
>
>
>
>
> On Thu, Feb 18, 2010 at 5:34 AM, David @ULC  wrote:
>
>>
>> hmmm Ok..
>>
>> Is this a Asterisk Question ?
>>
>> I have a setting as  :
>>
>> Global Settings :
>> ---
>> SipIpkall = SIP/fwd
>>
>> Dialplan Entry :
>> 
>> exten => 11012012600,1,Ringing call ringing
>> exten => 11012012600,2,Wait(1) Wait 1 second for CID delivery from
>> PRI
>> exten => 11012012600,3,Answer  Answer the line
>> exten =>
>> 11012012600,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-LB-SALESLINE-11012012600-Closer-park--999-1-TESTCAMP)
>> exten => 11012012600,5,Hangup
>>
>>
>> Registration String: :
>> ---
>> register 
>> =>11012012600:passw...@66.54.140.46<11012012600%3apassw...@66.54.140.46>
>>
>>
>> Sip Entry :
>> --
>> [fwd]
>> type=friend
>> secret=password
>> username=11012012600
>> host=66.54.140.46
>>
>>
>>
>> I get in CLI ::
>>
>> Feb 17 19:03:17 NOTICE[2554]: chan_sip.c:5529 sip_reg_timeout:--
>> Registration for '11012012...@66.54.140.46' timed out, trying again
>> (Attempt #18)
>>
>> When I try to Ping from my CentOS , I can ping 66.54.140.46.
>>
>>
>> On Thu, Feb 18, 2010 at 3:11 AM, David @ULC  wrote:
>>
>>>
>>> Looks like IdeaSip need STATIC ip else it doesnt work.
>>>
>>> .
>>>
>>>
>>> On Thu, Feb 18, 2010 at 3:02 AM, David @ULC  wrote:
>>>
 Ok

 I can use

 Dyndns.org

 I registered myself.





 easy.selfip.com 
  
 successfully activated.








 Hostname 



 Service 



 Details 



 Last Updated 
 easy.selfip.com
  
 Offline



 127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM


 What next ???


 On Thu, Feb 18, 2010 at 2:45 AM, David @ULC wrote:

> I dont have a Static IP.
>
> How can I ask IPKall to send call to my Asterisk ?
>
>

>>>
>>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
So, this will change :

register => 11012012600:passw...@proxy.ideasip.com/11012012600

[ideasip]
type=friend
secret=password
username=11012012600
host=proxy.ideasip.com
insecure=very
fromdomain=proxy.ideasip.com

exten => _1101XXX,1,SetCallerID(Your Name <11012012600>)
exten => 
_1101XXX,2,Dial(SIP/${ext...@proxy.ideasip.com
)
exten => _1101XXX,3,Hangup


Feb 17 20:42:17 NOTICE[2746]: chan_sip.c:5529 sip_reg_timeout:--
Registration for '11012012...@proxy.ideasip.com' timed out, trying again
(Attempt #119)
-- parse_srv: SRV mapped to host proxy.ideasip.com, port 5060
-- Got SIP response 479 "Please don't use private IP addresses" back
from 208.97.25.11





On Thu, Feb 18, 2010 at 5:34 AM, David @ULC  wrote:

>
> hmmm Ok..
>
> Is this a Asterisk Question ?
>
> I have a setting as  :
>
> Global Settings :
> ---
> SipIpkall = SIP/fwd
>
> Dialplan Entry :
> 
> exten => 11012012600,1,Ringing call ringing
> exten => 11012012600,2,Wait(1) Wait 1 second for CID delivery from PRI
> exten => 11012012600,3,Answer  Answer the line
> exten =>
> 11012012600,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-LB-SALESLINE-11012012600-Closer-park--999-1-TESTCAMP)
> exten => 11012012600,5,Hangup
>
>
> Registration String: :
> ---
> register 
> =>11012012600:passw...@66.54.140.46<11012012600%3apassw...@66.54.140.46>
>
>
> Sip Entry :
> --
> [fwd]
> type=friend
> secret=password
> username=11012012600
> host=66.54.140.46
>
>
>
> I get in CLI ::
>
> Feb 17 19:03:17 NOTICE[2554]: chan_sip.c:5529 sip_reg_timeout:--
> Registration for '11012012...@66.54.140.46' timed out, trying again
> (Attempt #18)
>
> When I try to Ping from my CentOS , I can ping 66.54.140.46.
>
>
> On Thu, Feb 18, 2010 at 3:11 AM, David @ULC  wrote:
>
>>
>> Looks like IdeaSip need STATIC ip else it doesnt work.
>>
>> .
>>
>>
>> On Thu, Feb 18, 2010 at 3:02 AM, David @ULC  wrote:
>>
>>> Ok
>>>
>>> I can use
>>>
>>> Dyndns.org
>>>
>>> I registered myself.
>>>
>>>
>>>
>>>
>>> easy.selfip.com 
>>>  
>>> successfully activated.
>>>
>>>
>>>
>>>
>>>
>>>
>>> Hostname 
>>>
>>>
>>> Service 
>>>
>>>
>>> Details 
>>>
>>>
>>> Last Updated 
>>> easy.selfip.com
>>>  
>>> Offline
>>>
>>>
>>> 127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM
>>>
>>>
>>> What next ???
>>>
>>>
>>> On Thu, Feb 18, 2010 at 2:45 AM, David @ULC  wrote:
>>>
 I dont have a Static IP.

 How can I ask IPKall to send call to my Asterisk ?


>>>
>>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP

2010-02-17 Thread Steve Edwards
On Thu, 18 Feb 2010, David @ULC wrote:

>> Is this a Asterisk Question ?

[snip]

>> register 
>> =>11012012600:passw...@66.54.140.46<11012012600%3apassw...@66.54.140.46>

Nope.

ipkall.com does not accept registration. If you had googled for "asterisk 
ipkall registration" you would have had your answer an hour ago.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

-- 
_
-- 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


Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
Feb 17 19:19:04 NOTICE[2554]: chan_sip.c:10077 handle_response_peerpoke:
Peer '11012012600' is now TOO LAGGED! (2567ms / 2000ms)

On Thu, Feb 18, 2010 at 5:34 AM, David @ULC  wrote:

>
> hmmm Ok..
>
> Is this a Asterisk Question ?
>
> I have a setting as  :
>
> Global Settings :
> ---
> SipIpkall = SIP/fwd
>
> Dialplan Entry :
> 
> exten => 11012012600,1,Ringing call ringing
> exten => 11012012600,2,Wait(1) Wait 1 second for CID delivery from PRI
> exten => 11012012600,3,Answer  Answer the line
> exten =>
> 11012012600,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-LB-SALESLINE-11012012600-Closer-park--999-1-TESTCAMP)
> exten => 11012012600,5,Hangup
>
>
> Registration String: :
> ---
> register 
> =>11012012600:passw...@66.54.140.46<11012012600%3apassw...@66.54.140.46>
>
>
> Sip Entry :
> --
> [fwd]
> type=friend
> secret=password
> username=11012012600
> host=66.54.140.46
>
>
>
> I get in CLI ::
>
> Feb 17 19:03:17 NOTICE[2554]: chan_sip.c:5529 sip_reg_timeout:--
> Registration for '11012012...@66.54.140.46' timed out, trying again
> (Attempt #18)
>
> When I try to Ping from my CentOS , I can ping 66.54.140.46.
>
>
> On Thu, Feb 18, 2010 at 3:11 AM, David @ULC  wrote:
>
>>
>> Looks like IdeaSip need STATIC ip else it doesnt work.
>>
>> .
>>
>>
>> On Thu, Feb 18, 2010 at 3:02 AM, David @ULC  wrote:
>>
>>> Ok
>>>
>>> I can use
>>>
>>> Dyndns.org
>>>
>>> I registered myself.
>>>
>>>
>>>
>>>
>>> easy.selfip.com 
>>>  
>>> successfully activated.
>>>
>>>
>>>
>>>
>>>
>>>
>>> Hostname 
>>>
>>>
>>> Service 
>>>
>>>
>>> Details 
>>>
>>>
>>> Last Updated 
>>> easy.selfip.com
>>>  
>>> Offline
>>>
>>>
>>> 127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM
>>>
>>>
>>> What next ???
>>>
>>>
>>> On Thu, Feb 18, 2010 at 2:45 AM, David @ULC  wrote:
>>>
 I dont have a Static IP.

 How can I ask IPKall to send call to my Asterisk ?


>>>
>>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
hmmm Ok..

Is this a Asterisk Question ?

I have a setting as  :

Global Settings :
---
SipIpkall = SIP/fwd

Dialplan Entry :

exten => 11012012600,1,Ringing call ringing
exten => 11012012600,2,Wait(1) Wait 1 second for CID delivery from PRI
exten => 11012012600,3,Answer  Answer the line
exten =>
11012012600,4,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRC-LB-SALESLINE-11012012600-Closer-park--999-1-TESTCAMP)
exten => 11012012600,5,Hangup


Registration String: :
---
register 
=>11012012600:passw...@66.54.140.46<11012012600%3apassw...@66.54.140.46>


Sip Entry :
--
[fwd]
type=friend
secret=password
username=11012012600
host=66.54.140.46



I get in CLI ::

Feb 17 19:03:17 NOTICE[2554]: chan_sip.c:5529 sip_reg_timeout:--
Registration for '11012012...@66.54.140.46' timed out, trying again (Attempt
#18)

When I try to Ping from my CentOS , I can ping 66.54.140.46.


On Thu, Feb 18, 2010 at 3:11 AM, David @ULC  wrote:

>
> Looks like IdeaSip need STATIC ip else it doesnt work.
>
> .
>
>
> On Thu, Feb 18, 2010 at 3:02 AM, David @ULC  wrote:
>
>> Ok
>>
>> I can use
>>
>> Dyndns.org
>>
>> I registered myself.
>>
>>
>>
>> easy.selfip.com 
>>  
>> successfully activated.
>>
>>
>>
>>
>> Hostname 
>>
>> Service 
>>
>> Details 
>>
>> Last Updated 
>> easy.selfip.com
>>  
>> Offline
>>
>> 127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM
>>
>>
>> What next ???
>>
>>
>> On Thu, Feb 18, 2010 at 2:45 AM, David @ULC  wrote:
>>
>>> I dont have a Static IP.
>>>
>>> How can I ask IPKall to send call to my Asterisk ?
>>>
>>>
>>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP

2010-02-17 Thread Steve Edwards
> Wednesday, February 17, 2010, 10:40:18 PM, Steve wrote:
>
>> Congratulation. Doesn't it feel great to help yourself rather than
>> bothering the mailing list with questions that have nothing to do with
>> Asterisk? And it only took you 17 minutes!

On Wed, 17 Feb 2010, Gergo Csibra wrote:

> Much better than cool dude :)

David has a long history of asking stupid questions unrelated to Asterisk.

It's good that he is learning to care for himself.

Maybe someday his parents will let him use the "pointy-scissors."

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

-- 
_
-- 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


Re: [asterisk-users] Static IP

2010-02-17 Thread Gergo Csibra
Wednesday, February 17, 2010, 10:40:18 PM, Steve wrote:

> Congratulation. Doesn't it feel great to help yourself rather than
> bothering the mailing list with questions that have nothing to do with 
> Asterisk? And it only took you 17 minutes!

Much better than cool dude :)

-- 
Best regards,
 Gergomailto:csi...@gmail.com


-- 
_
-- 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


Re: [asterisk-users] Static IP

2010-02-17 Thread Steve Edwards
On Thu, 18 Feb 2010, David @ULC wrote:

> I dont have a Static IP.

On Thu, 18 Feb 2010, David @ULC wrote:

> Ok
>
> I can use
>
> Dyndns.org
>
> I registered myself.

Congratulation. Doesn't it feel great to help yourself rather than 
bothering the mailing list with questions that have nothing to do with 
Asterisk? And it only took you 17 minutes!

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

-- 
_
-- 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


Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
Looks like IdeaSip need STATIC ip else it doesnt work.

.

On Thu, Feb 18, 2010 at 3:02 AM, David @ULC  wrote:

> Ok
>
> I can use
>
> Dyndns.org
>
> I registered myself.
>
>
> easy.selfip.com 
>  
> successfully activated.
>
>
> Hostname 
> Service 
> Details 
> Last Updated 
> easy.selfip.com
>  Offline
> 127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM
>
>
> What next ???
>
>
> On Thu, Feb 18, 2010 at 2:45 AM, David @ULC  wrote:
>
>> I dont have a Static IP.
>>
>> How can I ask IPKall to send call to my Asterisk ?
>>
>>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP

2010-02-17 Thread David @ULC
Ok

I can use

Dyndns.org

I registered myself.

easy.selfip.com

successfully activated.
Hostname 
Service
Details
Last
Updated 
easy.selfip.com
Offline
127.0.0.1 (not in DNS)Feb. 17, 2010 4:30 PM


What next ???


On Thu, Feb 18, 2010 at 2:45 AM, David @ULC  wrote:

> I dont have a Static IP.
>
> How can I ask IPKall to send call to my Asterisk ?
>
>
-- 
_
-- 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

Re: [asterisk-users] Static IP for SIP?

2008-08-25 Thread Ruchir
Having static IP is not necessary. You can register to the gateway using
username/password and send calls. If your provider do authentication based
on static IP then only you need it.

On Mon, Aug 25, 2008 at 4:53 PM, Shariq Khan <[EMAIL PROTECTED]>wrote:

> Beginner Question
> ---
>
> Is it necessary to have an static or fixed IP for asterisk for dialing out
> on SIP.
>
> Is there any effect on the call, if i dont have any static IP only for
> outgoing calling?
>
>
> Shariq
>
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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