FWD SIP Incoming (no IAX) context pb?

Hello,

I’m fighting with FWD. I read that there are a lot of pb with IAX si I want to use SIP trunk for this.

I have no problem to outbound call SIP number.

I tried all the conf of Wiki without succes for inbound call. Does someone has succedded with this ? When I press “Call Me” button from FWD website, I receive messages, but I can’t route it to the good context with my dialplan.

Someone has a “working” SIP configuration for this ?

Hi,
I have the same problem. Pulver advices to set debug on for IAX2 and show information on the iax2 channels to trace progress. But dialing in shows absolutely no information with these commands. Appearantly this function has not been implemented yet, otherwise there should be some minimal activity on a IAX2-channel.
Regards Jan.

in sip.conf, for the peer you’ve setup what context are you sending inbound sip calls to ? and what does that context look like in extensions.conf ?

Sorry, for the long delay. According to the Pulver documentation you only have to define somethings in iax.conf not in sip.conf. The context for incoming FWD-calls is very simple, just the registered FWD-number and a dialing rule to a local sip-phone. If someone has succeeded with incoming FWD-calls with the septup FWD describes on their site based on IAX-registration.
Regards Jan.

I have the same problem. I have searched every where I can think of.
I worked flawlessly with Asterisk 1.0 but not with 1.2

From asterisk info:[code]
IAX2 Sip Registry

Host Username Perceived Refresh State
192.246.69.186:4569 724335 24.16.208.213:4569 60 Registered
Verbosity is at least 10
Core debug is at least 10

IAX2 Peers

Name/Username Host Mask Port Status
fwd/724335 192.246.69.186 (S) 255.255.255.255 4569 Unmonitored
1 iax2 peers [0 online, 0 offline, 1 unmonitored]
Verbosity is at least 10
Core debug is at least 10
[/code]

Here is what I get with iax debug:

[code]Tx-Frame Retry[-01] – OSeqno: 002 ISeqno: 002 Type: IAX Subclass: ACK
Timestamp: 00129ms SCall: 00001 DCall: 01831 [192.246.69.186:4569]
Tx-Frame Retry[000] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ
Timestamp: 00010ms SCall: 00002 DCall: 00000 [192.246.69.186:4569]
USERNAME : 724XXX
REFRESH : 60

Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REGAUTH
Timestamp: 00015ms SCall: 00239 DCall: 00002 [192.246.69.186:4569]
AUTHMETHODS : 3
CHALLENGE : 580427150
USERNAME : 724XXX

Tx-Frame Retry[000] – OSeqno: 001 ISeqno: 001 Type: IAX Subclass: REGREQ
Timestamp: 00115ms SCall: 00002 DCall: 00239 [192.246.69.186:4569]
USERNAME : 724XXX
REFRESH : 60
MD5 RESULT : 55e8458bb77c9b5229b910de96d50a5d

Rx-Frame Retry[ No] – OSeqno: 001 ISeqno: 002 Type: IAX Subclass: REGACK
Timestamp: 00118ms SCall: 00239 DCall: 00002 [192.246.69.186:4569]
USERNAME : 724335
DATE TIME : 2005-12-07 16:42:38
REFRESH : 60
APPARENT ADDRES : IPV4 24.16.208.XXX:4569

Tx-Frame Retry[-01] – OSeqno: 002 ISeqno: 002 Type: IAX Subclass: ACK
Timestamp: 00118ms SCall: 00002 DCall: 00239 [192.246.69.186:4569][/code]

I tried just setting verbosity and debug to 10 but returned no errors.
What else can I check to find out what my be the issue?

Regards,
Cordel