In fact, after entering in Asterisk for the first time, my call is redirected to an other component of my system. This other equiment redirect the same call to Asterisk a second time.

It is something like this (it's an IMS architecture) :

Softphone A --> Equiment --> Asterisk --> Equiment --> Asterisk --> Equipment --> Softphone B

During my first passage in Asterisk, it sends an Invite with "Unknow" in field From. And for my second passage, it have to deny the call because of the sender identity which is "Unknow".

Both of my softphones are not registered on Asterisk but on the equiment you can see before.

Regards

--
Rémi Druilhe

Stefan Gofferje a écrit :
Hi,

[EMAIL PROTECTED] schrieb:
  
I have done what you told me to do, but nothing changed. Always the same
problem.
    

If I understand your dialplan right, your * is still calling itself via
SIP, right?

This is what is called a loop. You should review your dialplan and
replace all dial(SIP/[EMAIL PROTECTED]) by goto(respective_context,exten,pri).

Or are you trying to call SIP clients which are registered to the box?
In that case you don't dial(SIP/[EMAIL PROTECTED]) but dial(SIP/accountname)
while accountname is what stands in [] for that client in your sip.conf.

Terve,
Stefan

  


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

Reply via email to